The GetId method returns the manifest ID of the item being parsed.
HRESULT GetId(
[out, retval] BSTR* pbstrId
);
pbstrId
Pointer to BSTR to receive the string
Caller must use SysFreeString().
As per COM conventions, the pbstrId should be the address of a BSTR variable containing a null pointer.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.