Menu

#254 commctrl.h missing defines

Known_bugs
closed-fixed
2003-01-11
2003-01-07
No

From commctrl.h the following defines are missing:
HDN_GETDISPINFOA
HDN_GETDISPINFOW
The definitions for these can be found at URL:

http://www.merrioncomputing.com/EventVB/enHeaderNotificationMessages.html

I have not found a msdn web page with these
definitions, however, msdn doesn't define many other
definitions currently in commtrl.h either.

Discussion

  • Mat Nieuwenhoven

    Logged In: YES
    user_id=540231

    Also missing is LPNMHDDISPINFOW and associated structure.
    This can be found in the MinGW project, file
    src\msw\missing.h . I think that if possible (license-wise),
    move as many things as needed from wxWindows' missing.h into
    the MinGW win32 API include files.
    Mat Nieuwenhoven

     
  • Danny Smith

    Danny Smith - 2003-01-11
    • status: open --> closed-fixed
     
  • Danny Smith

    Danny Smith - 2003-01-11

    Logged In: YES
    user_id=11494

    Thanks
    I have added the defines to CVS
    Danny