Lazy WinAPI
error.h
Go to the documentation of this file.
1 #pragma once
2 
9 #include <wchar.h>
10 
11 #include <windows.h>
12 
22 
28 #define Error_get_last GetLastError
29 
46 const wchar_t* Error_get_desc(DWORD error, wchar_t *buffer, size_t size);
47 
const wchar_t * Error_get_desc(DWORD error, wchar_t *buffer, size_t size)
Gets description of error.
Definition: error.c:53