#include "os/core.h"
#include "os_common.h"
#include "std/str.h"
#include "base/util.h"
#include "core/macros.h"
#include "core/win32.h"
Go to the source code of this file.
|
#define | FORMAT_FLAGS (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS) |
|
◆ FORMAT_FLAGS
#define FORMAT_FLAGS (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS) |
◆ impl_error_length()
CT_LOCAL size_t impl_error_length |
( |
os_error_t |
error | ) |
|
◆ impl_error_string()
CT_LOCAL size_t impl_error_string |
( |
os_error_t |
error, |
|
|
char * |
buffer, |
|
|
size_t |
size |
|
) |
| |
◆ impl_last_error()