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 :confused:
also, how do I edit these!!?!
VB Code:
BOOL GetConsoleMode(
HANDLE hConsoleHandle,
LPDWORD lpMode
);
How do I know what is HANDLE or LPDWORD in .NET?!!! :(