GetStartupInfo
The GetStartupInfo
function retrieves the contents of the STARTUPINFO
VOID GetStartupInfo(
LPSTARTUPINFO lpStartupInfo |
// address of STARTUPINFO
structure |
); |
|
Parameters
lpStartupInfo
Points to a 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.
See Also