Jump to content

VSTEXT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "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 t..."
 
(No difference)

Latest revision as of 12:01, 21 February 2020

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;