 |
GetStartupInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| 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. |
 |
 |
| Word Index links for the GetStartupInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-18 12:00:00 | | Modified: | 2001-11-26 16:03:41 | Visited in last 7 days: 24 |