Home
last modified time | relevance | path

Searched refs:UnsafeMsgInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmessage.c2477 NtUserDispatchMessage(PMSG UnsafeMsgInfo) in NtUserDispatchMessage() argument
2484 ProbeForRead(UnsafeMsgInfo, sizeof(MSG), 1); in NtUserDispatchMessage()
2485 RtlCopyMemory(&SafeMsg, UnsafeMsgInfo, sizeof(MSG)); in NtUserDispatchMessage()