Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |