10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
win32_utils.h
1
#ifndef TENDUKE_OSA_WIN_WIN32_UTILS_H
2
#define TENDUKE_OSA_WIN_WIN32_UTILS_H
3
4
#include <string>
5
#include <windows.h>
6
7
namespace
tenduke
{
namespace
osa
{
namespace
win {
8
9
std::string getErrorMessage(
10
::DWORD errorCode,
11
const
void
*source =
nullptr
12
);
13
14
std::string getWinHttpErrorMessage(DWORD errorCode);
15
16
void
throwOnHttpError(::DWORD errorCode);
17
18
}}}
19
20
#endif
//TENDUKE_OSA_WIN_WIN32_UTILS_H
tenduke::osa
Operating system abstraction.
Definition
win32_utils.h:7
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
windows
src
win32_utils.h
Generated by
1.13.2