Pointer Draw Data structure.
typedef struct _PTRDRAWDATA {
  USHORT     cb;        /*  Length of the data structure. */
  USHORT     usConfig;  /*  Display Configuration Number. */
  USHORT     usFlag;    /*  Caller flag. */
} PTRDRAWDATA;
typedef   PTRDRAWDATA   * PPTRDRAWDATA ;