IRepositoryPropetyLarge::Close

Meta Data Services Programming

Meta Data Services Programming

IRepositoryPropetyLarge::Close

Moves the read pointer to a position in the BLOB.

Syntax

HRESULT Close (

    LONG        IPosition

);

Dispatch Identifier:   DISPID_IReposPropertyLarge_Close = 33

Parameters

IPosition

[in]
A byte offset relative to the start of the BLOB.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

This method tells the engine that no more data is to be read from or written to the BLOB.

See Also

IReposPropertyLarge Interface