Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetConsoleTitle" in [All]

kernel32

.

    // http://pinvoke.net/default.aspx/kernel32/GetConsoleTitle.html

.

    static extern uint GetConsoleTitle(

.
Summary
.

    [DllImport("kernel32.dll", EntryPoint = "GetConsoleTitle", CharSet = CharSet.Unicode, SetLastError = true)]

.

    internal static extern DWORD GetConsoleTitle(


 
Access PInvoke.net directly from VS: