기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Core SDK

Vivox Core SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
    • Core API Reference Manual
      • Modules
        • Initialization
        • Sending and Receiving Vivox Messages
        • Memory Management
        • Logging In and Logging Out
        • Group Voice and Text Communications
        • Audio Devices
        • Diagnostics
      • Data Structures
      • Deprecated List
    • Third-party license information
  • Privacy overview
  1. Vivox Core SDK documentation

Memory Management

Reference the Vivox Core SDK API.
읽는 시간 2분
최근 업데이트: 8달 전

Functions

Name

VIVOXSDK_DLLEXPORT intvx_cookie_create(const char * value, VX_COOKIE * cookie)
Allocate and initialize a cookie.
VIVOXSDK_DLLEXPORT intvx_cookie_free(VX_COOKIE * cookie)
Free a cookie.
VIVOXSDK_DLLEXPORT char *vx_strdup(const char * )
Allocate string data to send to the SDK.
VIVOXSDK_DLLEXPORT intvx_free(char * )
Free string data returned to the application.
VIVOXSDK_DLLEXPORT intvx_on_application_exit(void )
Some applications may need to call this routine before exiting.
VIVOXSDK_DLLEXPORT intvx_destroy_message(vx_message_base_t * message)
Deallocate any message of any type.
VIVOXSDK_DLLEXPORT intdestroy_req(vx_req_base_t * pCmd)
Destroy a request of any type.
VIVOXSDK_DLLEXPORT intdestroy_resp(vx_resp_base_t * pCmd)
Deallocate a response object of any type.
VIVOXSDK_DLLEXPORT intdestroy_evt(vx_evt_base_t * pCmd)
Free any event of any type.

Functions Documentation

function vx_cookie_create

VIVOXSDK_DLLEXPORT int vx_cookie_create( const char * value, VX_COOKIE * cookie)
Allocate and initialize a cookie.

function vx_cookie_free

VIVOXSDK_DLLEXPORT int vx_cookie_free( VX_COOKIE * cookie)
Free a cookie.

function vx_strdup

VIVOXSDK_DLLEXPORT char * vx_strdup( const char * )
Allocate string data to send to the SDK.
Note: This function will not work until vx_initialize3() is called and after vx_uninitialize() is called.

function vx_free

VIVOXSDK_DLLEXPORT int vx_free( char * )
Free string data returned to the application.
Note: This function will not work until vx_initialize3() is called and after vx_uninitialize() is called.
This function is rarely used in practice.

function vx_on_application_exit

VIVOXSDK_DLLEXPORT int vx_on_application_exit( void )
Some applications may need to call this routine before exiting.
Note: Applications must call vx_uninitialize() before calling this routine.
Attention: PC, console, and mobile applications are not required to call this routine because it has no effect for applications on these platforms.

function vx_destroy_message

VIVOXSDK_DLLEXPORT int vx_destroy_message( vx_message_base_t * message)
Deallocate any message of any type.

function destroy_req

VIVOXSDK_DLLEXPORT int destroy_req( vx_req_base_t * pCmd)
Destroy a request of any type.

function destroy_resp

VIVOXSDK_DLLEXPORT int destroy_resp( vx_resp_base_t * pCmd)
Deallocate a response object of any type.

function destroy_evt

VIVOXSDK_DLLEXPORT int destroy_evt( vx_evt_base_t * pCmd)
Free any event of any type.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Functions

    • Functions Documentation

      • function vx_cookie_create

      • function vx_cookie_free

      • function vx_strdup

      • function vx_free

      • function vx_on_application_exit

      • function vx_destroy_message

      • function destroy_req

      • function destroy_resp

      • function destroy_evt


이 페이지의 문제 보고