#include <corecrt.h>
#include <float.h>
Go to the source code of this file.
◆ _FENV
◆ CPP_EXTERN
◆ FE_ALL_EXCEPT
◆ FE_DFL_ENV
◆ FE_DIVBYZERO
◆ FE_DOWNWARD
◆ FE_INEXACT
◆ FE_INVALID
◆ FE_OVERFLOW
◆ FE_ROUND_MASK
◆ FE_TONEAREST
◆ FE_TOWARDZERO
◆ FE_UNDERFLOW
◆ FE_UPWARD
◆ fenv_t
◆ fexcept_t
◆ __declspec()
◆ _Success_()
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.
Deletes the virtual mapping and optionally gives back the page & dirty bit.
- Parameters
-
| [in,opt] | hDC An optional GDI device context handle. |
[in] | hFont | The GDI handle to the font. |
[out] | Height | In case of success, receives the cell height size (in pixels). |
[out] | Width | In case of success, receives the cell height size (in pixels). |
- Returns
- TRUE if success, FALSE in case of failure.
Definition at line 203 of file firmware.c.
207{
210
211
212 if (FirmwareType ==
NULL)
213 {
216 }
217
218
220 &BootInfo,
221 sizeof(BootInfo),
222 0);
224 {
227 }
228
231}
#define NT_SUCCESS(StatCode)
#define ERROR_INVALID_PARAMETER
@ SystemBootEnvironmentInformation
DWORD BaseSetLastNTError(IN NTSTATUS Status)
NTSYSAPI NTSTATUS NTAPI NtQuerySystemInformation(IN SYSTEM_INFORMATION_CLASS SystemInfoClass, OUT PVOID SystemInfoBuffer, IN ULONG SystemInfoBufferSize, OUT PULONG BytesReturned OPTIONAL)
◆ feclearexcept()
◆ fegetenv()
◆ fegetexceptflag()
◆ fegetround()
◆ fesetenv()
◆ fesetexceptflag()
◆ fesetround()
◆ fetestexcept()