windows.olectl

\ olectl.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

LPCLASSFACTORY2
alias LPCLASSFACTORY2 = IClassFactory2
Undocumented in source.
LPCONNECTIONPOINTCONTAINER
alias LPCONNECTIONPOINTCONTAINER = IConnectionPointContainer
Undocumented in source.
LPFONTDESC
alias LPFONTDESC = FONTDESC*
Undocumented in source.
LPOCPFIPARAMS
alias LPOCPFIPARAMS = OCPFIPARAMS*
Undocumented in source.
LPOLECONTROL
alias LPOLECONTROL = IOleControl
Undocumented in source.
LPOLECONTROLSITE
alias LPOLECONTROLSITE = IOleControlSite
Undocumented in source.
LPPERPROPERTYBROWSING
alias LPPERPROPERTYBROWSING = IPerPropertyBrowsing
Undocumented in source.
LPPERSISTMEMORY
alias LPPERSISTMEMORY = IPersistMemory
Undocumented in source.
LPPERSISTPROPERTYBAG
alias LPPERSISTPROPERTYBAG = IPersistPropertyBag
Undocumented in source.
LPPERSISTSTREAMINIT
alias LPPERSISTSTREAMINIT = IPersistStreamInit
Undocumented in source.
LPPICTDESC
alias LPPICTDESC = PICTDESC*
Undocumented in source.
LPPICTURE
alias LPPICTURE = IPicture
Undocumented in source.
LPPICTUREDISP
alias LPPICTUREDISP = IPictureDisp
Undocumented in source.
LPPROPERTYNOTIFYSINK
alias LPPROPERTYNOTIFYSINK = IPropertyNotifySink
Undocumented in source.
LPPROPERTYPAGE
alias LPPROPERTYPAGE = IPropertyPage
Undocumented in source.
LPPROPERTYPAGE2
alias LPPROPERTYPAGE2 = IPropertyPage2
Undocumented in source.
LPPROVIDECLASSINFO
alias LPPROVIDECLASSINFO = IProvideClassInfo
Undocumented in source.
LPPROVIDECLASSINFO2
alias LPPROVIDECLASSINFO2 = IProvideClassInfo2
Undocumented in source.
LPSIMPLEFRAMESITE
alias LPSIMPLEFRAMESITE = ISimpleFrameSite
Undocumented in source.
LPSPECIFYPROPERTYPAGES
alias LPSPECIFYPROPERTYPAGES = ISpecifyPropertyPages
Undocumented in source.
OLE_CANCELBOOL
alias OLE_CANCELBOOL = VARIANT_BOOL
Undocumented in source.
OLE_ENABLEDEFAULTBOOL
alias OLE_ENABLEDEFAULTBOOL = VARIANT_BOOL
Undocumented in source.
OLE_OPTEXCLUSIVE
alias OLE_OPTEXCLUSIVE = VARIANT_BOOL
Undocumented in source.
OLE_XPOS_CONTAINER
alias OLE_XPOS_CONTAINER = float
Undocumented in source.
OLE_XPOS_PIXELS
alias OLE_XPOS_PIXELS = int
Undocumented in source.
OLE_XSIZE_CONTAINER
alias OLE_XSIZE_CONTAINER = float
Undocumented in source.
OLE_XSIZE_PIXELS
alias OLE_XSIZE_PIXELS = int
Undocumented in source.
OLE_YPOS_CONTAINER
alias OLE_YPOS_CONTAINER = float
Undocumented in source.
OLE_YPOS_PIXELS
alias OLE_YPOS_PIXELS = int
Undocumented in source.
OLE_YSIZE_PIXELS
alias OLE_YSIZE_PIXELS = int
Undocumented in source.

Enums

CONNECT_E_FIRST
anonymousenum CONNECT_E_FIRST
Undocumented in source.
CTL_E_ILLEGALFUNCTIONCALL
anonymousenum CTL_E_ILLEGALFUNCTIONCALL
Undocumented in source.
CTRLINFO_EATS_RETURN
anonymousenum CTRLINFO_EATS_RETURN
Undocumented in source.
DISPID_AUTOSIZE
anonymousenum DISPID_AUTOSIZE
Undocumented in source.
DISPID_FONT_NAME
anonymousenum DISPID_FONT_NAME
Undocumented in source.
DISPID_PICT_HANDLE
anonymousenum DISPID_PICT_HANDLE
Undocumented in source.
OCM__BASE
anonymousenum OCM__BASE
Undocumented in source.
OLEMISC_RECOMPOSEONRESIZE
anonymousenum OLEMISC_RECOMPOSEONRESIZE
Undocumented in source.
OLE_TRISTATE
enum OLE_TRISTATE
Undocumented in source.
PICTURE_SCALABLE
anonymousenum PICTURE_SCALABLE
Undocumented in source.
PICTYPE_UNINITIALIZED
anonymousenum PICTYPE_UNINITIALIZED
Undocumented in source.
PROPPAGESTATUS_DIRTY
anonymousenum PROPPAGESTATUS_DIRTY
Undocumented in source.
XFORMCOORDS_POSITION
anonymousenum XFORMCOORDS_POSITION
Undocumented in source.

