Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method returns the message parts of the operation.
Syntax
HRESULT GetOperationParts(
IenumSoapMappers** ppIEnumSoapMappers
);
Parameters
- ppIEnumSoapMappers
[out] List of the message parts in operation.
Return Value
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
| Header | mssoap.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |