Searched defs:szTypelibGuid (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp206 char szTypelibGuid[128]; local
207 DWORD cbValue = sizeof(szTypelibGuid) - 1;
208 rc = RegQueryValueExA(hkeyIfTypelib, NULL, NULL, NULL, (PBYTE)&szTypelibGuid[0], &cbValue);
211 szTypelibGuid[cbValue] = '\0';
213 if (!isTypelibGuidToRemove(szTypelibGuid))
276 char szTypelibGuid[128]; local
277 DWORD cbValue = sizeof(szTypelibGuid) - 1;
278 rc = RegQueryValueExA(hkeyIfTypelib, NULL, NULL, NULL, (PBYTE)&szTypelibGuid[0], &cbValue);
281 szTypelibGuid[cbValue] = '\0';
282 if (!isTypelibGuidToRemove(szTypelibGuid))
[all...]

Completed in 43 milliseconds