TsRemux.TsRemux.AttachConsole C# (CSharp) Method

AttachConsole() private method

private AttachConsole ( int dwProcessId ) : bool
dwProcessId int
return bool
        static extern bool AttachConsole(int dwProcessId);
TsRemux