hwndproc.h

来自「大量windows shell编程例子」· C头文件 代码 · 共 21 行

H
21
字号
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <windowsx.h>
#include <tlhelp32.h>   // Win9x only
// #include <psapi.h>      // WinNT only

#ifdef __cplusplus
extern "C" {
#endif

BOOL APIENTRY GetProgramFromHwnd( 
    HWND hWnd, LPTSTR szProcName, INT iBufSize );

#ifdef __cplusplus
}
#endif



/*  End of file: HWndProc.h  */

⌨️ 快捷键说明

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