|
ReactOS 0.4.17-dev-806-gffa4164
|
#include <ntuser.h>

Public Attributes | |
| ULONG | Length |
| ULONG | MaximumLength:31 |
| ULONG | bAnsi:1 |
| PVOID | Buffer |
| ULONG _LARGE_STRING::bAnsi |
Definition at line 96 of file ntuser.h.
Referenced by NtUserDefSetText().
| PVOID _LARGE_STRING::Buffer |
Definition at line 97 of file ntuser.h.
Referenced by IntCreateWindow(), IntMsgCreateStructW(), NtUserCreateWindowEx(), NtUserDefSetText(), PackParam(), ProbeAndCaptureLargeString(), and User32CreateWindowEx().
| ULONG _LARGE_STRING::Length |
Definition at line 94 of file ntuser.h.
Referenced by IntCreateWindow(), IntMsgCreateStructW(), MsgMemorySize(), NtUserCreateWindowEx(), NtUserDefSetText(), PackParam(), ProbeAndCaptureLargeString(), and User32CreateWindowEx().
| ULONG _LARGE_STRING::MaximumLength |
Definition at line 95 of file ntuser.h.
Referenced by IntMsgCreateStructW(), NtUserCreateWindowEx(), and User32CreateWindowEx().