ReactOS 0.4.15-dev-7934-g1dc8d80
stdole2.idl File Reference
#include <olectl.h>
Include dependency graph for stdole2.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Modules

library  stdole
 
module  stdole::StdFunctions
 

Typedefs

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

Enumerations

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

Functions

HRESULT stdole::StdFunctions::LoadPicture ([in, optional] VARIANT filename, [in, defaultvalue(0)] int widthDesired, [in, defaultvalue(0)] int heightDesired, [in, defaultvalue(Default)] enum LoadPictureConstants flags, [out, retval] IPictureDisp **retval)
 
HRESULT stdole::StdFunctions::SavePicture ([in] IPictureDisp *Picture, [in] BSTR filename)