5 Aug
2006
5 Aug
'06
5:26 a.m.
"Mike McCormack" <mike(a)codeweavers.com> wrote:
Andrew Talbot wrote:
MSI{Get|Set}FeatureState(), MSI{Get|Set}ComponentState() and MSI{Get|Set}Property() have appropriate const string arguments in the SDK.
Which version of the Windows SDK is that?
-UINT WINAPI MsiGetFeatureStateA(MSIHANDLE hInstall, LPSTR szFeature, +UINT WINAPI MsiGetFeatureStateA(MSIHANDLE hInstall, LPCSTR szFeature, INSTALLSTATE *piInstalled, INSTALLSTATE *piAction)
According to my version of the Windows SDK, these changes are wrong.
My copy of Windows Server 2003 SP1 SDK confirms Andrew's findings. -- Dmitry.