#include <windows.h>
#include <basetyps.h>
Go to the source code of this file.
◆ WIN_StringToUTF8
◆ WIN_UTF8ToString
◆ WIN_CoInitialize()
HRESULT WIN_CoInitialize |
( |
void |
| ) |
|
◆ WIN_CoUninitialize()
◆ WIN_IsEqualGUID()
BOOL WIN_IsEqualGUID |
( |
const GUID * |
a, |
|
|
const GUID * |
b |
|
) |
| |
◆ WIN_IsEqualIID()
BOOL WIN_IsEqualIID |
( |
REFIID |
a, |
|
|
REFIID |
b |
|
) |
| |
◆ WIN_IsWindows7OrGreater()
BOOL WIN_IsWindows7OrGreater |
( |
void |
| ) |
|
◆ WIN_IsWindowsVistaOrGreater()
BOOL WIN_IsWindowsVistaOrGreater |
( |
void |
| ) |
|
◆ WIN_LookupAudioDeviceName()
char* WIN_LookupAudioDeviceName |
( |
const WCHAR * |
name, |
|
|
const GUID * |
guid |
|
) |
| |
◆ WIN_SetError()
int WIN_SetError |
( |
const char * |
prefix | ) |
|
◆ WIN_SetErrorFromHRESULT()
int WIN_SetErrorFromHRESULT |
( |
const char * |
prefix, |
|
|
HRESULT |
hr |
|
) |
| |