IFontNames::Item Method
Retrieves a string that specifies the name of a block format tag.
Syntax
HRESULT Item( VARIANT *pvarIndex, BSTR *pbstrBlockFormat );
Parameters
- pvarIndex
[in] Pointer to a VARIANT that specifies the index number of the item in the collection.- pbstrBlockFormat
[out, retval] Pointer to a BSTR that receives the name of the block format.
Return Value
Returns S_OK if successful, or an error value otherwise.