![]() |
Ark Server API (ASA) - Wiki
|
#include <WindowsPlatformMisc.h>
Public Types | |
| enum | ErrorCodes { SUCCEEDED = 0 , ERROR_UNKNOWNVERSION = 1 , ERROR_GETPRODUCTINFO_FAILED = 2 , ERROR_GETVERSIONEX_FAILED = 4 , ERROR_GETWINDOWSGT62VERSIONS_FAILED = 8 } |
Static Public Member Functions | |
| static int32 | GetOSVersions (FString &OutOSVersion, FString &OutOSSubVersion) |
Helper struct used to get the string version of the Windows version.
Definition at line 16 of file WindowsPlatformMisc.h.
| Enumerator | |
|---|---|
| SUCCEEDED | |
| ERROR_UNKNOWNVERSION | |
| ERROR_GETPRODUCTINFO_FAILED | |
| ERROR_GETVERSIONEX_FAILED | |
| ERROR_GETWINDOWSGT62VERSIONS_FAILED | |
Definition at line 18 of file WindowsPlatformMisc.h.
|
static |