Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 720b6df

Browse files
authored
Merge pull request #15456 from David-Engel/patch-3
Update ODBC API doc
2 parents 05fcb06 + a9ca669 commit 720b6df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/odbc/reference/syntax/sqlgetcursorname-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SQLGetCursorName Function | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/19/2017"
4+
ms.date: "06/12/2020"
55
ms.prod: sql
66
ms.prod_service: connectivity
77
ms.reviewer: ""
@@ -48,7 +48,7 @@ SQLRETURN SQLGetCursorName(
4848
If *CursorName* is NULL, *NameLengthPtr* will still return the total number of characters (excluding the null-termination character for character data) available to return in the buffer pointed to by *CursorName*.
4949
5050
*BufferLength*
51-
[Input] Length of \**CursorName*, in characters. If the value in *\*CursorName* is a Unicode string (when calling **SQLGetCursorNameW**), the *BufferLength* argument must be an even number.
51+
[Input] Length of \**CursorName*, in characters.
5252
5353
*NameLengthPtr*
5454
[Output] Pointer to memory in which to return the total number of characters (excluding the null-termination character) available to return in \**CursorName*. If the number of characters available to return is greater than or equal to *BufferLength*, the cursor name in \**CursorName* is truncated to *BufferLength* minus the length of a null-termination character.

0 commit comments

Comments
 (0)