更新时间:2024-06-27 13:07
Windows API函数。 该函数取得进程在启动时被指定的 STARTUPINFO 结构。
GetStartupInfo 函数取得在进程启动时被指定的STARTUPINFO 结构
The GetStartupInfo function retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created.
函数原型
VOID GetStartupInfo(LPSTARTUPINFO lpStartupInfo // address of STARTUPINFO structure);
Parameters参数
lpStartupInfo
Pointer to a STARTUPINFO structure that is filled in by the function.
一个指向用来存放要获取的 STARTUPINFO 结构的指针。
Return Values返回值
This function does not return a value.
该函数无返回值。
Remarks
The STARTUPINFO structure was specified by the process that created the calling process. It can be used to specify properties associated with the main window of the calling process.
该STARTUPINFO结构由当前进程的父进程指定。它可用于指定在当前进程的主窗口的相关属性。
QuickInfo
Windows NT: 要求3.1或更高版本
Windows: 要求windows 95或更高版本
Windows CE: 不支持。
头文件 winbase.h.
库文件 kernel32.lib
Unicode 在Windows NT上有Unicode 和 ANSI 两个版本
VB声明
GetStartupInfoA
说明 获取一个进程的启动信息
参数表 参数 类型及说明 lpStartupInfo STARTUPINFO,指定一个STARTUPINFO结构,用于最终载入进程的启动信息
易语言声明
.版本 2
.参数 lpStartupInfo, STARTUPINFO, 传址, 启动信息