| Table of Contents CzVar::SetValueDescriptionSet the value of the variable attached to this CzVar object, ensuring first it is of the correct variable type. Function prototypebool CzVar::SetValue(long VarID, void* pValue); Arguments
 Return valueFalse if: 
 True otherwise. CommentsThis function is equivalent to the API function var_SetValueEx. Please refer to the documentation of that function for additional information. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |