[][src]Function zoom_sdk_windows_sys::ZOOMSDK_CreateAuthService

pub unsafe extern "C" fn ZOOMSDK_CreateAuthService(
    ppAuthService: *mut *mut ZOOMSDK_IAuthService
) -> ZOOMSDK_SDKError

\brief Create authentication service interface. \param ppAuthService An object pointer to the IAuthService*. \return If the function succeeds, the return value is SDKErr_Success while the value of ppAuthService is not NULL. Otherwise failed. To get extended error information, see \link SDKError \endlink enum.