short ResetGlobalVariable (short All, BSTR Name)
Description
This function deletes the names and values of global variables that have been set using SetGlobalVariable().
Parameters
Name | Description |
---|---|
All | Use this parameter to reset all global variables at one time. |
Name | A string that contains the name of the variable that you want to delete. |
Return Value
Return value will be zero if successful or non-zero if unsucessful. If the return value is non-zero, you can call GetLastErrorString() or GetLastErrorType() to get additional error information.