#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ _Success_() [1/2]
Definition at line 23 of file float.c.
NTSTATUS NTAPI KeRestoreFloatingPointState(_In_ PKFLOATING_SAVE Save)
Restores the original FPU state context that has been saved by a API call of KeSaveFloatingPointState...
#define NT_SUCCESS(StatCode)
◆ _Success_() [2/2]
Definition at line 45 of file float.c.
NTSTATUS NTAPI KeRestoreFloatingPointState(_In_ PKFLOATING_SAVE Save)
Restores the original FPU state context that has been saved by a API call of KeSaveFloatingPointState...
#define NT_SUCCESS(StatCode)
NTSTATUS NTAPI KeSaveFloatingPointState(_Out_ PKFLOATING_SAVE Save)
Saves the current floating point unit state context of the current calling thread.