Share via


ISAXLocator::getSystemId Method (Compact 2013)

3/26/2014

This method returns the system identifier for the current document event. A system identifier represents a file located on the local file system or network.

Syntax

HRESULT getSystemId(
  const wchar_t** ppwchSystemId
);

Parameters

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

Return Value

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

Requirements

Header

msxml2.h,
msxml2.idl

Library

uuid.lib

See Also

Reference

ISAXLocator
ISAXLocator::getPublicId Method