|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetStartupInfo
The GetStartupInfo function retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created.
VOID GetStartupInfo(
LPSTARTUPINFO lpStartupInfo // address of STARTUPINFO structure );
Parameters
lpStartupInfo
Points to a STARTUPINFO structure that is filled in by the function.
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
CreateProcess, STARTUPINFO
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetStartupInfo
Функция GetStartupInfo извлекает содержание структуры STARTUPINFO, которая была определена когда вызывающий процесс был создан.
ПУСТОТА GetStartupInfo(
АДРЕС LPSTARTUPINFO lpStartupInfo // структуры STARTUPINFO );
Параметры
lpStartupInfo
Точки на структуру STARTUPINFO, которые заполнены функцией.
Обратные Величины
Эта функция не возвращает величину.
Замечания
Структура STARTUPINFO была определена процессом, который создавал вызов процесса. Может быть использовано, чтобы определять свойства связанные основным окном вызова процесса.
Смотри Также
CreateProcess, STARTUPINFO
|
|
|
|