home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / AllAPI_API179141992004.psc / API / A / AllocConsole.api < prev    next >
Encoding:
INI File  |  2004-08-30  |  770 b   |  25 lines

  1. [NAME]
  2. AllocConsole
  3. [DESCRIPTION]
  4. The AllocConsole function allocates a new console for the calling process.
  5. [DECLARATION]
  6. Declare Function AllocConsole Lib "kernel32" () As Long
  7. [VBNET]
  8. System.Console
  9. [OS]
  10. Requires Windows NT 3.1 or later; Requires Windows 95 or later
  11. [LIBRARY]
  12. Kernel32
  13. [PARAMETERS]
  14. <font color="#96D89E" face="Verdana" size="-1"> </font>
  15. [RETURNS]
  16. If the function succeeds, the return value is nonzero.
  17.  
  18. If the function fails, the return value is zero. To get extended error information, call GetLastError.
  19. [EXAMPLES]
  20. Console Application*CB98A9754FC4D5AAEC9DB6EFBEBD4132.html
  21. Console Application II*BDA18107A74914618446F4548DE6EEC8.html
  22. Console Application III*B269C4D332F6B9094E9B5B64EF7E3E6D.html
  23. [RELATED]
  24. FreeConsole
  25.