Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
This macro sets flags belonging to ActiveX controls.
| Name | Description |
|---|---|
| DECLARE_OLEMISC_STATUS | Used in ATL ActiveX controls to set the OLEMISC flags. |
Requirements
Header: atlcom.h
DECLARE_OLEMISC_STATUS
Used in ATL ActiveX controls to set the OLEMISC flags.
DECLARE_OLEMISC_STATUS( miscstatus )
Parameters
miscstatus
All applicable OLEMISC flags.
Remarks
This macro is used to set the OLEMISC flags for an ActiveX control. Refer to IOleObject::GetMiscStatus for more details.
Example
DECLARE_OLEMISC_STATUS(OLEMISC_RECOMPOSEONRESIZE |
OLEMISC_CANTLINKINSIDE |
OLEMISC_INSIDEOUT |
OLEMISC_ACTIVATEWHENVISIBLE |
OLEMISC_SETCLIENTSITEFIRST
)