Jump to content

VSTEXT

From EDM2

Value set text structure. This structure is used with the VM_QUERYITEM message only.

typedef struct _VSTEXT {
  PSZ       pszItemText;  /*  Pointer to a buffer to copy the string into. */
  ULONG     ulBufLen;     /*  Buffer size. */
} VSTEXT;

typedef VSTEXT *PVSTEXT;