:: com :: sun :: star :: setup ::

struct WindowsRegistryAction
Base Hierarchy
BaseAction
 |
 +-WindowsRegistryAction
[ DEPRECATED ]

Elements' Summary
strKey
strSubkey
strName
strValue
bCreate
bHexValue
bDeleteAll
Elements' Details
strKey
string strKey;
strSubkey
string strSubkey;
strName
string strName;
strValue
string strValue;
bCreate
boolean bCreate;
bHexValue
boolean bHexValue;
bDeleteAll
boolean bDeleteAll;
Top of Page