IReposPropertyLarge::CurrentPosition

Meta Data Services Programming

Meta Data Services Programming

IReposPropertyLarge::CurrentPosition

The CurrentPosition property is used to get and set a position for a large BLOB.

Syntax

HRESULT CurrentPosition (

    LONG........*plCurrentPosition

);

Dispatch Identifier:   DISPID_IReposPropertyLarge_CurrentPosition = 34

Parameters

*plCurrentPosition

[out]
Moves the read pointer to a position in the BLOB.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposPropertyLarge Interface