#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ _Success_() [1/2]
Definition at line 45 of file float.c.
57{
60
62 {
63
66 {
67 return(0);
68 }
69
72 }
73
75 {
76 return(0);
77 }
78
81 {
83 }
84
86}
#define NT_SUCCESS(StatCode)
#define KeSaveFloatingPointState(x)
#define KeRestoreFloatingPointState(x)
◆ _Success_() [2/2]
Deletes the virtual mapping and optionally gives back the page & dirty bit.
- Parameters
-
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. |
- Returns
- Whether there was actually a page mapped at the given address.
Definition at line 23 of file float.c.