📄 stdhdr.h
字号:
#include <windows.h>
// this is the class ID of the in-proc OLE server to be created
DEFINE_GUID( CLSID_UrlfFolder, 0x04051965, 0x0fcc, 0x11ce, 0xbc, 0xb0,
0xb3, 0xfd, 0x0e, 0x25, 0x38, 0x41 );
#ifndef _STD_HDR_
#define _STD_HDR_
#include <shlguid.h>
#include <shlobj.h>
#define MSG(s) MessageBox(NULL,s,"Debugging",0)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -