ReactOS 0.4.16-dev-732-g2d1144a
|
Classes | |
struct | tagCONTROLINFO |
Public Types | |
enum | tagCTRLINFO { CTRLINFO_EATS_RETURN = 1 , CTRLINFO_EATS_ESCAPE = 2 } |
typedef IOleControl * | LPOLECONTROL |
typedef struct IOleControl::tagCONTROLINFO | CONTROLINFO |
typedef struct IOleControl::tagCONTROLINFO * | LPCONTROLINFO |
typedef enum IOleControl::tagCTRLINFO | CTRLINFO |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | GetControlInfo ([out] CONTROLINFO *pCI) |
HRESULT | OnMnemonic ([in] MSG *pMsg) |
HRESULT | OnAmbientPropertyChange ([in] DISPID dispID) |
HRESULT | FreezeEvents ([in] BOOL bFreeze) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
typedef IOleControl* IOleControl::LPOLECONTROL |
Enumerator | |
---|---|
CTRLINFO_EATS_RETURN | |
CTRLINFO_EATS_ESCAPE |
Definition at line 236 of file ocidl.idl.
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::FreezeEvents().
HRESULT IOleControl::GetControlInfo | ( | [out] CONTROLINFO * | pCI | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::GetControlInfo().
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::OnAmbientPropertyChange().
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::OnMnemonic().