AllocEmptyDataMsg
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Allocates a message of the MsgType type that carries empty data.
Prototype
1 | std::shared_ptr<FlowMsg> AllocEmptyDataMsg(MsgType msgType) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
msgType |
Input |
Type of the message to be allocated that carries empty data. |
Returns
- 0: success
- Other values: failure. For details, see UDF Error Codes.
Exception Handling
None
Constraints
None
Parent topic: Class MetaRunContext