ReactOS 0.4.15-dev-7788-g1ad9096
stdole Module Reference

Modules

module  StdFunctions
 

Classes

struct  DISPPARAMS
 
struct  EXCEPINFO
 
interface  FontEvents
 
struct  GUID
 
interface  IDispatch
 
interface  IEnumVARIANT
 
interface  IFont
 
interface  IPicture
 
interface  IUnknown
 
interface  Picture
 
interface  public
 
class  StdFont
 
class  StdPicture
 
interface  uuid
 

Typedefs

typedef short VARIANT_BOOL
 
typedef long BSTR
 
typedef double CURRENCY
 
typedef unsigned long HRESULT
 
typedef voidVARIANT
 
typedef unsigned long SCODE
 
typedef struct stdole::GUID GUID
 
typedef struct stdole::DISPPARAMS DISPPARAMS
 
typedef struct stdole::EXCEPINFO EXCEPINFO
 
typedef stdole::uuid OLE_COLOR
 
typedef long OLE_XPOS_PIXELS
 
typedef long OLE_YPOS_PIXELS
 
typedef long OLE_XSIZE_PIXELS
 
typedef long OLE_YSIZE_PIXELS
 
typedef long OLE_XPOS_HIMETRIC
 
typedef long OLE_YPOS_HIMETRIC
 
typedef long OLE_XSIZE_HIMETRIC
 
typedef long OLE_YSIZE_HIMETRIC
 
typedef float OLE_XPOS_CONTAINER
 
typedef float OLE_YPOS_CONTAINER
 
typedef float OLE_XSIZE_CONTAINER
 
typedef float OLE_YSIZE_CONTAINER
 
typedef int OLE_HANDLE
 
typedef VARIANT_BOOL OLE_OPTEXCLUSIVE
 
typedef VARIANT_BOOL OLE_CANCELBOOL
 
typedef VARIANT_BOOL OLE_ENABLEDEFAULTBOOL
 
typedef BSTR FONTNAME
 
typedef CURRENCY FONTSIZE
 
typedef VARIANT_BOOL FONTBOLD
 
typedef VARIANT_BOOL FONTITALIC
 
typedef VARIANT_BOOL FONTUNDERSCORE
 
typedef VARIANT_BOOL FONTSTRIKETHROUGH
 
typedef Picture IPictureDisp
 
typedef FontEvents IFontEventsDisp
 

Enumerations

enum  OLE_TRISTATE { Unchecked = 0 , Checked = 1 , Gray = 2 }
 
enum  LoadPictureConstants { Default = 0 , Monochrome = 1 , VgaColor = 2 , Color = 4 }
 

Typedef Documentation

◆ BSTR

typedef wchar_t * stdole::BSTR

Definition at line 40 of file stdole2.idl.

◆ CURRENCY

Definition at line 41 of file stdole2.idl.

◆ DISPPARAMS

◆ EXCEPINFO

◆ FONTBOLD

Definition at line 217 of file stdole2.idl.

◆ FONTITALIC

Definition at line 220 of file stdole2.idl.

◆ FONTNAME

Definition at line 211 of file stdole2.idl.

◆ FONTSIZE

Definition at line 214 of file stdole2.idl.

◆ FONTSTRIKETHROUGH

Definition at line 226 of file stdole2.idl.

◆ FONTUNDERSCORE

Definition at line 223 of file stdole2.idl.

◆ GUID

◆ HRESULT

Definition at line 42 of file stdole2.idl.

◆ IFontEventsDisp

Definition at line 436 of file stdole2.idl.

◆ IPictureDisp

Definition at line 378 of file stdole2.idl.

◆ OLE_CANCELBOOL

Definition at line 196 of file stdole2.idl.

◆ OLE_COLOR

◆ OLE_ENABLEDEFAULTBOOL

Definition at line 199 of file stdole2.idl.

◆ OLE_HANDLE

Definition at line 190 of file stdole2.idl.

◆ OLE_OPTEXCLUSIVE

Definition at line 193 of file stdole2.idl.

◆ OLE_XPOS_CONTAINER

Definition at line 178 of file stdole2.idl.

◆ OLE_XPOS_HIMETRIC

Definition at line 166 of file stdole2.idl.

◆ OLE_XPOS_PIXELS

Definition at line 154 of file stdole2.idl.

◆ OLE_XSIZE_CONTAINER

Definition at line 184 of file stdole2.idl.

◆ OLE_XSIZE_HIMETRIC

Definition at line 172 of file stdole2.idl.

◆ OLE_XSIZE_PIXELS

Definition at line 160 of file stdole2.idl.

◆ OLE_YPOS_CONTAINER

Definition at line 181 of file stdole2.idl.

◆ OLE_YPOS_HIMETRIC

Definition at line 169 of file stdole2.idl.

◆ OLE_YPOS_PIXELS

Definition at line 157 of file stdole2.idl.

◆ OLE_YSIZE_CONTAINER

Definition at line 187 of file stdole2.idl.

◆ OLE_YSIZE_HIMETRIC

Definition at line 175 of file stdole2.idl.

◆ OLE_YSIZE_PIXELS

Definition at line 163 of file stdole2.idl.

◆ SCODE

Definition at line 44 of file stdole2.idl.

◆ VARIANT

typedef void * stdole::VARIANT

Definition at line 43 of file stdole2.idl.

◆ VARIANT_BOOL

Definition at line 39 of file stdole2.idl.

Enumeration Type Documentation

◆ LoadPictureConstants

Enumerator
Default 
Monochrome 
VgaColor 
Color 

Definition at line 388 of file stdole2.idl.

391 {
392 Default = 0,
393 Monochrome = 1,
394 VgaColor = 2,
395 Color = 4
396 };
@ VgaColor
Definition: stdole2.idl:394
@ Default
Definition: stdole2.idl:392
@ Monochrome
Definition: stdole2.idl:393

◆ OLE_TRISTATE

Enumerator
Unchecked 
Checked 
Gray 

Definition at line 201 of file stdole2.idl.

204 {
205 Unchecked = 0,
206 Checked = 1,
207 Gray = 2
208 };
@ Gray
Definition: bl.h:205