Forum Discussion
AlexKaras
16 years agoCommunity Hero
Hi Philip,
[In] stands for 'Input parameter', i.e. parameter that must be provided to the function. Some functions can return more than one value as their result. In this case these results are quite often returned as output function parameters. Output parameters usually are indicated as [out].
[In] stands for 'Input parameter', i.e. parameter that must be provided to the function. Some functions can return more than one value as their result. In this case these results are quite often returned as output function parameters. Output parameters usually are indicated as [out].