[][src]Function zoom_sdk_windows_sys::ZOOMSDK_InitSDK

pub unsafe extern "C" fn ZOOMSDK_InitSDK(
    initParam: *mut ZOOMSDK_InitParam
) -> ZOOMSDK_SDKError

\brief Initialize ZOOM SDK. \param [out] initParam Initialize the parameter of ZOOM SDK. For more details, see \link InitParam \endlink structure. \return If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see \link SDKError \endlink enum.