ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <ntuser.h>
Public Attributes | |
PROCDESKHEAD | head |
struct _CALLPROCDATA * | spcpdNext |
WNDPROC | pfnClientPrevious |
GETCPD | wType |
PROCDESKHEAD _CALLPROCDATA::head |
WNDPROC _CALLPROCDATA::pfnClientPrevious |
Definition at line 547 of file ntuser.h.
Referenced by CallWindowProcA(), CallWindowProcW(), CreateCallProc(), IntCreateWindow(), IntSetClassWndProc(), IntSetWindowProc(), UserGetCallProcInfo(), and UserSearchForCallProc().
struct _CALLPROCDATA* _CALLPROCDATA::spcpdNext |
Definition at line 546 of file ntuser.h.
Referenced by CreateCallProc(), IntDestroyClass(), UserGetCPD(), and UserSearchForCallProc().
GETCPD _CALLPROCDATA::wType |
Definition at line 548 of file ntuser.h.
Referenced by CallWindowProcA(), CallWindowProcW(), CreateCallProc(), IntSetWindowProc(), UserGetCallProcInfo(), UserGetCPD(), and UserSearchForCallProc().