Searched defs:get_OwnerNode (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsclus.h2176 virtual HRESULT WINAPI get_OwnerNode(ISClusNode **ppOwnerNode) = 0;
2203 HRESULT (WINAPI *get_OwnerNode)(ISClusResGroup *This,ISClusNode **ppOwnerNode); member in struct:ISClusResGroupVtbl
2232 #define ISClusResGroup_get_OwnerNode(This,ppOwnerNode) (This)->lpVtbl->get_OwnerNode(This,ppOwnerNode)
2368 virtual HRESULT WINAPI get_OwnerNode(ISClusNode **ppOwnerNode) = 0;
2411 HRESULT (WINAPI *get_OwnerNode)(ISClusResource *This,ISClusNode **ppOwnerNode); member in struct:ISClusResourceVtbl
2456 #define ISClusResource_get_OwnerNode(This,ppOwnerNode) (This)->lpVtbl->get_OwnerNode(This,ppOwnerNode)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsclus.h2176 virtual HRESULT WINAPI get_OwnerNode(ISClusNode **ppOwnerNode) = 0;
2203 HRESULT (WINAPI *get_OwnerNode)(ISClusResGroup *This,ISClusNode **ppOwnerNode); member in struct:ISClusResGroupVtbl
2232 #define ISClusResGroup_get_OwnerNode(This,ppOwnerNode) (This)->lpVtbl->get_OwnerNode(This,ppOwnerNode)
2368 virtual HRESULT WINAPI get_OwnerNode(ISClusNode **ppOwnerNode) = 0;
2411 HRESULT (WINAPI *get_OwnerNode)(ISClusResource *This,ISClusNode **ppOwnerNode); member in struct:ISClusResourceVtbl
2456 #define ISClusResource_get_OwnerNode(This,ppOwnerNode) (This)->lpVtbl->get_OwnerNode(This,ppOwnerNode)

Completed in 67 milliseconds