www.pudn.com > Microsoft Windows驱动程序模型设计 源代码.zip > GUIDS.H
// guids.h -- Globally unique identifiers for the WMI42 sample driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef GUIDS_H
#define GUIDS_H
// {A0F95FD4-A587-11d2-BB3A-00C04FA330A6}
DEFINE_GUID(GUID_WMI42_SCHEMA, 0xa0f95fd4, 0xa587, 0x11d2, 0xbb, 0x3a, 0x0, 0xc0, 0x4f, 0xa3, 0x30, 0xa6);
#endif