Jump to content

SAF: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:Constant:SAF to SAF
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
==== SAF_BACKGROUND ====
==== SAF_BACKGROUND ====
; 0x0010 : Program is started in the background.
; 0x0010 : Program is started in the background.
==== SAF_INSTALLEDCMDLINE ====
==== SAF_INSTALLEDCMDLINE ====
; 0x0001 : Passed command line arguements.
; 0x0001 : Passed command line arguements.
==== SAF_MAXIMIZED ====
==== SAF_MAXIMIZED ====
; 0x0004 : Start program maximized.
; 0x0004 : Start program maximized.
==== SAF_MINIMIZED ====
==== SAF_MINIMIZED ====
; 0x0008 : Start program minimized provided [[OS2_API:Constant:SAF#SAF_MAXIMIZED|SAF_MAXIMIZED]] is not passed in.
; 0x0008 : Start program minimized provided [[SAF#SAF_MAXIMIZED|SAF_MAXIMIZED]] is not passed in.
 
==== SAF_STARTCHILDAPP ====
==== SAF_STARTCHILDAPP ====
; 0x0002 : Started program is a child of the invoking program. [[OS2_API:WinTerminateApp|WinTerminateApp]] can be used by invoker to end child program.
; 0x0002 : Started program is a child of the invoking program. [[WinTerminateApp]] can be used by invoker to end child program.
 
==== SAF_VALIDFLAGS ====
==== SAF_VALIDFLAGS ====
; 0x001f :
; 0x001f :


 
[[Category:Constant]]
[[Category:The OS/2 API Project]]

Revision as of 17:55, 6 October 2016

SAF_BACKGROUND

0x0010
Program is started in the background.

SAF_INSTALLEDCMDLINE

0x0001
Passed command line arguements.

SAF_MAXIMIZED

0x0004
Start program maximized.

SAF_MINIMIZED

0x0008
Start program minimized provided SAF_MAXIMIZED is not passed in.

SAF_STARTCHILDAPP

0x0002
Started program is a child of the invoking program. WinTerminateApp can be used by invoker to end child program.

SAF_VALIDFLAGS

0x001f