Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the rectangle that bounds the insertion point.
int GetInsertMarkRect(
LPRECT pRect
) const;
Parameters
- pRect
Pointer to a RECT structure that contains the coordinates of a rectangle that bounds the insertion point.
Return Value
Returns one of the following values:
0 No insertion point found.
1 Insertion point found.
Remarks
This member function emulates the functionality of the LVM_GETINSERTMARKRECT message, as described in the Windows SDK.
Requirements
Header: afxcmn.h