#include <guiddef.h>
Go to the source code of this file.
Defines |
#define | INITGUID |
#define | DECLSPEC_SELECTANY __declspec(selectany) |
#define | DEFINE_GUIDEX(name) const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) } |
#define | STATICGUIDOF(guid) STATIC_##guid |
#define | DEFINE_WAVEFORMATEX_GUID(x) (USHORT)(x),0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71 |
Define Documentation
#define DECLSPEC_SELECTANY __declspec(selectany) |
#define DEFINE_GUIDEX |
( |
|
name |
) |
const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) } |
#define DEFINE_WAVEFORMATEX_GUID |
( |
|
x |
) |
(USHORT)(x),0x0000,0x0010,0x80,0x00,0x00,0xaa,0x00,0x38,0x9b,0x71 |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
#define STATICGUIDOF |
( |
|
guid |
) |
STATIC_##guid |