Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 900 Bytes

File metadata and controls

41 lines (28 loc) · 900 Bytes

Home

Function name : GetStartupInfo

Group: Process and Thread - Library: kernel32


Retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created.


Code examples:

Reading STARTUPINFO structure for the current VFP session

Declaration:

VOID GetStartupInfo(
  LPSTARTUPINFO lpStartupInfo   // startup information
);  

FoxPro declaration:

DECLARE GetStartupInfo IN kernel32;
	STRING @ lpStartupInfo  

Parameters:

lpStartupInfo [out] Pointer to a STARTUPINFO structure that receives the startup information.


Return value:

This function does not return a value.