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

(Global Index)

Syntax

struct InstallResponse;

Field Summary

bSuccess

eErrorCode

nSizeNeeded

bReboot

bLogout

Field Details



bSuccess

Syntax

boolean bSuccess;

eErrorCode

Syntax

com::sun::star::setup::ResponseErrorCode eErrorCode;

nSizeNeeded

Syntax

long nSizeNeeded;

bReboot

Syntax

boolean bReboot;

bLogout

Syntax

boolean bLogout;
Top of Page