|
ReactOS 0.4.16-dev-1946-g52006dd
|


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 |
Public Types inherited from IUnknown | |
| 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) |
Public Member Functions inherited from IUnknown | |
| 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().