术语 | getstartupinfo |
释义 | GetStartupInfo 语法: C++ VOID WINAPI GetStartupInfo( __out LPSTARTUPINFO lpStartupInfo ); GetStartupInfo函数 检索的STARTUPINFO结构内容时所指定调用进程已创建。 参数 lpStartupInfo [out] 一个STARTUPINFO结构,它接收启动信息的指针。 返回值 这个函数没有返回值。 如果发生错误,这个函数(GetStartupInfoA)ANSI版本可以抛出一个异常。 Unicode版本(GetStartupInfoW)并没有失败。 备注 在STARTUPINFO结构中指定的进程,创造了调用进程。它可以用来指定与调用进程的主窗口关联的属性。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll Unicode和ANSI namesGetStartupInfoW(Unicode)和GetStartupInfoA(ANSI)的 参见 CreateProcess的 进程和线程函数 过程 STARTUPINFO 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==GetStartupInfo Function Retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created. Syntax C++ VOID WINAPI GetStartupInfo( __out LPSTARTUPINFO lpStartupInfo ); Parameters lpStartupInfo [out] A pointer to a STARTUPINFO structure that receives the startup information. Return Value This function does not return a value. If an error occurs, the ANSI version of this function (GetStartupInfoA) can raise an exception. The Unicode version (GetStartupInfoW) does not fail. 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. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll Unicode and ANSI namesGetStartupInfoW (Unicode) and GetStartupInfoA (ANSI) See Also CreateProcess Process and Thread Functions Processes STARTUPINFO Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms683230(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。