Home
last modified time | relevance | path

Searched refs:comp_find_prodcode (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msi/
H A Dmsi.c2117 static UINT comp_find_prodcode(const WCHAR *squashed_pc, MSIINSTALLCONTEXT context, const WCHAR *co… in comp_find_prodcode() function
2176 if (comp_find_prodcode( squashed_pc, dwContext, szComponent, NULL, &sz )) in MsiQueryComponentStateW()
2187 if ((r = comp_find_prodcode( squashed_pc, dwContext, szComponent, val, &sz ))) in MsiQueryComponentStateW()