| #include <ole.h> |
| BOOL OleIsDcMeta(hdc) | ||||
| HDC hdc; | /* device-context handle, */ | |||
The OleIsDcMeta function determines whether the specified device context is a metafile device context.
hdc
Identifies the device context to query.
The return value is a positive value if the device context is a metafile device context. Otherwise, it is NULL.