OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_State
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3.h
285
virtual HRESULT WINAPI
put_State
(AGENT_STATE AgentState) = 0;
313
HRESULT (WINAPI *
put_State
)(ITAgent *This,AGENT_STATE AgentState);
343
#define ITAgent_put_State(This,AgentState) (This)->lpVtbl->
put_State
(This,AgentState)
402
virtual HRESULT WINAPI
put_State
(AGENT_SESSION_STATE SessionState) = 0;
430
HRESULT (WINAPI *
put_State
)(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
460
#define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->
put_State
(This,SessionState)
[
all
...]
tapi3cc.h
166
virtual HRESULT WINAPI
put_State
(AGENT_STATE AgentState) = 0;
194
HRESULT (WINAPI *
put_State
)(ITAgent *This,AGENT_STATE AgentState);
224
#define ITAgent_put_State(This,AgentState) (This)->lpVtbl->
put_State
(This,AgentState)
283
virtual HRESULT WINAPI
put_State
(AGENT_SESSION_STATE SessionState) = 0;
311
HRESULT (WINAPI *
put_State
)(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
341
#define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->
put_State
(This,SessionState)
[
all
...]
rtccore.h
[
all
...]
Completed in 85 milliseconds