Process::GetPortCount
Defined in:
Returns the number of input ports for a process.
C4Processes.h
Prototype
virtual int32 GetPortCount(void) const;
Description
The GetPortCount
function returns the number of input ports possessed by a process. The return value can be between 0 and 4, inclusive.
See Also