ATTACH_PARENT_PROCESS (Constants)
Last changed: 172.56.37.2

.
Summary
Used by AttachConsole, to allocate the console to the parent PID of the calling thread.

C# Constants:

public const uint ATTACH_PARENT_PROCESS = 0xFFFFFFFF;

VB Constants:

Public Const ATTACH_PARENT_PROCESS As UInteger = &HFFFFFFFF

Documentation:

AttachConsole on MSDN