函数简介:

获取指定窗口所在进程的启动命令行

函数原型:

string GetCommandLine (hwnd)

参数定义:

hwnd 整形数: 窗口句柄

返回值:

字符串:
读取到的启动命令行

示例: