Sdílet prostřednictvím


DkmProcessStartupInfo.StdOutputHandle Property

Definition

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

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

Property Value

Returns UInt64.

Applies to