[][src]Function zoom_sdk_windows_sys::ZOOMSDK_CreateCustomizedUIMgr

pub unsafe extern "C" fn ZOOMSDK_CreateCustomizedUIMgr(
    ppCustomizedUIMgr: *mut *mut ZOOMSDK_ICustomizedUIMgr
) -> ZOOMSDK_SDKError

\brief Create a custom UI manager interface. \param ppCustomizedUIMgr The parameter stores the pointer to ICustomizedUIMgr* once the function calls successfully. \return If the function succeeds, the return value is SDKErr_Success, while the return value of ppCustomizedUIMgr is not NULL Otherwise failed. To get extended error information, see \link SDKError \endlink enum.