getTypeMapperbyName Method (Windows CE 5.0)
This method creates and returns the type mapper for the specified XML Schema Definition (XSD) type (either simpleType or complexType). The getTypeMapperbyName method looks in the schemas identified by the addSchema method for the specified XSD type, and then creates a type mapper for that type.
HRESULT getTypeMapperbyName(BSTRbstrTypeName,BSTRbstrTypeNamespace,ISoapTypeMapper** ppSoapTypeMapper);
Parameters
- bstrTypeName
[in] Name of the type. - bstrTypeNamespace
[in] Namespace of the type. - ppSoapTypeMapper
[out] Type mapper for the specified type.
Return Values
The following table describes the common return values.
Value | Description |
---|---|
S_OK | Success. |
E_NOTIMPL | The function contains no implementation. |
E_OUTOFMEMORY | Out of memory. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors