| Prev Next Header_GetItem info Overview GroupThe Header_GetItem macro retrieves information about an item in a header control. You can use this macro or explicitly send the HDM_GETITEM message. BOOL Header_GetItem( 
 Parameters
 Return ValuesIf the operation succeeds, the return value is TRUE. If the operation fails, the return value is FALSE. RemarksThe Header_GetItem macro is defined as follows: #define Header_GetItem(hwndHD, index, phdi) \ (BOOL)SendMessage((hwndHD), HDM_GETITEM, \ (WPARAM)(int)(index), (LPARAM)(HD_ITEM FAR*)(phdi)) See Also |