ReactOS 0.4.15-dev-7924-g5949c20
task_header Struct Reference

#include <winhttp_private.h>

Collaboration diagram for task_header:

Public Attributes

struct list entry
 
struct requestrequest
 
void(* proc )(struct task_header *)
 

Detailed Description

Definition at line 221 of file winhttp_private.h.

Member Data Documentation

◆ entry

struct list task_header::entry

Definition at line 223 of file winhttp_private.h.

Referenced by dequeue_task(), and queue_task().

◆ proc

void(* task_header::proc) (struct task_header *)

Definition at line 225 of file winhttp_private.h.

Referenced by task_proc().

◆ request

struct request* task_header::request

Definition at line 224 of file winhttp_private.h.

Referenced by queue_task(), and task_proc().


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