OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnumConnections
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netcon.h
322
virtual HRESULT WINAPI
EnumConnections
(NETCONMGR_ENUM_FLAGS Flags,IEnumNetConnection **ppEnum) = 0;
330
HRESULT (WINAPI *
EnumConnections
)(INetConnectionManager *This,NETCONMGR_ENUM_FLAGS Flags,IEnumNetConnection **ppEnum);
340
#define INetConnectionManager_EnumConnections(This,Flags,ppEnum) (This)->lpVtbl->
EnumConnections
(This,Flags,ppEnum)
[
all
...]
ocidl.h
313
virtual HRESULT WINAPI
EnumConnections
(IEnumConnections **ppEnum) = 0;
325
HRESULT (WINAPI *
EnumConnections
)(IConnectionPoint *This,IEnumConnections **ppEnum);
339
#define IConnectionPoint_EnumConnections(This,ppEnum) (This)->lpVtbl->
EnumConnections
(This,ppEnum)
[
all
...]
Completed in 541 milliseconds