|
ReactOS 0.4.16-dev-2320-ge1853c6
|
#include <combase_private.h>

Public Attributes | |
| struct apartment * | apt |
| IErrorInfo * | errorinfo |
| DWORD | thread_seqid |
| DWORD | flags |
| void * | unknown0 |
| DWORD | inits |
| DWORD | ole_inits |
| GUID | causality_id |
| LONG | pending_call_count_client |
| LONG | pending_call_count_server |
| DWORD | unknown |
| IObjContext * | context_token |
| IUnknown * | call_state |
| DWORD | unknown2 [46] |
| IUnknown * | cancel_object |
| IUnknown * | state |
| struct list | spies |
| DWORD | spies_lock |
| DWORD | cancelcount |
| CO_MTA_USAGE_COOKIE | implicit_mta_cookie |
Definition at line 74 of file combase_private.h.
Definition at line 76 of file combase_private.h.
Referenced by apartment_get_or_create(), ClientRpcChannelBuffer_SendReceive(), CoGetApartmentType(), com_cleanup_tlsdata(), com_get_current_apt(), dispatch_rpc(), and ensure_mta().
| IUnknown* tlsdata::call_state |
Definition at line 88 of file combase_private.h.
Referenced by CoGetCallContext(), and CoSwitchCallContext().
| IUnknown* tlsdata::cancel_object |
Definition at line 90 of file combase_private.h.
| DWORD tlsdata::cancelcount |
Definition at line 94 of file combase_private.h.
Referenced by CoDisableCallCancellation(), and CoEnableCallCancellation().
| GUID tlsdata::causality_id |
Definition at line 83 of file combase_private.h.
Referenced by CoGetCurrentLogicalThreadId(), and rpc_execute_call().
| IObjContext* tlsdata::context_token |
Definition at line 87 of file combase_private.h.
Referenced by CoGetContextToken(), and com_cleanup_tlsdata().
| IErrorInfo* tlsdata::errorinfo |
Definition at line 77 of file combase_private.h.
Referenced by com_cleanup_tlsdata(), GetErrorInfo(), and SetErrorInfo().
| DWORD tlsdata::flags |
Definition at line 79 of file combase_private.h.
Referenced by CoGetCurrentLogicalThreadId().
| CO_MTA_USAGE_COOKIE tlsdata::implicit_mta_cookie |
Definition at line 95 of file combase_private.h.
Referenced by com_cleanup_tlsdata().
| DWORD tlsdata::inits |
Definition at line 81 of file combase_private.h.
Referenced by CoInitializeEx(), and CoUninitialize().
| DWORD tlsdata::ole_inits |
Definition at line 82 of file combase_private.h.
| LONG tlsdata::pending_call_count_client |
Definition at line 84 of file combase_private.h.
Referenced by ClientRpcChannelBuffer_SendReceive().
| LONG tlsdata::pending_call_count_server |
Definition at line 85 of file combase_private.h.
Referenced by CoWaitForMultipleHandles(), and rpc_execute_call().
Definition at line 92 of file combase_private.h.
Referenced by CoInitializeEx(), com_cleanup_tlsdata(), CoRegisterInitializeSpy(), CoUninitialize(), get_spy_entry(), and unlock_init_spies().
| DWORD tlsdata::spies_lock |
Definition at line 93 of file combase_private.h.
Referenced by CoRevokeInitializeSpy(), lock_init_spies(), and unlock_init_spies().
| IUnknown* tlsdata::state |
Definition at line 91 of file combase_private.h.
Referenced by com_cleanup_tlsdata().
| DWORD tlsdata::thread_seqid |
Definition at line 78 of file combase_private.h.
Referenced by CoGetCurrentProcess().
| DWORD tlsdata::unknown |
Definition at line 86 of file combase_private.h.
| void* tlsdata::unknown0 |
Definition at line 80 of file combase_private.h.
| DWORD tlsdata::unknown2[46] |
Definition at line 89 of file combase_private.h.