LVM_GETINSERTMARK message
Retrieves the position of the insertion point.
Parameters
-
wParam
- Must be zero.
-
lParam
- Pointer to a LVINSERTMARK structure that receives the position of the insertion point.
Return value
Returns TRUE if successful, or FALSE otherwise. FALSE is returned if the size in the cbSize member of the LVINSERTMARK structure does not equal the actual size of the structure.
Remarks
An insertion point can appear only if the list-view control is in icon view, small icon view, or tile view, and is not in group-view mode.
Note
To use this message, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|