Freigeben über


ISAXLocator::getSystemId Method

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ISAXLocator::getPublicId Method
ISAXLocator