OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwAddressType
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rend.h
351
virtual HRESULT WINAPI get_DialableAddrs(__LONG32
dwAddressType
,VARIANT *pVariant) = 0;
352
virtual HRESULT WINAPI EnumerateDialableAddrs(DWORD
dwAddressType
,IEnumDialableAddrs **ppEnumDialableAddrs) = 0;
369
HRESULT (WINAPI *get_DialableAddrs)(ITDirectoryObject *This,__LONG32
dwAddressType
,VARIANT *pVariant);
370
HRESULT (WINAPI *EnumerateDialableAddrs)(ITDirectoryObject *This,DWORD
dwAddressType
,IEnumDialableAddrs **ppEnumDialableAddrs);
389
#define ITDirectoryObject_get_DialableAddrs(This,
dwAddressType
,pVariant) (This)->lpVtbl->get_DialableAddrs(This,
dwAddressType
,pVariant)
390
#define ITDirectoryObject_EnumerateDialableAddrs(This,
dwAddressType
,ppEnumDialableAddrs) (This)->lpVtbl->EnumerateDialableAddrs(This,
dwAddressType
,ppEnumDialableAddrs)
401
HRESULT WINAPI ITDirectoryObject_get_DialableAddrs_Proxy(ITDirectoryObject *This,__LONG32
dwAddressType
,VARIANT *pVariant);
403
HRESULT WINAPI ITDirectoryObject_EnumerateDialableAddrs_Proxy(ITDirectoryObject *This,DWORD
dwAddressType
,IEnumDialableAddrs **ppEnumDialableAddrs)
[
all
...]
nspapi.h
199
DWORD
dwAddressType
;
tapi.h
[
all
...]
Completed in 282 milliseconds