GetOperationParts Method (Windows CE 5.0)
This method returns the message parts of the operation.
HRESULT GetOperationParts( IenumSoapMappers** ppIEnumSoapMappers);
Parameters
- ppIEnumSoapMappers
[out] List of the message parts in operation.
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. |
Remarks
The returned collection contains the message parts defined for both the operation's request and response messages.
If a message part appears in both the request and response messages, the object model represents them by a single part in the collection.
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