StartupAdaptation::TBooleanResponse Struct Reference

struct StartupAdaptation::TBooleanResponse

Parameter definition for command responses that need success or failure information and a boolean return value.

Public Attributes
TInt iErrorCode
TBool iValue

Member Data Documentation

TInt iErrorCode

TInt iErrorCode

Indicates whether operation was successful or if not, the reason why.

TBool iValue

TBool iValue

Response value. Valid only if iErrorCode is KErrNone.