[][src]Function zoom_sdk_windows_sys::ZOOMSDK_DestroyCalenderService

pub unsafe extern "C" fn ZOOMSDK_DestroyCalenderService(
    pCalenderService: *mut ZOOMSDK_ICalenderService
) -> ZOOMSDK_SDKError

\brief Destroy the specified account service interface. \param pCalenderService A pointer to the ICalenderService to be destroyed. \return If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see \link SDKError \endlink enum.