OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_agent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3cc.h
280
virtual HRESULT WINAPI
get_Agent
(ITAgent **ppAgent) = 0;
308
HRESULT (WINAPI *
get_Agent
)(ITAgentSession *This,ITAgent **ppAgent);
338
#define ITAgentSession_get_Agent(This,ppAgent) (This)->lpVtbl->
get_Agent
(This,ppAgent)
[
all
...]
tapi3.h
399
virtual HRESULT WINAPI
get_Agent
(ITAgent **ppAgent) = 0;
427
HRESULT (WINAPI *
get_Agent
)(ITAgentSession *This,ITAgent **ppAgent);
457
#define ITAgentSession_get_Agent(This,ppAgent) (This)->lpVtbl->
get_Agent
(This,ppAgent)
[
all
...]
Completed in 125 milliseconds