ReactOS 0.4.15-dev-7942-gd23573b
_RpcHttpAsyncData Struct Reference
Collaboration diagram for _RpcHttpAsyncData:

Public Attributes

LONG refs
 
HANDLE completion_event
 
WORD async_result
 
INTERNET_BUFFERSW inet_buffers
 
CRITICAL_SECTION cs
 

Detailed Description

Definition at line 1980 of file rpc_transport.c.

Member Data Documentation

◆ async_result

WORD _RpcHttpAsyncData::async_result

Definition at line 1984 of file rpc_transport.c.

Referenced by rpcrt4_http_internet_callback(), and wait_async_request().

◆ completion_event

HANDLE _RpcHttpAsyncData::completion_event

◆ cs

CRITICAL_SECTION _RpcHttpAsyncData::cs

Definition at line 1986 of file rpc_transport.c.

Referenced by rpcrt4_ncacn_http_alloc().

◆ inet_buffers

INTERNET_BUFFERSW _RpcHttpAsyncData::inet_buffers

◆ refs

LONG _RpcHttpAsyncData::refs

Definition at line 1982 of file rpc_transport.c.

Referenced by rpcrt4_ncacn_http_alloc().


The documentation for this struct was generated from the following file: