[][src]Function zoom_sdk_windows_sys::ZOOMSDK_CreateSettingService

pub unsafe extern "C" fn ZOOMSDK_CreateSettingService(
    ppSettingService: *mut *mut ZOOMSDK_ISettingService
) -> ZOOMSDK_SDKError

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