Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmsipriv.h933 extern UINT MSIREG_DeleteProductKey(LPCWSTR szProduct);
H A Dregistry.c751 UINT MSIREG_DeleteProductKey(LPCWSTR szProduct) in MSIREG_DeleteProductKey() function
H A Daction.c5117 MSIREG_DeleteProductKey(package->ProductCode); in ACTION_UnpublishProduct()