ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <winsta.h>
Definition at line 42 of file winsta.h.
Referenced by NtUserSwitchDesktop().
PRTL_ATOM_TABLE _WINSTATION_OBJECT::AtomTable |
Definition at line 20 of file winsta.h.
Referenced by IntCreateWindowStation(), and IntWinStaObjectDelete().
DWORD _WINSTATION_OBJECT::cNumClipFormats |
Definition at line 30 of file winsta.h.
Referenced by IntAddFormatedData(), IntGetFormatElement(), NtUserCountClipboardFormats(), UserEmptyClipboardData(), and UserEnumClipboardFormats().
LIST_ENTRY _WINSTATION_OBJECT::DesktopListHead |
Definition at line 19 of file winsta.h.
Referenced by BuildDesktopNameList(), IntCreateWindowStation(), IntDesktopObjectParse(), NtUserMessageCall(), and UserInitializeDesktop().
DWORD _WINSTATION_OBJECT::dwSessionId |
Definition at line 17 of file winsta.h.
Referenced by IntCreateWindowStation().
INT _WINSTATION_OBJECT::fClipboardChanged |
Definition at line 33 of file winsta.h.
Referenced by NtUserSetClipboardViewer(), UserClipboardRelease(), UserCloseClipboard(), UserEmptyClipboard(), and UserSetClipboardData().
INT _WINSTATION_OBJECT::fInDelayedRendering |
Definition at line 34 of file winsta.h.
Referenced by NtUserGetClipboardData(), and UserEmptyClipboard().
ULONG _WINSTATION_OBJECT::Flags |
Definition at line 22 of file winsta.h.
Referenced by IntCreateWindowStation(), IntWantImeWindow(), IntWinStaObjectDelete(), NtUserGetObjectInformation(), and UserSetProcessWindowStation().
INT _WINSTATION_OBJECT::iClipSequenceNumber |
Definition at line 32 of file winsta.h.
Referenced by NtUserGetClipboardSequenceNumber(), UserEmptyClipboard(), and UserSetClipboardData().
INT _WINSTATION_OBJECT::iClipSerialNumber |
Definition at line 31 of file winsta.h.
Referenced by UserEmptyClipboard(), and UserSetClipboardData().
LUID _WINSTATION_OBJECT::luidUser |
Definition at line 38 of file winsta.h.
Referenced by IntResolveDesktop(), and NtUserSetWindowStationUser().
PCLIP _WINSTATION_OBJECT::pClipBase |
Definition at line 29 of file winsta.h.
Referenced by IntAddFormatedData(), IntGetFormatElement(), NtUserGetPriorityClipboardFormat(), UserEmptyClipboardData(), and UserEnumClipboardFormats().
PVOID _WINSTATION_OBJECT::psidUser |
Definition at line 39 of file winsta.h.
Referenced by NtUserSetWindowStationUser().
PTHREADINFO _WINSTATION_OBJECT::ptiClipLock |
Definition at line 24 of file winsta.h.
Referenced by IntIsClipboardOpenByMe(), UserClipboardFreeWindow(), UserCloseClipboard(), UserOpenClipboard(), and UserSetClipboardData().
PTHREADINFO _WINSTATION_OBJECT::ptiDrawingClipboard |
HANDLE _WINSTATION_OBJECT::ShellListView |
Definition at line 44 of file winsta.h.
Referenced by co_IntSetWindowLongPtr(), and NtUserSetShellWindowEx().
HANDLE _WINSTATION_OBJECT::ShellWindow |
Definition at line 43 of file winsta.h.
Referenced by co_IntSetWindowLongPtr(), co_UserProcessHotKeys(), NtUserSetShellWindowEx(), and UserGetShellWindow().
Definition at line 23 of file winsta.h.
Referenced by IntWinStaObjectDelete().
PWND _WINSTATION_OBJECT::spwndClipOpen |
Definition at line 26 of file winsta.h.
Referenced by NtUserGetOpenClipboardWindow(), UserClipboardFreeWindow(), UserCloseClipboard(), UserEmptyClipboard(), and UserOpenClipboard().
PWND _WINSTATION_OBJECT::spwndClipOwner |
Definition at line 28 of file winsta.h.
Referenced by NtUserGetClipboardData(), NtUserGetClipboardOwner(), UserClipboardFreeWindow(), UserClipboardRelease(), and UserEmptyClipboard().
PWND _WINSTATION_OBJECT::spwndClipViewer |
Definition at line 27 of file winsta.h.
Referenced by NtUserChangeClipboardChain(), NtUserGetClipboardViewer(), NtUserSetClipboardViewer(), UserClipboardFreeWindow(), UserClipboardRelease(), and UserCloseClipboard().