ReactOS 0.4.15-dev-8434-g155a7c7
_HttpTimerThreadData Struct Reference
Collaboration diagram for _HttpTimerThreadData:

Public Attributes

PVOID timer_param
 
DWORDlast_sent_time
 
HANDLE timer_cancelled
 

Detailed Description

Definition at line 2098 of file rpc_transport.c.

Member Data Documentation

◆ last_sent_time

DWORD* _HttpTimerThreadData::last_sent_time

Definition at line 2101 of file rpc_transport.c.

Referenced by rpcrt4_ncacn_http_open().

◆ timer_cancelled

HANDLE _HttpTimerThreadData::timer_cancelled

Definition at line 2102 of file rpc_transport.c.

Referenced by rpcrt4_ncacn_http_open().

◆ timer_param

PVOID _HttpTimerThreadData::timer_param

Definition at line 2100 of file rpc_transport.c.

Referenced by rpcrt4_ncacn_http_open().


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