词条 | GetStartupInfo |
释义 | GetStartupInfo 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. 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. QuickInfo Windows NT: Requires version 3.1 or later. Windows: Requires Windows 95 or later. Windows CE: Unsupported. Header: Declared in winbase.h. Import Library: Use kernel32.lib. Unicode: Implemented as Unicode and ANSI versions on Windows NT. 中文翻译: GetStartupInfo 函数功能描述:该函数返回进程在启动时被指定的 STARTUPINFO 结构 VOID GetStartupInfo( LPSTARTUPINFO lpStartupInfo ); 参数 lpStartupInfo 用来存放要获取的 STARTUPINFO 结构 返回值 该函数没有返回值 STARTUPINFO 结构由当前进程的父进程指定,它能够用于指定当前进程主窗口的属性。 Windows NT: 要求3.1或更高版本 Windows: 要求windows 95或更高版本 Windows CE: 不支持。 头文件 winbase.h. 库文件 kernel32.lib Unicode 在Windows NT上有Unicode 和 ANSI 两个版本 GetStartupInfoAVB声明 Declare Sub GetStartupInfo Lib "kernel32" Alias "GetStartupInfoA" (lpStartupInfo As STARTUPINFO) 说明 获取一个进程的启动信息 参数表 参数 类型及说明 lpStartupInfo STARTUPINFO,指定一个STARTUPINFO结构,用于最终载入进程的启动信息 易语言声明 .版本 2 .DLL命令 GetStartupInfoA, 整数型, "kernel32", "GetStartupInfoA", , 获取启动信息 .参数 lpStartupInfo, STARTUPINFO, 传址, 启动信息 |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。