OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwszmachine
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntquery.h
29
STDAPI LocateCatalogsW(WCHAR const *pwszScope,ULONG iBmk,WCHAR *
pwszMachine
,ULONG *pccMachine,WCHAR *pwszCat,ULONG *pccCat);
30
STDAPI LocateCatalogsA(char const *pwszScope,ULONG iBmk,char *
pwszMachine
,ULONG *pccMachine,char *pwszCat,ULONG *pccCat);
indexsrv.h
323
virtual HRESULT WINAPI VerifyCatalog(const WCHAR *
pwszMachine
,const WCHAR *pwszCatalogName) = 0;
333
HRESULT (WINAPI *VerifyCatalog)(ISimpleCommandCreator *This,const WCHAR *
pwszMachine
,const WCHAR *pwszCatalogName);
345
#define ISimpleCommandCreator_VerifyCatalog(This,
pwszMachine
,pwszCatalogName) (This)->lpVtbl->VerifyCatalog(This,
pwszMachine
,pwszCatalogName)
351
HRESULT WINAPI ISimpleCommandCreator_VerifyCatalog_Proxy(ISimpleCommandCreator *This,const WCHAR *
pwszMachine
,const WCHAR *pwszCatalogName);
cmdtree.h
218
LPOLESTR
pwszMachine
;
Completed in 318 milliseconds