eraprptw.h
来自「用c++变得一个测量财富的+游戏」· C头文件 代码 · 共 19 行
H
19 行
// File: ERAPRPTW.H
//
// For using error logger with windows
// USER MAY specify parent window
// or NULL which simply means the
// message boxes don't have a
// parent window - they'll still
// work fine. This is the recommended
// method, because if the parent window
// is destroyed and then a call is
// made to ERAerr... there may be
// unpredictable results if the
// parent window isn't active anymore.
void ERAsetWindowParent
( UINT pasHwnd = NULL);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?