Home
last modified time | relevance | path

Searched defs:UNICODE_STRING (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dntdef.d46 struct UNICODE_STRING { struct
51 alias UNICODE_STRING* PUNICODE_STRING; argument
52 alias const(UNICODE_STRING)* PCUNICODE_STRING; variable
H A Ddll.d236 struct UNICODE_STRING struct
238 short Length;
239 short MaximumLength;
240 wchar* Buffer;
H A Dthreadaux.d50 struct UNICODE_STRING struct
52 short Length;
53 short MaximumLength;
54 wchar* Buffer;
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.h4119 } UNICODE_STRING, *PUNICODE_STRING; typedef