- indexing
- title: "Visual Eiffel Library.", "Win32 API: Bit flags that determine whether certain `STARTUPINFO%' members are used when the process creates a window."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_STARTUP_FLAGS
- feature -- Queries
-
STARTF_USESHOWWINDOW: BIT 32
-
STARTF_USESIZE: BIT 32
-
STARTF_USEPOSITION: BIT 32
-
STARTF_USECOUNTCHARS: BIT 32
-
STARTF_USEFILLATTRIBUTE: BIT 32
-
STARTF_RUNFULLSCREEN: BIT 32
-
STARTF_FORCEONFEEDBACK: BIT 32
-
STARTF_FORCEOFFFEEDBACK: BIT 32
-
STARTF_USESTDHANDLES: BIT 32
-
STARTF_USEHOTKEY: BIT 32
end -- class WAPI_STARTUP_FLAGS