lookupPrefix method
Gets the namespace prefix associated with a Uniform Resource Identifier (URI), if any.
![]() ![]() |
Syntax
HRESULT retVal = object.lookupPrefix(pvarNamespaceURI, pvarprefix);
Parameters
- pvarNamespaceURI [in]
-
Type: VARIANT
The URI.
- pvarprefix [out, retval]
-
Type: VARIANT
The namespace prefix associated with the URI.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
See also
Show:

