ReactOS 0.4.15-dev-7994-gb388cb6
_IDocHostContainerVtbl Struct Reference

#include <ieframe.h>

Collaboration diagram for _IDocHostContainerVtbl:

Public Attributes

ULONG(* addref )(DocHost *)
 
ULONG(* release )(DocHost *)
 
void(* get_docobj_rect )(DocHost *, RECT *)
 
HRESULT(* set_status_text )(DocHost *, const WCHAR *)
 
void(* on_command_state_change )(DocHost *, LONG, BOOL)
 
void(* set_url )(DocHost *, const WCHAR *)
 

Detailed Description

Definition at line 109 of file ieframe.h.

Member Data Documentation

◆ addref

ULONG(* _IDocHostContainerVtbl::addref) (DocHost *)

Definition at line 111 of file ieframe.h.

◆ get_docobj_rect

void(* _IDocHostContainerVtbl::get_docobj_rect) (DocHost *, RECT *)

Definition at line 113 of file ieframe.h.

◆ on_command_state_change

void(* _IDocHostContainerVtbl::on_command_state_change) (DocHost *, LONG, BOOL)

Definition at line 115 of file ieframe.h.

Referenced by on_commandstate_change().

◆ release

ULONG(* _IDocHostContainerVtbl::release) (DocHost *)

Definition at line 112 of file ieframe.h.

◆ set_status_text

HRESULT(* _IDocHostContainerVtbl::set_status_text) (DocHost *, const WCHAR *)

Definition at line 114 of file ieframe.h.

◆ set_url

void(* _IDocHostContainerVtbl::set_url) (DocHost *, const WCHAR *)

Definition at line 116 of file ieframe.h.


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