Sets or resets the cling attribute of this pointer.
Syntax
HRESULT SetCling( BOOL fCLing );
Parameters
- fCLing
- Boolean variable that specifies the cling attribute of this pointer. To make the pointer cling to its current position, even after insert or delete operations, set this variable to TRUE.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also