Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Static modifier cannot be used with local variables in structures.
Error ID: BC31400
To correct this error
Remove the Static modifier from the local variable.
Declare the variable as a static variable with broader scope.