ILITHost::GetFilename

The GetFilename method returns the filename of the item being parsed.

Syntax

HRESULT GetFilename(
[out, retval] BSTR* pbstrFilename
);

Parameters

pbstrFilename

Pointer to BSTR to receive the string

Return Values

S_OK

E_INVALIDARG

E_OUTOFMEMORY

E_UNEXPECTED

E_FAIL

Remarks

Caller must use SysFreeString().

See Also

© 2000 Microsoft Corporation. All rights reserved. Terms of use.