IProjectStorage::ItemExists

 

Determines if the specified item exists.

Syntax

HRESULT ItemExists( BSTR bstrItemName, VARIANT_BOOL *pfExists);

Parameters

bstrItemName

[in] Item name to check.

pfExists

[out,retval] VARIANT_TRUE if there is a stream available for itemName; otherwise VARIANT_FALSE.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IProjectStorage Interface