[][src]Function zoom_sdk_windows_sys::ZOOMSDK_CreateMeetingService

pub unsafe extern "C" fn ZOOMSDK_CreateMeetingService(
    ppMeetingService: *mut *mut ZOOMSDK_IMeetingService
) -> ZOOMSDK_SDKError

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