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
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