📄 guids.h
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
//
#ifndef GUIDS_H
#define GUIDS_H
// {0850302A-B344-4fda-9BE9-90576B8D46F0}
DEFINE_GUID(GUID_BTHPORT,
0x850302a, 0xb344, 0x4fda, 0x9b, 0xe9, 0x90, 0x57, 0x6b, 0x8d, 0x46, 0xf0);
// {2CAF6042-3468-4e46-BFD6-86D4BEF00B71}
DEFINE_GUID(GUID_BTHDDI_INTERFACE,
0x2caf6042, 0x3468, 0x4e46, 0xbf, 0xd6, 0x86, 0xd4, 0xbe, 0xf0, 0xb, 0x71);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -