ReactOS 0.4.15-dev-7924-g5949c20
object_header Struct Reference

#include <winhttp_private.h>

Collaboration diagram for object_header:

Public Attributes

DWORD type
 
HINTERNET handle
 
const struct object_vtblvtbl
 
DWORD flags
 
DWORD disable_flags
 
DWORD logon_policy
 
DWORD redirect_policy
 
DWORD error
 
DWORD_PTR context
 
LONG refs
 
WINHTTP_STATUS_CALLBACK callback
 
DWORD notify_mask
 
struct list entry
 
struct list children
 

Detailed Description

Definition at line 50 of file winhttp_private.h.

Member Data Documentation

◆ callback

WINHTTP_STATUS_CALLBACK object_header::callback

Definition at line 62 of file winhttp_private.h.

◆ children

struct list object_header::children

Definition at line 65 of file winhttp_private.h.

◆ context

DWORD_PTR object_header::context

Definition at line 60 of file winhttp_private.h.

◆ disable_flags

DWORD object_header::disable_flags

Definition at line 56 of file winhttp_private.h.

◆ entry

struct list object_header::entry

Definition at line 64 of file winhttp_private.h.

◆ error

DWORD object_header::error

Definition at line 59 of file winhttp_private.h.

◆ flags

DWORD object_header::flags

Definition at line 55 of file winhttp_private.h.

◆ handle

HINTERNET object_header::handle

Definition at line 53 of file winhttp_private.h.

Referenced by alloc_handle(), and free_handle().

◆ logon_policy

DWORD object_header::logon_policy

Definition at line 57 of file winhttp_private.h.

◆ notify_mask

DWORD object_header::notify_mask

Definition at line 63 of file winhttp_private.h.

◆ redirect_policy

DWORD object_header::redirect_policy

Definition at line 58 of file winhttp_private.h.

◆ refs

LONG object_header::refs

Definition at line 61 of file winhttp_private.h.

Referenced by addref_object(), and release_object().

◆ type

DWORD object_header::type

Definition at line 52 of file winhttp_private.h.

◆ vtbl

const struct object_vtbl* object_header::vtbl

Definition at line 54 of file winhttp_private.h.


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