Process::GetPortFlags
Defined in:
Returns the port flags for a specific input port.
C4Processes.hPrototype
virtual uint32 GetPortFlags(int32 index) const;
Parameters
index |
The port index. |
Description
The GetPortFlags function returns the flags for the input port having the index specified by the index parameter. The flags can be a combination (through logical OR) of the following constants.
kProcessPortOptional |
The input to the port is optional. |
See Also
