Lines Matching defs:desc
135 Bstr desc;
137 CHECK_ERROR_RET(machine, COMGETTER(Description)(desc.asOutParam()), rc);
138 RTPrintf("Description is: \"%ls\"\n", desc.raw());
140 desc = L"This is an exemplary description (changed).";
141 RTPrintf("Setting description to \"%ls\"...\n", desc.raw());
142 CHECK_ERROR_RET(machine, COMSETTER(Description)(desc.raw()), rc);
753 Bstr desc = L"This is an exemplary description.";
754 RTPrintf("Setting description to \"%ls\"...\n", desc.raw());
755 CHECK_ERROR_BREAK(machine, COMSETTER(Description)(desc));
871 RTPrintf("key='%ls' desc='%ls' type=", Bstr(propertyNames[a]).raw(), Bstr(propertyDescriptions[a]).raw());