Constant |
Value |
Description |
UNKNOWN |
0 |
Indicates parameter direction is unknown. |
INPUT |
1 |
Default. Indicates an input parameter. |
OUTPUT |
2 |
Indicates an output parameter. |
INPUTOUTPUT |
3 |
Indicates both an input and output parameter. |
RETURNVALUE |
4 |
Indicates a return value. |