Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dinstall.c861 component->hasLocalFeature = FALSE; in ACTION_UpdateComponentStates()
880 component->hasLocalFeature = TRUE; in ACTION_UpdateComponentStates()
H A Dmsipriv.h545 unsigned int hasLocalFeature:1; member
H A Daction.c1795 component->hasLocalFeature = 1; in MSI_SetFeatureStates()
1803 component->hasLocalFeature = 1; in MSI_SetFeatureStates()
1811 component->hasLocalFeature = 1; in MSI_SetFeatureStates()
1823 (component->hasLocalFeature || component->hasSourceFeature)) in MSI_SetFeatureStates()
1840 if (component->hasLocalFeature) in MSI_SetFeatureStates()