Skip to content

Commit 5ec2cf7

Browse files
Merge pull request MicrosoftDocs#1801 from ramiabughazaleh/patch-1
Updated nf-cryptuiapi-cryptuiwizdigitalsign.md to include how to get extended information when an error occurs
2 parents d440f31 + 2732b9a commit 5ec2cf7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdk-api-src/content/cryptuiapi/nf-cryptuiapi-cryptuiwizdigitalsign.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ A pointer to a <a href="/windows/win32/api/cryptuiapi/ns-cryptuiapi-cryptui_wiz_
9696

9797
## -returns
9898

99-
If the function succeeds, the function returns nonzero.
99+
If the function succeeds, the return value is <b>TRUE</b>.
100100

101-
If the function fails, it returns zero.
101+
If the function fails, the return value is <b>FALSE</b>. For extended error information, call
102+
<a href="/windows/desktop/api/errhandlingapi/nf-errhandlingapi-getlasterror">GetLastError</a>.
102103

103104
## -see-also
104105

@@ -110,4 +111,4 @@ If the function fails, it returns zero.
110111

111112

112113

113-
<a href="/windows/desktop/api/cryptuiapi/nf-cryptuiapi-cryptuiwizfreedigitalsigncontext">CryptUIWizFreeDigitalSignContext</a>
114+
<a href="/windows/desktop/api/cryptuiapi/nf-cryptuiapi-cryptuiwizfreedigitalsigncontext">CryptUIWizFreeDigitalSignContext</a>

0 commit comments

Comments
 (0)