This document is archived and information here might be outdated. Recommended version. |
The number of returns.
[Visual Basic .NET]
Public Property NumberOfReturns As Byte
[C#]
public byte NumberOfReturns {get; set;}
[C++]
HRESULT get_NumberOfReturns(
Byte pCount
);
[C++]
HRESULT put_NumberOfReturns(
System.Byte* pCount
);
[C++] Parameters pCount [in]
pCount is a parameter of type unsigned char pCount [out, retval]
pCount is a parameter of type unsigned char*