#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL | DefSetText (PWND pwnd, PLARGE_STRING cczpstr) |
BOOL | FCallerOk (PWND pwnd) |
WORD | _SetWindowWord (PWND pwnd, int index, WORD value) |
ULONG_PTR | xxxSetWindowLongPtr (PWND pwnd, int index, ULONG_PTR dwData, BOOL bAnsi) |
void | xxxHandleOwnerSwitch (PWND pwnd, PWND pwndNewParent, PWND pwndOldParent) |
ULONG_PTR | xxxSetWindowData (PWND pwnd, int index, ULONG_PTR dwData, BOOL bAnsi) |
PCALLPROCDATA | FindPCPD (PCALLPROCDATA pCPD, ULONG_PTR dwClientPrevious, WORD wCPDType) |
ULONG_PTR | GetCPD (PVOID pWndOrCls, DWORD CPDOption, ULONG_PTR dwProc32) |
ULONG_PTR | MapClientToServerPfn (ULONG_PTR dw) |
ULONG | DBGGetWindowLong (PWND pwnd, int index) |
ULONG_PTR | DBGGetWindowLongPtr (PWND pwnd, int index) |
|
Definition at line 133 of file ntuser/kernel/getset.c. References tagBUTN::buttonState, BYTE, CBFNID, tagWND::cbwndExtra, DWORD, tagWND::dwUserData, FALSE, FCallerOk(), FNID_BUTTON, FNID_DIALOG, FNID_MDICLIENT, GETFNID, ProbeAndReadUlong, TestWF, UINT, and WFDIALOGWINDOW. Referenced by NtUserSetWindowWord().
|
|
Definition at line 999 of file ntuser/kernel/getset.c. References __GetWindowLong, tagWND::cbwndExtra, DWORD, and UINT.
|
|
Definition at line 1006 of file ntuser/kernel/getset.c. References __GetWindowLongPtr, tagWND::cbwndExtra, and UINT.
|
|
Definition at line 28 of file ntuser/kernel/getset.c. References _LARGE_STRING::bAnsi, BOOL, _LARGE_STRING::Buffer, _LARGE_UNICODE_STRING::Buffer, DesktopAlloc(), DesktopFree, DTAG_TEXT, DWORD, FALSE, tagWND::head, _LARGE_UNICODE_STRING::Length, _LARGE_STRING::Length, _LARGE_UNICODE_STRING::MaximumLength, NT_SUCCESS, NULL, RtlMultiByteToUnicodeN(), tagWND::strName, and TRUE. Referenced by NtUserDefSetText(), and xxxDefWindowProc().
|
|
Definition at line 104 of file ntuser/kernel/getset.c. References BOOL, FALSE, GETPTI, gpidLogon, PtiCurrent, TIF_CSRSSTHREAD, tagTHREADINFO::TIF_flags, TIF_SYSTEMTHREAD, and TRUE. Referenced by _SetWindowWord(), and xxxSetWindowLongPtr().
|
|
Definition at line 850 of file ntuser/kernel/getset.c. References NULL, _CALLPROCDATA::pfnClientPrevious, _CALLPROCDATA::spcpdNext, and _CALLPROCDATA::wType. Referenced by GetCPD().
|
|
Definition at line 875 of file ntuser/kernel/getset.c. References BOOL, CALLPROCDATA, CheckCritIn, CPD_ANSI_TO_UNICODE, CPD_CLASS, CPD_DIALOG, CPD_UNICODE_TO_ANSI, CPD_WND, CPD_WNDTOCLS, CSF_ANSIPROC, tagCLS::CSF_flags, FindPCPD(), HMAllocObject(), HW, ISCPDTAG, Lock, MAKE_CPDHANDLE, NtUserGetCPD(), NULL, _CALLPROCDATA::pfnClientPrevious, PtiCurrent, PtoH, tagTHREADINFO::rpdesk, tagCLS::spcpdFirst, _CALLPROCDATA::spcpdNext, TestWF, TYPE_CALLPROC, WFANSIPROC, and _CALLPROCDATA::wType. Referenced by _GetClassData(), _GetClassInfoEx(), _GetWindowLongPtr(), _SetWindowLongPtr(), GetWindowData(), NtUserGetCPD(), xxxSetClassData(), and xxxSetWindowData().
|
|
Definition at line 978 of file ntuser/kernel/getset.c. References tagSERVERINFO::apfnClientA, tagSERVERINFO::apfnClientW, FNID_WNDPROCEND, FNID_WNDPROCSTART, gpsi, and STOCID. Referenced by InternalRegisterClassEx(), xxxSetClassData(), and xxxSetWindowData().
|
|
Definition at line 499 of file ntuser/kernel/getset.c. References CheckLock, FALSE, GETPTI, IsTrayWindow(), NULL, PostShellHookMessages(), PtoH, TRUE, xxxCallHook(), and zzzAttachThreadInput(). Referenced by xxxSetWindowData().
|
|
Definition at line 568 of file ntuser/kernel/getset.c. References BOOL, CheckLock, ClrWF, CPD_ANSI_TO_UNICODE, CPD_UNICODE_TO_ANSI, CPD_WND, DWORD, tagWND::dwUserData, FALSE, FNID_DELETED_BIT, FNID_EDIT, GetCPD(), GETFNID, GETPTI, HMValidateHandleNoRip(), HW, ISCPDTAG, IsWinEventNotifyDeferredOK, Lock, LockWndMenu(), tagWND::lpfnWndProc, MapClientNeuterToClientPfn(), MapClientToServerPfn(), MapServerToClientPfn(), NULL, tagWND::pcls, _CALLPROCDATA::pfnClientPrevious, PpiCurrent, PtoH, PWNDDESKTOP, SetWF, tagWND::spmenu, tagWND::spwndOwner, tagWND::spwndParent, TestWF, TestwndChild, ThreadLock, ThreadUnlock, TRUE, TYPE_CALLPROC, Unlock, UnlockWndMenu(), ValidateHmenu(), ValidateHwnd, ValidateOwnerDepth(), WFANSIPROC, WFSERVERSIDEPROC, WNDPROC_PWND, _CALLPROCDATA::wType, xxxClientWOWGetProcModule(), xxxDefWindowProc(), xxxHandleOwnerSwitch(), xxxSetParent(), and xxxSetWindowStyle(). Referenced by xxxSetWindowLongPtr().
|
|
Definition at line 260 of file ntuser/kernel/getset.c. References BYTE, CBFNID, tagWND::cbwndExtra, DWORD, FCallerOk(), FNID_BUTTON, FNID_COMBOBOX, FNID_COMBOLISTBOX, FNID_DIALOG, FNID_EDIT, FNID_IME, FNID_LISTBOX, FNID_MDICLIENT, FNID_STATIC, GETFNID, GETPTI, GWLP_MDIDATA, PpiCurrent, TestWF, UINT, WFDESTROYED, WFDIALOGWINDOW, and xxxSetWindowData().
|