| Platform SDK: Registry | 
The VALENT structure contains information about a registry value. The RegQueryMultipleValues function uses this structure.
typedef struct value_ent {
  LPTSTR     ve_valuename;
  DWORD      ve_valuelen;
  DWORD_PTR  ve_valueptr;
  DWORD      ve_type;
}VALENT, *PVALENT;
  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Winreg.h; include Windows.h.
  Unicode: Declared as Unicode and ANSI structures.
Registry Overview, Registry Structures, RegQueryMultipleValues