Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 13 of file installed.c.
Referenced by EnumInstalledAppProc(), and ShowInstalledAppInfo().
{ DWORD dwSize = MAX_PATH; if (RegQueryValueExW(hKey, lpKeyName, NULL, NULL, (LPBYTE)lpString, &dwSize) == ERROR_SUCCESS) { return TRUE; } wcscpy(lpString, L"---"); return FALSE; }