Lines Matching refs:pa
103 PCVDCONFIGINFO pa = aVDInfo->paConfigInfo;
105 while (pa->pszKey != NULL)
109 ULONG flags = static_cast <ULONG>(pa->uKeyFlags);
111 switch (pa->enmValueType)
117 if (pa->pszDefaultValue)
118 defaultValue = pa->pszDefaultValue;
125 if (pa->pszDefaultValue)
128 defaultValue = pa->pszDefaultValue;
137 if (pa->pszDefaultValue)
138 defaultValue = pa->pszDefaultValue;
143 AssertMsgFailed(("Invalid enm type %d!\n", pa->enmValueType));
151 ComAssertRet(pa->uKeyFlags == ((ULONG)pa->uKeyFlags), E_FAIL);
154 const Property prop = { Utf8Str(pa->pszKey),
160 ++pa;