PrivBitsTotal

Indicates the total number of application privileges that have been configured for this application.

Note: PrivBitsTotal should not be set to invalid, or errors will occur in your application. If there are no application privileges for your application, you should set PrivBitsTotal to 0, as it is by default.

Note: Each time you add a new application privilege using the PrivDescX variables (that is PrivDesc0 through to PrivDesc239), you must remember to increment PrivBitsTotal by 1. For example, if you've specified 5 application privileges using the PrivDesc0 through to PrivDesc4 variables, then you should set PrivBitsTotal to 5. It should be noted that this process is only necessary if you are manually adding application privileges. If you use the Administrative Settings dialog to add application privileges, VTS automatically updates the PrivBitsTotal and PrivDescX variables.

Default: PrivBitsTotal = 0