|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ntuser.h>

Public Attributes | |
| PROCDESKHEAD | head |
| struct _CALLPROCDATA * | spcpdNext |
| WNDPROC | pfnClientPrevious |
| GETCPD | wType |
| PROCDESKHEAD _CALLPROCDATA::head |
| WNDPROC _CALLPROCDATA::pfnClientPrevious |
Definition at line 552 of file ntuser.h.
Referenced by CallWindowProcA(), CallWindowProcW(), CreateCallProc(), IntCreateWindow(), IntSetClassWndProc(), IntSetWindowProc(), UserGetCallProcInfo(), and UserSearchForCallProc().
| struct _CALLPROCDATA* _CALLPROCDATA::spcpdNext |
Definition at line 551 of file ntuser.h.
Referenced by CreateCallProc(), IntDestroyClass(), UserGetCPD(), and UserSearchForCallProc().
| GETCPD _CALLPROCDATA::wType |
Definition at line 553 of file ntuser.h.
Referenced by CallWindowProcA(), CallWindowProcW(), CreateCallProc(), IntSetWindowProc(), UserGetCallProcInfo(), UserGetCPD(), and UserSearchForCallProc().