Jump to content

Win32 API Constants


cppman
 Share

Recommended Posts

This is a little something I wrote to make things like dllcall easier.

Its a library with over 1,000 windows api constants, that can be used with dllcall.

For example:

A common dllcall is SendMessage(). This lib has specific control messages like,

$EM_GETSEL - Gets the selected text of a edit box.

$EM_SETSEL, $EM_GETRECT, $EM_SETRECT, $EM_SCROLL... and more.

Hope this helps you out :whistle:

WinConst.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...