#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | tagMONITOR_COUNT |
Defines | |
#define | C_MONITOR_COUNT 10 |
#define | MONITORED_FLAGS |
#define | pep ((PEVENT_PACKET)lParam) |
#define | pmsgs ((MONMSGSTRUCT *)&pep->Data) |
Typedefs | |
typedef tagMONITOR_COUNT | MONITOR_COUNT |
typedef tagMONITOR_COUNT * | PMONITOR_COUNT |
Functions | |
VOID | xxxChangeMonitorFlags (PSVR_INSTANCE_INFO psii, DWORD afCmdNew) |
DWORD | xxxCsEvent (PEVENT_PACKET pep, WORD cbEventData) |
LRESULT | xxxEventWndProc (PWND pwnd, UINT message, WPARAM wParam, LPARAM lParam) |
VOID | xxxMessageEvent (PWND pwndTo, UINT message, WPARAM wParam, LPARAM lParam, DWORD flag, PDDEML_MSG_HOOK_DATA pdmhd) |
Variables | |
DWORD | MonitorFlags = 0 |
MONITOR_COUNT | aMonitorCount [C_MONITOR_COUNT] |
|
Definition at line 26 of file w32/ntuser/kernel/event.c. Referenced by xxxChangeMonitorFlags(). |
|
Value:
Definition at line 41 of file w32/ntuser/kernel/event.c. Referenced by xxxChangeMonitorFlags(). |
|
|
Referenced by xxxMessageEvent(). |
|
|
|
|
|
Definition at line 64 of file w32/ntuser/kernel/event.c. References tagSVR_INSTANCE_INFO::afCmd, aMonitorCount, C_MONITOR_COUNT, tagEVENT_PACKET::cbEventData, CheckCritIn, tagEVENT_PACKET::Data, DWORD, tagEVENT_PACKET::EventType, FALSE, tagMONITOR_COUNT::flag, tagEVENT_PACKET::fSense, tagMONITOR_COUNT::iCount, MONITORED_FLAGS, MonitorFlags, VOID(), and xxxCsEvent(). Referenced by _CsUpdateInstance(), xxxCsDdeInitialize(), and xxxEventWndProc().
|
|
Definition at line 120 of file w32/ntuser/kernel/event.c. References tagSVR_INSTANCE_INFO::afCmd, tagEVENT_PACKET::cbEventData, CheckCritIn, DWORD, tagEVENT_PACKET::EventType, FALSE, tagEVENT_PACKET::fSense, tagSVR_INSTANCE_INFO::next, NULL, pep, psiiList, PtiCurrent, PtoH, tagSVR_INSTANCE_INFO::spwndEvent, ThreadLockAlwaysWithPti, ThreadLockPool, ThreadUnlock, ThreadUnlockAndFreePool, ValidateHwnd, and xxxSendMessage(). Referenced by NtUserEvent(), xxxChangeMonitorFlags(), and xxxMessageEvent().
|
|
Definition at line 224 of file w32/ntuser/kernel/event.c. References _GetWindowLongPtr, tagSVR_INSTANCE_INFO::afCmd, CheckCritIn, CheckLock, ClientEventCallback(), GWLP_PSII, HMValidateHandleNoRip(), NULL, tagSVR_INSTANCE_INFO::pcii, pep, TYPE_DDEACCESS, xxxChangeMonitorFlags(), and xxxDefWindowProc(). Referenced by LW_RegisterWindows().
|
|
Definition at line 275 of file w32/ntuser/kernel/event.c. References CheckCritIn, DWORD, GETPTI, NtGetTickCount(), NULL, pep, pmsgs, PtiCurrent, PtoH, RevalidateHwnd, ThreadLockPool, ThreadUnlockAndFreePool, TRUE, VOID(), and xxxCsEvent(). Referenced by xxxDDETrackPostHook(), and xxxDDETrackSendHook().
|
|
Initial value:
Definition at line 28 of file w32/ntuser/kernel/event.c. Referenced by xxxChangeMonitorFlags(). |
|
Definition at line 19 of file w32/ntuser/kernel/event.c. Referenced by _CsUpdateInstance(), xxxChangeMonitorFlags(), xxxCsDdeInitialize(), xxxDDETrackPostHook(), and xxxDDETrackSendHook(). |