GetConsoleOriginalTitle (kernel32)
Last changed: -67.41.75.62

.
Summary
TODO - a short description

C# Signature:

    /* Retrieves the title for the current console window. */
    [DllImport("kernel32.dll", EntryPoint = "GetConsoleOriginalTitleW", CharSet = CharSet.Unicode, SetLastError = true)]
    internal static extern DWORD GetConsoleOriginalTitle(
        StringBuilder lpConsoleTitle,
        DWORD nSize);

VB Signature:

Declare Function GetConsoleOriginalTitle Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

// Untested, added during 1-pass copy & paste of windows console fuctions

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation