The VIDEO_ADAPTER data structure receives information for the desktop mode.
typedef struct _VIDEO_ADAPTER {
HVIDEO hvideo; /* The handle for this adapter. */
ADAPTERINFO Adapter; /* Hardware information for this adapter. */
VIDEOMODEINFO ModeInfo; /* Information about the current video mode. */
} VIDEO_ADAPTER;
typedef VIDEO_ADAPTER *FAR *PVIDEO_ADAPTER;