Jump to content

VSTEXT

From EDM2
Revision as of 13:01, 21 February 2020 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;