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.
Performs the disassembling of an incoming document.
Syntax
HRESULT IDisassemblerComponent::Disassemble(
IPipelineContext*
pContext,
IBaseMessage*pInMsg);
Sub Disassemble(
pContext
As IPipelineContext,
pInMsg As IBaseMessage)
Parameters
pContext
[in] Reference to a IPipelineContext object/interface that contains the current pipeline context.
pContext
IPipelineContext object/interface that contains the current pipeline context.
pInMsg
[in] Reference to a IBaseMessage object/interface that contains the message to be disassembled.
pInMsg
IBaseMessage object/interface that contains the message to be disassembled.
Return Value
This method returns an HRESULT indicating whether it completed successfully. See the Error Values section for more details.
None.
Error Values
This method returns an HRESULT containing one of the values in the following table.
This method indicates errors by setting the Number property of the global Err object to one of the values in the following table.
| Value | Description |
|---|---|
| S_OK | The method completed successfully. |
| E_INVALIDARG | A parameter that is not valid was detected. |
Requirements
Platforms: Windows
See Also
IDisassemblerComponent Interface (COM)
IDisassemblerComponent Members (COM)