struct WindowsRegistryAction in module com::sun::star::setup::

(Global Index)

Syntax

struct WindowsRegistryAction : com::sun::star::setup::BaseAction ;

Field Summary

strKey

strSubkey

strName

strValue

bCreate

bHexValue

bDeleteAll

Field Details



strKey

Syntax

string strKey;

strSubkey

Syntax

string strSubkey;

strName

Syntax

string strName;

strValue

Syntax

string strValue;

bCreate

Syntax

boolean bCreate;

bHexValue

Syntax

boolean bHexValue;

bDeleteAll

Syntax

boolean bDeleteAll;
Top of Page