Share via


WSDXMLGetNameFromBuiltinNamespace (Compact 2013)

3/26/2014

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

See Also

Reference

Web Services on Devices Functions
Web Services on Devices Reference