#include "stdafx.h"#include <string>Go to the source code of this file.
Functions | |
| HANDLE | StartProcess (LPCSTR pszName, LPCSTR pszArgs) |
| int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| int APIENTRY WinMain | ( | HINSTANCE | hInstance, | |
| HINSTANCE | hPrevInstance, | |||
| LPSTR | lpCmdLine, | |||
| int | nCmdShow | |||
| ) |
Definition at line 34 of file Updater.cpp.
References GetLastError(), NULL, StartProcess(), and TRUE.
1.5.6