OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getresourcenetworkname
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluadmex.h
325
virtual WINBOOL WINAPI
GetResourceNetworkName
(LONG lObjIndex,BSTR lpszNetName,ULONG *pcchNetName) = 0;
335
WINBOOL (WINAPI *
GetResourceNetworkName
)(IGetClusterResourceInfo *This,LONG lObjIndex,BSTR lpszNetName,ULONG *pcchNetName);
347
#define IGetClusterResourceInfo_GetResourceNetworkName(This,lObjIndex,lpszNetName,pcchNetName) (This)->lpVtbl->
GetResourceNetworkName
(This,lObjIndex,lpszNetName,pcchNetName)
[
all
...]
Completed in 123 milliseconds