[][src]Function zoom_sdk_windows_sys::ZOOMSDK_RetrieveUIHooker

pub unsafe extern "C" fn ZOOMSDK_RetrieveUIHooker(
    ppUIHooker: *mut *mut ZOOMSDK_IUIHooker
) -> ZOOMSDK_SDKError

\brief Retrieve user Hooker interface. \param ppUIHooker A pointer to the IUIHooker*. \return If the function succeeds, the return value is SDKErr_Success, and ppEmbeddedBrowser is not NULL Otherwise failed. To get extended error information, see \link SDKError \endlink enum.