Microsoft DirectX 8.1 (C++) |
The VMRGUID structure is a member of the VMRMONITORINFO structure and is used to identify a monitor on the system.
Requirements
Requires Microsoft® Windows® XP.
Syntax
typedef struct tagVMRGUID {
GUID *pGUID;
GUID GUID;
} VMRGUID;
Members
pGUID
Pointer to the GUID member of the structure. pGUID is NULL if the monitor is the default DirectDraw device.
GUID
Specifies the GUID for the monitor.