OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_AddressHandle
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspterm.h
35
STDMETHOD (
get_AddressHandle
)(MSP_HANDLE *phtAddress);
termmgr.h
115
virtual HRESULT WINAPI
get_AddressHandle
(MSP_HANDLE *phtAddress) = 0;
128
HRESULT (WINAPI *
get_AddressHandle
)(ITTerminalControl *This,MSP_HANDLE *phtAddress);
143
#define ITTerminalControl_get_AddressHandle(This,phtAddress) (This)->lpVtbl->
get_AddressHandle
(This,phtAddress)
[
all
...]
Completed in 561 milliseconds