Add
Function Usage
Adds plugins.
Prototype
1 | APP_ERROR SequentialStream::Add(const PluginNode &pluginNode); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
pluginNode |
Input |
Plugin object |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: SequentialStream