OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pszProvider
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoverynotification.h
29
STDMETHOD_(HRESULT,OnError)(THIS_ HRESULT hr,FDQUERYCONTEXT fdqcQueryContext,const WCHAR *
pszProvider
) PURE;
30
STDMETHOD_(HRESULT,OnEvent)(THIS_ DWORD dwEventID,FDQUERYCONTEXT fdqcQueryContext,const WCHAR *
pszProvider
) PURE;
39
#define IFunctionDiscoveryNotification_OnError(This,hr,fdqcQueryContext,
pszProvider
) (This)->lpVtbl->OnError(This,hr,fdqcQueryContext,
pszProvider
)
40
#define IFunctionDiscoveryNotification_OnEvent(This,dwEventID,fdqcQueryContext,
pszProvider
) (This)->lpVtbl->OnEvent(This,dwEventID,fdqcQueryContext,
pszProvider
)
adshlp.h
21
VOID WINAPI ADsSetLastError(DWORD dwErr,LPCWSTR pszError,LPCWSTR
pszProvider
);
bcrypt.h
508
PWSTR
pszProvider
;
551
NTSTATUS WINAPI BCryptResolveProviders(LPCWSTR pszContext, ULONG dwInterface, LPCWSTR pszFunction, LPCWSTR
pszProvider
, ULONG dwMode, ULONG dwFlags, ULONG* pcbBuffer, PCRYPT_PROVIDER_REFS *ppBuffer);
555
NTSTATUS WINAPI BCryptQueryProviderRegistration(LPCWSTR
pszProvider
, ULONG dwMode, ULONG dwInterface, ULONG *pcbBuffer, PCRYPT_PROVIDER_REG *ppBuffer);
winspool.h
509
LPSTR
pszProvider
;
529
LPWSTR
pszProvider
;
[
all
...]
Completed in 177 milliseconds