Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dregistry.c1054 WCHAR szwFeature[GUID_SIZE], szwParent[GUID_SIZE]; in MsiEnumFeaturesA() local
1066 r = MsiEnumFeaturesW(szwProduct, index, szwFeature, szwParent); in MsiEnumFeaturesA()
1070 WideCharToMultiByte(CP_ACP, 0, szwParent, -1, szParent, GUID_SIZE, NULL, NULL); in MsiEnumFeaturesA()