VIOSETTARGET data structure.

typedef struct _VIOSETTARGET {
  USHORT     cb;                /*  Length of this data structure in bytes. */
  USHORT     type;              /*  Request type = 6, get display configuration. */
  USHORT     defaultalgorithm;
} VIOSETTARGET;

typedef   VIOSETTARGET   * PVIOSETTARGET ;


[Back] [Next]