|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
HDM_INSERTITEM
The HDM_INSERTITEM message inserts a new item into a header control. You can
send this message explicitly or by using the Header_InsertItem macro.
HDM_INSERTITEM
wParam = (WPARAM) (int) index;
lParam = (LPARAM) (const HD_ITEM FAR*) phdi;
Parameters
index
Index of the item after which the new item is to be inserted. The new item is
inserted at the end of the header control if index is greater than or equal to the number of items in the control. If index is zero, the new item is inserted at the beginning of the header control.
phdi
Pointer to an HD_ITEM structure that contains information about the new item.
Return Values
If the operation succeeds, the return value is the index of the new item.
If the operation fails, the return value is 1.
See Also
HD_ITEM, Header_InsertItem
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|