Lazy WinAPI
Main Page
Modules
Files
File List
File Members
src
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
Error_get_desc
const wchar_t * Error_get_desc(DWORD error, wchar_t *buffer, size_t size)
Gets description of error.
Definition:
error.c:53
Generated by
1.8.11