SetInt The SetInt method sets the value of INT type variable (passed as parameter to this method).
| BOOL SetInt( | ||
| BSTR Name, | // The name of the variable | |
| LONG Value | // The value to be set | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be changed. Value [in] This is the value that should be set.
Return values
The SetInt method returns TRUE if the value is successfully set and FALSE otherwise.
See also
GetInt method, SetValue method, GetValue method, SetBool method