Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ELaunchVerb Namespace Reference

Enumerations

enum  Type : int { Open = 0x0 , Edit = 0x1 , Open = 0x0 , Edit = 0x1 }
 
enum  Type { Open = 0x0 , Edit = 0x1 , Open = 0x0 , Edit = 0x1 }
 

Detailed Description

Not all platforms have different opening semantics, but Windows allows you to specify a specific verb when opening a file.

Enumeration Type Documentation

◆ Type [1/2]

Enumerator
Open 

Launch the application associated with opening file to 'view'

Edit 

Launch the application associated with opening file to 'edit'

Open 

Launch the application associated with opening file to 'view'

Edit 

Launch the application associated with opening file to 'edit'

Definition at line 6639 of file Enums.h.

◆ Type [2/2]

Enumerator
Open 

Launch the application associated with opening file to 'view'

Edit 

Launch the application associated with opening file to 'edit'

Open 

Launch the application associated with opening file to 'view'

Edit 

Launch the application associated with opening file to 'edit'

Definition at line 56 of file GenericPlatformProcess.h.