stdhdr.h
来自「大量windows shell编程例子」· C头文件 代码 · 共 15 行
H
15 行
#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 + =
减小字号Ctrl + -
显示快捷键?