ISAXLocator::getSystemId Method (Windows CE 5.0)
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.
HRESULT getSystemId(const wchar_t** ppwchSystemId);
Parameters
- ppwchSystemId
[out, retval] Pointer to the system identifier or NULL (if none is available).
Return Values
- S_OK
Returned if the system identifier is returned successfully or NULL (if no system identifier is available).
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
getPublicId Method | ISAXLocator:IUnknown Interface
Send Feedback on this topic to the authors