ReactOS 0.4.16-dev-823-g9a093ec
|
Go to the source code of this file.
Functions | |
HANDLE FASTCALL | UserGetProp (_In_ PWND Window, _In_ ATOM Atom, _In_ BOOLEAN SystemProp) |
HANDLE FASTCALL | UserRemoveProp (_In_ PWND Window, _In_ ATOM Atom, _In_ BOOLEAN SystemProp) |
_Success_ (return) BOOL FASTCALL UserSetProp(_In_ PWND Window | |
Deletes the virtual mapping and optionally gives back the page & dirty bit. | |
VOID FASTCALL | UserRemoveWindowProps (_In_ PWND Window) |
Variables | |
_In_ ATOM | Atom |
_In_ ATOM _In_ HANDLE | Data |
_In_ ATOM _In_ HANDLE _In_ BOOLEAN | SystemProp |
_Success_ | ( | return | ) |
Deletes the virtual mapping and optionally gives back the page & dirty bit.
Process | - The process this address belongs to, or NULL if system address. |
Address | - The address to unmap. |
WasDirty | - Optional param receiving the dirty bit of the PTE. |
Page | - Optional param receiving the page number previously mapped to this address. |
Definition at line 57 of file firmware.c.
Definition at line 46 of file prop.c.
Referenced by DefWndGetIcon(), DefWndSetIcon(), GetLayeredStatus(), IntDdeGetMessageHook(), IntEngWindowChanged(), IntFlashWindowEx(), IntGetWindowContextHelpId(), IntGhostWindowFromHungWindow(), IntSetLayeredWindowAttributes(), NC_IconForWindow(), NtUserCallHwnd(), NtUserGetAppImeLevel(), NtUserGetLayeredWindowAttributes(), SetLayeredStatus(), and UserGethWnd().
Referenced by EngDeleteWnd(), IntDdeGetMessageHook(), IntFlashWindowEx(), NtUserCallHwndParam(), and NtUserRemoveProp().
Definition at line 115 of file prop.c.
Referenced by co_UserFreeWindow().
Definition at line 24 of file prop.h.
Referenced by _Success_(), IntGetProp(), and UserGetProp().