ReactOS 0.4.15-dev-7958-gcd0bb1a
object_vtbl Struct Reference

#include <winhttp_private.h>

Collaboration diagram for object_vtbl:

Public Attributes

void(* destroy )(struct object_header *)
 
BOOL(* query_option )(struct object_header *, DWORD, void *, DWORD *)
 
BOOL(* set_option )(struct object_header *, DWORD, void *, DWORD)
 

Detailed Description

Definition at line 43 of file winhttp_private.h.

Member Data Documentation

◆ destroy

void(* object_vtbl::destroy) (struct object_header *)

Definition at line 45 of file winhttp_private.h.

◆ query_option

BOOL(* object_vtbl::query_option) (struct object_header *, DWORD, void *, DWORD *)

Definition at line 46 of file winhttp_private.h.

◆ set_option

BOOL(* object_vtbl::set_option) (struct object_header *, DWORD, void *, DWORD)

Definition at line 47 of file winhttp_private.h.


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