Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/appcompat/
H A Dsdbtagid.h180 #define TAG_MSI_PACKAGE (0x12 | TAG_TYPE_LIST) macro
/reactos/dll/appcompat/apphelp/
H A Dsdbapi.c896 case TAG_MSI_PACKAGE: return L"MSI_PACKAGE"; in SdbTagToString()