ReactOS 0.4.15-dev-7958-gcd0bb1a
ProtocolVtbl Struct Reference

#include <urlmon_main.h>

Collaboration diagram for ProtocolVtbl:

Public Attributes

HRESULT(* open_request )(Protocol *, IUri *, DWORD, HINTERNET, IInternetBindInfo *)
 
HRESULT(* end_request )(Protocol *)
 
HRESULT(* start_downloading )(Protocol *)
 
void(* close_connection )(Protocol *)
 
void(* on_error )(Protocol *, DWORD)
 

Detailed Description

Definition at line 121 of file urlmon_main.h.

Member Data Documentation

◆ close_connection

void(* ProtocolVtbl::close_connection) (Protocol *)

Definition at line 125 of file urlmon_main.h.

◆ end_request

HRESULT(* ProtocolVtbl::end_request) (Protocol *)

Definition at line 123 of file urlmon_main.h.

◆ on_error

void(* ProtocolVtbl::on_error) (Protocol *, DWORD)

Definition at line 126 of file urlmon_main.h.

◆ open_request

HRESULT(* ProtocolVtbl::open_request) (Protocol *, IUri *, DWORD, HINTERNET, IInternetBindInfo *)

Definition at line 122 of file urlmon_main.h.

◆ start_downloading

HRESULT(* ProtocolVtbl::start_downloading) (Protocol *)

Definition at line 124 of file urlmon_main.h.


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