Share via


ISAXLocator::getSystemId Method (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ISAXLocator
ISAXLocator::getPublicId Method