[][src]Function zoom_sdk_windows_sys::ZOOMSDK_CreatePreMeetingService

pub unsafe extern "C" fn ZOOMSDK_CreatePreMeetingService(
    ppPreMeetingService: *mut *mut ZOOMSDK_IPreMeetingService
) -> ZOOMSDK_SDKError

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