Microsoft DirectX 9.0 |
The VMRGUID structure is a member of the VMRMONITORINFO structure and is used to identify a monitor on the system (VMR-7 only).
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.
Remarks
In DirectX 9.0 and later, the monitor is identified by an integer index, not by a GUID.
Requirements
Requires Microsoft® Windows® XP.
See Also