Lines Matching defs:cbValue
207 DWORD cbValue = sizeof(szTypelibGuid) - 1;
208 rc = RegQueryValueExA(hkeyIfTypelib, NULL, NULL, NULL, (PBYTE)&szTypelibGuid[0], &cbValue);
210 cbValue = 0;
211 szTypelibGuid[cbValue] = '\0';
224 cbValue = sizeof(szProgId) - 1;
225 rc = RegQueryValueExA(hkeyIfProgId, NULL, NULL, NULL, (PBYTE)&szProgId[0], &cbValue);
227 cbValue = 0;
228 szProgId[cbValue] = '\0';
277 DWORD cbValue = sizeof(szTypelibGuid) - 1;
278 rc = RegQueryValueExA(hkeyIfTypelib, NULL, NULL, NULL, (PBYTE)&szTypelibGuid[0], &cbValue);
280 cbValue = 0;
281 szTypelibGuid[cbValue] = '\0';
289 cbValue = sizeof(szTypelibVer) - 1;
290 rc = RegQueryValueExA(hkeyIfTypelib, "Version", NULL, NULL, (PBYTE)&szTypelibVer[0], &cbValue);
292 cbValue = 0;
293 szTypelibVer[cbValue] = '\0';
339 DWORD cbValue = sizeof(szValue) - 1;
340 rc = RegQueryValueExA(hkeyVer, NULL, NULL, NULL, (PBYTE)&szValue[0], &cbValue);
343 szValue[cbValue] = '\0';