[][src]Function zoom_sdk_windows_sys::ZOOMSDK_DestroyCustomizedUIMgr

pub unsafe extern "C" fn ZOOMSDK_DestroyCustomizedUIMgr(
    pCustomizedUIMgr: *mut ZOOMSDK_ICustomizedUIMgr
) -> ZOOMSDK_SDKError

\brief Destroy the specified custom UI manager interface. \param pCustomizedUIMgr A pointer to the ICustomizedUIMgr 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.