cosmopolitan/libc/nt/struct/valent.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
261 B
C
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_VALENT_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_VALENT_H_
struct NtValent {
char16_t *ve_valuename;
uint32_t ve_valuelen;
uintptr_t ve_valueptr;
uint32_t ve_type;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_VALENT_H_ */