|
ReactOS 0.4.16-dev-2528-g7139e57
|
#include <winhttp_private.h>

Public Attributes | |
| void(* | handle_closing )(struct object_header *) |
| void(* | destroy )(struct object_header *) |
| BOOL(* | query_option )(struct object_header *, DWORD, void *, DWORD *) |
| BOOL(* | set_option )(struct object_header *, DWORD, void *, DWORD) |
Definition at line 38 of file winhttp_private.h.
| void(* object_vtbl::destroy) (struct object_header *) |
Definition at line 41 of file winhttp_private.h.
| void(* object_vtbl::handle_closing) (struct object_header *) |
Definition at line 40 of file winhttp_private.h.
Definition at line 42 of file winhttp_private.h.
Definition at line 43 of file winhttp_private.h.