getSystemId Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

getSystemId Method (C/C++)

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(
   [out, retval] const wchar_t ** ppwchSystemId);

Parameters

ppwchSystemId [out, retval]
The system identifier or Null (if none is available).

Return Values

S_OK
The value returned if the system identifier is returned successfully; Null if no system identifier is available.

See Also

getPublicId Method (C/C++)

Applies to: ISAXLocator Interface