GetStartupInfo function kernel32

void GetStartupInfo(
  1. Pointer<STARTUPINFO> lpStartupInfo
)

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

void GetStartupInfoW(
  LPSTARTUPINFOW lpStartupInfo
);

Implementation

void GetStartupInfo(Pointer<STARTUPINFO> lpStartupInfo) =>
    _GetStartupInfo(lpStartupInfo);