From 7fb43fc0e882ef7ebf44290632e5844e4f02e0fb Mon Sep 17 00:00:00 2001 From: almarunde <141311581+almarunde@users.noreply.github.com> Date: Wed, 21 May 2025 08:30:51 +0200 Subject: [PATCH] Update view-geterror.md Here also no return type specified whereas https://learn.microsoft.com/en-us/windows/win32/msi/view-object specifies what exactly is returned. --- desktop-src/Msi/view-geterror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-src/Msi/view-geterror.md b/desktop-src/Msi/view-geterror.md index 473795a63f2..6391928129a 100644 --- a/desktop-src/Msi/view-geterror.md +++ b/desktop-src/Msi/view-geterror.md @@ -34,7 +34,7 @@ This method has no parameters. ## Return value -This method does not return a value. +This method returns the Validation error and column name for which the error occurred. ## Requirements