DkmProcessStartupInfo.StdInputHandle Property

Definition

If 'Flags' specifies STARTF_USESTDHANDLES, this member is the standard input handle for the process. Otherwise, this value should be zero.

public:
 property System::UInt64 StdInputHandle { System::UInt64 get(); };
public:
 property unsigned long long StdInputHandle { unsigned long long get(); };
public ulong StdInputHandle { get; }
member this.StdInputHandle : uint64
Public ReadOnly Property StdInputHandle As ULong

Property Value

Returns UInt64.

Applies to