WSDXMLGetNameFromBuiltinNamespace (Windows Embedded CE 6.0)

1/6/2010

This function gets a specified name from the built-in namespace.

Syntax

HRESULT WINAPI WSDXMLGetNameFromBuiltinNamespace(
  LPCWSTR pszNamespace,
  LPCWSTR pszName,
  WSDXML_NAME** ppName
);

Parameters

  • pszNamespace
    The namespace to match with a built-in namespace.
  • pszName
    The name to match with a built-in name.
  • ppName
    Reference to a WSDXML_NAME structure that contains the returned built-in name.

Return Value

The following table shows the possible error code return values.

Error Code Description

S_OK

The function succeeded.

E_INVALIDORG

pszNamespace is NULL, pszName is NULL, the length in characters of pszNamespace exceeds WSD_MAX_TEXT_LENGTH (8192), the length in characters of pszName exceeds WSD_MAX_TEXT_LENGTH (8192), or there was no matching name in the built-in namespace.

E_POINTER

ppName is NULL.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Functions
Web Services on Devices Reference