ReactOS 0.4.15-dev-7788-g1ad9096
uuids.h File Reference
#include <ksuuids.h>
Include dependency graph for uuids.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)    DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);
 
#define MEDIATYPE_NULL   GUID_NULL
 
#define MEDIASUBTYPE_NULL   GUID_NULL
 

Macro Definition Documentation

◆ MEDIASUBTYPE_NULL

#define MEDIASUBTYPE_NULL   GUID_NULL

Definition at line 25 of file uuids.h.

◆ MEDIATYPE_NULL

#define MEDIATYPE_NULL   GUID_NULL

Definition at line 24 of file uuids.h.

◆ OUR_GUID_ENTRY

#define OUR_GUID_ENTRY (   name,
  l,
  w1,
  w2,
  b1,
  b2,
  b3,
  b4,
  b5,
  b6,
  b7,
  b8 
)     DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);

Definition at line 20 of file uuids.h.