Retrieves the cling attribute for this pointer.
Syntax
HRESULT Cling( 
    BOOL *pfCling 
);
Parameters
- pfCling
- Address of a Boolean that returns TRUE if the cling attribute is set for this pointer, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also