Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
)