Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmsi.spec189 193 stdcall MsiUseFeatureExW(wstr wstr long long)
H A Dmsi.c3279 INSTALLSTATE WINAPI MsiUseFeatureExW( const WCHAR *szProduct, const WCHAR *szFeature, DWORD dwInsta… in MsiUseFeatureExW() function
3319 ret = MsiUseFeatureExW( prod, feat, dwInstallMode, dwReserved ); in MsiUseFeatureExA()
3333 return MsiUseFeatureExW(szProduct, szFeature, 0, 0); in MsiUseFeatureW()
/reactos/sdk/include/psdk/
H A Dmsi.h1103 MsiUseFeatureExW(