ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
LONG | refs |
HANDLE | completion_event |
WORD | async_result |
INTERNET_BUFFERSW | inet_buffers |
CRITICAL_SECTION | cs |
Definition at line 1980 of file rpc_transport.c.
WORD _RpcHttpAsyncData::async_result |
Definition at line 1984 of file rpc_transport.c.
Referenced by rpcrt4_http_internet_callback(), and wait_async_request().
HANDLE _RpcHttpAsyncData::completion_event |
Definition at line 1983 of file rpc_transport.c.
Referenced by prepare_async_request(), rpcrt4_http_internet_callback(), rpcrt4_ncacn_http_open(), and wait_async_request().
CRITICAL_SECTION _RpcHttpAsyncData::cs |
Definition at line 1986 of file rpc_transport.c.
Referenced by rpcrt4_ncacn_http_alloc().
INTERNET_BUFFERSW _RpcHttpAsyncData::inet_buffers |
Definition at line 1985 of file rpc_transport.c.
Referenced by rpcrt4_http_async_read(), rpcrt4_ncacn_http_alloc(), and rpcrt4_ncacn_http_wait_for_incoming_data().
LONG _RpcHttpAsyncData::refs |
Definition at line 1982 of file rpc_transport.c.
Referenced by rpcrt4_ncacn_http_alloc().