OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:igetclusternetinterfaceinfo
(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
62
typedef struct
IGetClusterNetInterfaceInfo
IGetClusterNetInterfaceInfo
;
393
struct
IGetClusterNetInterfaceInfo
: public IUnknown {
400
HRESULT (WINAPI *QueryInterface)(
IGetClusterNetInterfaceInfo
*This,REFIID riid,void **ppvObject);
401
ULONG (WINAPI *AddRef)(
IGetClusterNetInterfaceInfo
*This);
402
ULONG (WINAPI *Release)(
IGetClusterNetInterfaceInfo
*This);
403
HNETINTERFACE (WINAPI *GetNetInterfaceHandle)(
IGetClusterNetInterfaceInfo
*This,LONG lObjIndex);
406
struct
IGetClusterNetInterfaceInfo
{
416
HNETINTERFACE WINAPI IGetClusterNetInterfaceInfo_GetNetInterfaceHandle_Proxy(
IGetClusterNetInterfaceInfo
*This,LONG lObjIndex);
[
all
...]
Completed in 39 milliseconds