Functions

DllRegisterServer
HRESULT DllRegisterServer()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DllUnregisterServer
HRESULT DllUnregisterServer()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleCreateFontIndirect
HRESULT OleCreateFontIndirect(LPFONTDESC , REFIID , PVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleCreatePictureIndirect
HRESULT OleCreatePictureIndirect(LPPICTDESC , REFIID , BOOL , PVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleCreatePropertyFrame
HRESULT OleCreatePropertyFrame(HWND , UINT , UINT , LPCOLESTR , ULONG , LPUNKNOWN* , ULONG , LPCLSID , LCID , DWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleCreatePropertyFrameIndirect
HRESULT OleCreatePropertyFrameIndirect(LPOCPFIPARAMS )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleIconToCursor
HCURSOR OleIconToCursor(HINSTANCE , HICON )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleLoadPicture
HRESULT OleLoadPicture(LPSTREAM , LONG , BOOL , REFIID , PVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleLoadPictureEx
HRESULT OleLoadPictureEx(LPSTREAM , LONG , BOOL , REFIID , DWORD , DWORD , DWORD , LPVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleLoadPictureFile
HRESULT OleLoadPictureFile(VARIANT , LPDISPATCH* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleLoadPictureFileEx
HRESULT OleLoadPictureFileEx(VARIANT , DWORD , DWORD , DWORD , LPDISPATCH* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleLoadPicturePath
HRESULT OleLoadPicturePath(LPOLESTR , LPUNKNOWN , DWORD , OLE_COLOR , REFIID , LPVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleSavePictureFile
HRESULT OleSavePictureFile(LPDISPATCH , BSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OleTranslateColor
HRESULT OleTranslateColor(OLE_COLOR , HPALETTE , COLORREF* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

FONTDESC
struct FONTDESC
Undocumented in source.
OCPFIPARAMS
struct OCPFIPARAMS
Undocumented in source.
PICTDESC
struct PICTDESC
Undocumented in source.

Variables

CLASS_E_NOTLICENSED
SCODE CLASS_E_NOTLICENSED;
Undocumented in source.
GUIDKIND_DEFAULT_SOURCE_DISP_IID
auto GUIDKIND_DEFAULT_SOURCE_DISP_IID;
Undocumented in source.
OLEIVERB_PROPERTIES
auto OLEIVERB_PROPERTIES;
Undocumented in source.
VT_BLOB_PROPSET
auto VT_BLOB_PROPSET;
Undocumented in source.
VT_COLOR
auto VT_COLOR;
Undocumented in source.
VT_FONT
auto VT_FONT;
Undocumented in source.
VT_HANDLE
auto VT_HANDLE;
Undocumented in source.
VT_OPTEXCLUSIVE
auto VT_OPTEXCLUSIVE;
Undocumented in source.
VT_PICTURE
auto VT_PICTURE;
Undocumented in source.
VT_STORED_PROPSET
auto VT_STORED_PROPSET;
Undocumented in source.
VT_STREAMED_PROPSET
auto VT_STREAMED_PROPSET;
Undocumented in source.
VT_TRISTATE
auto VT_TRISTATE;
Undocumented in source.
VT_VERBOSE_ENUM
auto VT_VERBOSE_ENUM;
Undocumented in source.
VT_XPOS_HIMETRIC
auto VT_XPOS_HIMETRIC;
Undocumented in source.
VT_XPOS_PIXELS
auto VT_XPOS_PIXELS;
Undocumented in source.
VT_XSIZE_HIMETRIC
auto VT_XSIZE_HIMETRIC;
Undocumented in source.
VT_XSIZE_PIXELS
auto VT_XSIZE_PIXELS;
Undocumented in source.
VT_YPOS_HIMETRIC
auto VT_YPOS_HIMETRIC;
Undocumented in source.
VT_YPOS_PIXELS
auto VT_YPOS_PIXELS;
Undocumented in source.
VT_YSIZE_HIMETRIC
auto VT_YSIZE_HIMETRIC;
Undocumented in source.
VT_YSIZE_PIXELS
auto VT_YSIZE_PIXELS;
Undocumented in source.

Meta