From e97c06123b86905fc728da5058d83b583bf4766a Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Fri, 7 Feb 2025 21:23:11 +0200 Subject: [PATCH 1/2] GetErrorMode: Add missing possible return value --- .../errhandlingapi/nf-errhandlingapi-geterrormode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-geterrormode.md b/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-geterrormode.md index efcc4a11a089..ff09540eaf66 100644 --- a/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-geterrormode.md +++ b/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-geterrormode.md @@ -73,6 +73,16 @@ The process error mode. This function returns one of the following values.
+
0
+
+ + +Uses the system default, which displays all error dialog boxes. + + + + +
SEM_FAILCRITICALERRORS
0x0001
From cbcf3f05a277c1eb618e7980d13e7182c65ec11a Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Fri, 7 Feb 2025 21:33:53 +0200 Subject: [PATCH 2/2] GetThreadErrorMode: Add missing return posibility --- .../nf-errhandlingapi-getthreaderrormode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-getthreaderrormode.md b/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-getthreaderrormode.md index c21b5b7fff7f..a8e15fc9a993 100644 --- a/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-getthreaderrormode.md +++ b/sdk-api-src/content/errhandlingapi/nf-errhandlingapi-getthreaderrormode.md @@ -68,6 +68,16 @@ The process error mode. This function returns one of the following values.
+
0
+
+ + +Uses the system default, which is to display all error dialog boxes. + + + + +
SEM_FAILCRITICALERRORS
0x0001