You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/odbc/data-classification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ SQLRETURN SQLGetDescField(
55
55
[Input] Length of output buffer in bytes
56
56
57
57
*StringLengthPtr*
58
-
[Output] Pointer to the buffer in which to return the total number of bytes available to return in *ValuePtr.
58
+
[Output] Pointer to the buffer in which to return the total number of bytes available to return in *ValuePtr*.
59
59
60
60
> [!NOTE]
61
61
> If the size of the buffer is unknown, it can be determined by calling SQLGetDescField with *ValuePtr* as NULL and examining the value of *StringLengthPtr*.
0 commit comments