ReactOS 0.4.15-dev-7953-g1f49173
vfdshguid.h
Go to the documentation of this file.
1/*
2 vfdshguid.h
3
4 Virtual Floppy Drive for Windows
5 Driver control library
6 shell extension GUID header
7
8 Copyright (c) 2003-2005 Ken Kato
9*/
10
11#ifndef _VFDSHGUID_H_
12#define _VFDSHGUID_H_
13
14DEFINE_GUID(CLSID_VfdShellExt, 0x296c1585L, 0x678f, 0x4584,
15 0x8f, 0x02, 0x10, 0x39, 0xc1, 0xd1, 0x86, 0x4c);
16
17#endif // _VFDSHGUID_H_
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition: guiddef.h:68