guids.h
来自「Windows WDM 设备驱动程序开发指南光盘 保护随书的源代码」· C头文件 代码 · 共 11 行
H
11 行
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?