bShowNodes

Address of the Boolean variable to be updated with a value that indicates whether to show the nodes.

In C++, declare the variable and pass its address. In most other languages, pass the variable by reference.