Files
reactos/reactos/subsys/win32k/include/error.h
T
2003-08-12 20:08:45 +00:00

18 lines
231 B
C

#ifndef __WIN32K_ERROR_H
#define __WIN32K_ERROR_H
VOID FASTCALL
SetLastNtError(
NTSTATUS Status);
VOID FASTCALL
SetLastWin32Error(
DWORD Status);
NTSTATUS FASTCALL
GetLastNtError();
#endif /* __WIN32K_ERROR_H */
/* EOF */