Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dregistry.c671 WCHAR *usersid, squashed_product[SQUASHED_GUID_SIZE], keypath[0x200]; in MSIREG_OpenUserDataProductPatchesKey() local
673 if (!squash_guid( product, squashed_product )) return ERROR_FUNCTION_FAILED; in MSIREG_OpenUserDataProductPatchesKey()
674 TRACE("%s squashed %s\n", debugstr_w(product), debugstr_w(squashed_product)); in MSIREG_OpenUserDataProductPatchesKey()
677 swprintf( keypath, ARRAY_SIZE(keypath), fmtW, L"S-1-5-18", squashed_product ); in MSIREG_OpenUserDataProductPatchesKey()
685 swprintf( keypath, ARRAY_SIZE(keypath), fmtW, usersid, squashed_product ); in MSIREG_OpenUserDataProductPatchesKey()