winRegValue
Syntax
WinRegValue (
int datatype,
byte[] regdata);Parameters
The
WinRegValueconstructor takes the following parameter:
Returns
A new
WinRegValueobject, with the data members type and data set to the values passed to this constructor.Description
Advanced Windows developers can use this object to manipulate non-string values for the Windows Registry. An object of this type has two fields: the type of the data and the value. For information on the possible data types for a registry value, see your Windows API documentation. You supply the value for these fields to the constructor for this class.
| Netscape Communications devedge.netscape.com |