TsRemux.TsRemux.AttachConsole C# (CSharp) Méthode

AttachConsole() private méthode

private AttachConsole ( int dwProcessId ) : bool
dwProcessId int
Résultat bool
        static extern bool AttachConsole(int dwProcessId);
TsRemux