Home
last modified time | relevance | path

Searched defs:GUID_NULL (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/wdm/audio/filters/splitter/
H A Dsplitter.c15 const GUID GUID_NULL = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… variable
/reactos/dll/directx/msdvbnp/
H A Dpin.cpp13 const GUID GUID_NULL = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0… variable
/reactos/sdk/tools/xml2sdb/
H A Dxml2sdb.cpp16 static const GUID GUID_NULL = { 0 }; variable
/reactos/drivers/ksfilter/ks/
H A Dapi.c14 const GUID GUID_NULL = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x… variable
/reactos/drivers/storage/class/disk/
H A Ddisk.c83 const GUID GUID_NULL = { 0 }; variable
/reactos/sdk/include/psdk/
H A Dks.h106 #define GUID_NULL DEFINE_GUIDNAMED(GUID_NULL) macro