⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qdrive.h

📁 Drive.dll is a dll that creates a drive to system directoryor drive similar to existing drives such
💻 H
字号:
//
// QDrive.h
//

// This includes all the libraries required. 
// You can goto Project | Settings and add the libraries 
// and delete the following lines from here
#pragma comment (lib, "kernel32")
#pragma comment (lib, "user32")
#pragma comment (lib, "gdi32")
#pragma comment (lib, "shell32")
#pragma comment (lib, "ole32")
#pragma comment (lib, "comctl32")
#pragma comment (lib, "uuid.lib")
#pragma comment (lib, "advapi32.lib")
#pragma comment (lib, "shlwapi.lib")

// {A79EBF22-97C6-11d2-A6CA-204C4F4F5020}
DEFINE_GUID(CLSID_Shell_Extension_QDrive, 
0xa79ebf22, 0x97c6, 0x11d2, 0xa6, 0xca, 0x20, 0x4c, 0x4f, 0x4f, 0x50, 0x20);

#define SZ_GUID _T("{A79EBF22-97C6-11d2-A6CA-204C4F4F5020}")

//EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -