GetStartupInfo

王朝百科·作者佚名  2010-03-31  
宽屏版  字体:   |    |    |  超大  

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 两个版本

 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
© 2005- 王朝百科 版权所有