nLength

Address of the long integer variable that gets updated with the actual size of the peer authentication data.

In C++, you declare the variable and pass its address. In most other languages, you pass the variable by reference. The method updates the value of the variable.