|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LONG | refs |
| HANDLE | completion_event |
| WORD | async_result |
| INTERNET_BUFFERSW | inet_buffers |
| CRITICAL_SECTION | cs |
Definition at line 1962 of file rpc_transport.c.
| WORD _RpcHttpAsyncData::async_result |
Definition at line 1966 of file rpc_transport.c.
Referenced by rpcrt4_http_internet_callback(), and wait_async_request().
| HANDLE _RpcHttpAsyncData::completion_event |
Definition at line 1965 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 1968 of file rpc_transport.c.
Referenced by rpcrt4_ncacn_http_alloc().
| INTERNET_BUFFERSW _RpcHttpAsyncData::inet_buffers |
Definition at line 1967 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 1964 of file rpc_transport.c.
Referenced by rpcrt4_ncacn_http_alloc().