Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dregistry.c390 UINT MSIREG_OpenUserPatchesKey(LPCWSTR szPatch, HKEY *key, BOOL create) in MSIREG_OpenUserPatchesKey() argument
394 if (!squash_guid( szPatch, squashed_pc )) return ERROR_FUNCTION_FAILED; in MSIREG_OpenUserPatchesKey()
395 TRACE("%s squashed %s\n", debugstr_w(szPatch), debugstr_w(squashed_pc)); in MSIREG_OpenUserPatchesKey()
610 UINT MSIREG_OpenUserDataPatchKey(LPCWSTR szPatch, MSIINSTALLCONTEXT dwContext, HKEY *key, BOOL crea… in MSIREG_OpenUserDataPatchKey() argument
617 if (!squash_guid( szPatch, squashed_patch )) return ERROR_FUNCTION_FAILED; in MSIREG_OpenUserDataPatchKey()
618 TRACE("%s squashed %s\n", debugstr_w(szPatch), debugstr_w(squashed_patch)); in MSIREG_OpenUserDataPatchKey()
768 UINT MSIREG_OpenPatchesKey(LPCWSTR szPatch, HKEY *key, BOOL create) in MSIREG_OpenPatchesKey() argument
773 if (!squash_guid( szPatch, squashed_pc )) return ERROR_FUNCTION_FAILED; in MSIREG_OpenPatchesKey()
774 TRACE("%s squashed %s\n", debugstr_w(szPatch), debugstr_w(squashed_pc)); in MSIREG_OpenPatchesKey()
H A Dmsipriv.h916 extern UINT MSIREG_OpenUserPatchesKey(LPCWSTR szPatch, HKEY* key, BOOL create);
922 extern UINT MSIREG_OpenPatchesKey(LPCWSTR szPatch, HKEY* key, BOOL create);
925 extern UINT MSIREG_OpenUserDataPatchKey(LPCWSTR szPatch, MSIINSTALLCONTEXT dwContext,