📄 shelltools.h
字号:
/***************************************************************************/
/* NOTE: */
/* This document is copyright (c) by Oz Solomonovich. All non-commercial */
/* use is allowed, as long as this document not altered in any way, and */
/* due credit is given. */
/***************************************************************************/
// ShellTools.h
#ifndef SHELLTOOLS_H
#define SHELLTOOLS_H
// PIDL utilities
// - the old PIDL utilities have been superseded by the CPIDL class
// icon extraction
typedef void (*RECEIVERFUNC)(HICON, LPVOID);
HICON GetFileIcon(LPCTSTR pszPath, UINT uFlags = 0,
RECEIVERFUNC pReceiver = NULL, LPVOID pContext = 0);
// open folder
enum OpenMethods { defaultAction, open, explore, exploreFrom };
void OpenLocation(CString& cLocation, OpenMethods aMethod);
#endif // SHELLTOOLS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -