BOOL OleIsDcMeta(hdc)
HDC hdc;
The OleIsDcMeta function determines whether the specified device context is a metafile device context.
Parameter | Description |
hdc | Identifies the device context to query. |
If the device context is a metafile device context, the return value is a positive value; otherwise, it is NULL.