Results 1 to 8 of 8

Thread: where can I find info about APIs?

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    where can I find info about APIs?

    There are a lot of stuff that the API Guide doesnt have, so I decided to take a look at MSDN...
    I was looking for the GetConsoleMode function ( here's the link ). My problem is that I cant figure out the values for the constants that they list on the site. For example the ENABLE_LINE_INPUT is listed in the MSDN website but it doesnt say what is its value. How can I find out these values


    also, how do I edit these!!?!
    VB Code:
    1. BOOL GetConsoleMode(
    2.   HANDLE hConsoleHandle,
    3.   LPDWORD lpMode
    4. );

    How do I know what is HANDLE or LPDWORD in .NET?!!!
    Last edited by MrPolite; Jan 19th, 2003 at 08:03 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width