globalhelperfunc.h
来自「TransferFiles_demo对话框程序」· C头文件 代码 · 共 26 行
H
26 行
// Global helper functions
#ifndef GLOBALHELPERFUNC_H
#define GLOBALHELPERFUNC_H
#include <afxwin.h>
namespace ErrorHandling
{
void PopError(DWORD dwError);
void PopLastError();
CString FormatError(DWORD dwError);
CString FormatLastError();
// Converts a string table ID to an application speific error message
CString ConvertStringTableIDToErrorMsg(CString strMachineIP, UINT iStringTableID);
}
namespace ProcessHandling
{
void LaunchApp(CString strAppPath, CString strCommandLine);
}
#endif // GLOBALHELPERFUNC_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?