Ark Server API (ASA) - Wiki
|
Enumerations | |
enum | Type : int { Open = 0x0 , Edit = 0x1 , Open = 0x0 , Edit = 0x1 } |
enum | Type { Open = 0x0 , Edit = 0x1 , Open = 0x0 , Edit = 0x1 } |
Not all platforms have different opening semantics, but Windows allows you to specify a specific verb when opening a file.
Definition at line 56 of file GenericPlatformProcess.h.