ReactOS 0.4.16-dev-329-g9223134
|
#include <ntuser.h>
Public Attributes | |
ULONG | Length |
ULONG | MaximumLength:31 |
ULONG | bAnsi:1 |
PVOID | Buffer |
ULONG _LARGE_STRING::bAnsi |
Definition at line 93 of file ntuser.h.
Referenced by NtUserDefSetText().
PVOID _LARGE_STRING::Buffer |
Definition at line 94 of file ntuser.h.
Referenced by IntCreateWindow(), IntMsgCreateStructW(), NtUserCreateWindowEx(), NtUserDefSetText(), PackParam(), ProbeAndCaptureLargeString(), and User32CreateWindowEx().
ULONG _LARGE_STRING::Length |
Definition at line 91 of file ntuser.h.
Referenced by IntCreateWindow(), IntMsgCreateStructW(), MsgMemorySize(), NtUserCreateWindowEx(), NtUserDefSetText(), PackParam(), ProbeAndCaptureLargeString(), and User32CreateWindowEx().
ULONG _LARGE_STRING::MaximumLength |
Definition at line 92 of file ntuser.h.
Referenced by IntMsgCreateStructW(), NtUserCreateWindowEx(), and User32CreateWindowEx().