STARTUPINFO class base Struct
Specifies the window station, desktop, standard handles, and appearance of the main window for a process at creation time.
- Inheritance
-
- Object
- NativeType
- Struct
- STARTUPINFO
Constructors
Properties
- cb ↔ int
-
read / write
- cbReserved2 ↔ int
-
read / write
- dwFillAttribute ↔ int
-
read / write
- dwFlags ↔ int
-
read / write
- dwX ↔ int
-
read / write
- dwXCountChars ↔ int
-
read / write
- dwXSize ↔ int
-
read / write
- dwY ↔ int
-
read / write
- dwYCountChars ↔ int
-
read / write
- dwYSize ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hStdError ↔ int
-
read / write
- hStdInput ↔ int
-
read / write
- hStdOutput ↔ int
-
read / write
-
lpDesktop
↔ Pointer<
Utf16> -
read / write
-
lpReserved
↔ Pointer<
Utf16> -
read / write
-
lpReserved2
↔ Pointer<
Uint8> -
read / write
-
lpTitle
↔ Pointer<
Utf16> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- wShowWindow ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited