Home
last modified time | relevance | path

Searched refs:IAuthenticate_iface (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/hlink/
H A Dextserv.c27 IAuthenticate IAuthenticate_iface; member
56 *ppv = &This->IAuthenticate_iface; in ExtServUnk_QueryInterface()
109 return CONTAINING_RECORD(iface, ExtensionService, IAuthenticate_iface); in impl_from_IAuthenticate()
314 ret->IAuthenticate_iface.lpVtbl = &AuthenticateVtbl; in HlinkCreateExtensionServices()
/reactos/dll/win32/urlmon/
H A Dbindctx.c35 IAuthenticate IAuthenticate_iface; member
129 *ppv = &This->IAuthenticate_iface; in BindStatusCallback_QueryInterface()
468 return CONTAINING_RECORD(iface, BindStatusCallback, IAuthenticate_iface); in impl_from_IAuthenticate()
590 ret->IAuthenticate_iface.lpVtbl = &BSCAuthenticateVtbl; in wrap_callback()
/reactos/dll/win32/msxml3/
H A Dhttprequest.c201 IAuthenticate IAuthenticate_iface; member
226 return CONTAINING_RECORD(iface, BindStatusCallback, IAuthenticate_iface); in impl_from_IAuthenticate()
260 *ppv = &This->IAuthenticate_iface; in BindStatusCallback_QueryInterface()
713 bsc->IAuthenticate_iface.lpVtbl = &AuthenticateVtbl; in BindStatusCallback_create()