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.
NULL
Default. Returned when no associated prefix is found.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.