Checks the position of the pointer.
Syntax
HRESULT IsPositioned( BOOL *pfPositioned );
Parameters
- pfPositioned
- Address of a Boolean that returns TRUE if the pointer is positioned, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also