MsiQueryFeatureStateW (MSI.@)
INSTALLSTATE MsiQueryFeatureStateW ( LPCWSTR szProduct, LPCWSTR szFeature )
Checks the state of a feature.
szProduct | [In] | Product's GUID string. |
szFeature | [In] | Feature's GUID string. |
INSTALLSTATE_LOCAL Feature is installed and usable INSTALLSTATE_ABSENT Feature is absent INSTALLSTATE_ADVERTISED Feature should be installed on demand INSTALLSTATE_UNKNOWN An error occurred INSTALLSTATE_INVALIDARG One of the GUIDs was invalid
Declared in "include/msi.h". gitlab.winehq.org/wine/wine/blob/master/include/msi.h
Implemented in "dlls/msi/msi.c". gitlab.winehq.org/wine/wine/blob/master/dlls/msi/msi.c
Debug channel "msi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.