Desktop Functions: Smart Device Functions:
|
attachconsole (kernel32)
C# Signature:
[DllImport("kernel32", SetLastError = true)] VB Signature:
Public Declare Auto Function AttachConsole Lib "kernel32" ( _ User-Defined Types:None. Notes:Warning, this will not work on Windows 2000, requires Windows XP or newer. See also AllocConsole Tips & Tricks:Use -1 for dwProcessId to attach to the parent process console. Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|