Group: Process and Thread - Library: kernel32
Retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created.
Reading STARTUPINFO structure for the current VFP session
VOID GetStartupInfo(
LPSTARTUPINFO lpStartupInfo // startup information
); DECLARE GetStartupInfo IN kernel32;
STRING @ lpStartupInfo lpStartupInfo [out] Pointer to a STARTUPINFO structure that receives the startup information.
This function does not return a value.
Home