ILITHost::GetId

The GetId method returns the manifest ID of the item being parsed.

Syntax

HRESULT GetId(
[out, retval] BSTR* pbstrId
);

Parameters

pbstrId

Pointer to BSTR to receive the string

Return Values

S_OK

E_INVALIDARG

E_OUTOFMEMORY

E_UNEXPECTED

E_FAIL

Remarks

Caller must use SysFreeString().

As per COM conventions, the pbstrId should be the address of a BSTR variable containing a null pointer.

See Also

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