📄 deviceguid.h
字号:
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Copyright (c) 2008 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
#ifndef _CXPOLARIS_GUID_
#define _CXPOLARIS_GUID_
#include <initguid.h>
// {0967F52A-39CE-4594-9E4A-F35482D5D5AE}
DEFINE_GUID(GUID_CLASS_EVKDVT_CXPOLARIS,
0x967f52a, 0x39ce, 0x4594, 0x9e, 0x4a, 0xf3, 0x54, 0x82, 0xd5, 0xd5, 0xae);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -