OleIsDcMeta

  BOOL OleIsDcMeta(hdc)    
  HDC hdc; /* device-context handle */

The OleIsDcMeta function determines whether the specified device context is a metafile device context.

Parameters

hdc

Identifies the device context to query.

Return Value

If the device context is a metafile device context, the return value is a positive value; otherwise, it is NULL.