Compartir a través de


ISAXLocator::getPublicId Method (Windows CE 5.0)

Send Feedback

This method returns the public identifier for the current document event. A public identifier identifies a public domain file located in a publicly accessible place.

HRESULT getPublicId(const wchar_t** ppwchPublicId);

Parameters

  • ppwchPublicId
    [out, retval] Pointer to the public identifier or NULL (if none is available).

Return Values

  • S_OK
    Returned if the public identifier is returned successfully or NULL (if no public identifier is available).

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

See Also

getSystemId Method | ISAXLocator:IUnknown Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.