Skip to content

Commit e47acc9

Browse files
Merge pull request #32867 from MikeRayMSFT/docs-editor/bcp-readfmt-1737134980
APIScan Compliance update
2 parents 1fe9a79 + 16fe767 commit e47acc9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/relational-databases/native-client-odbc-extensions-bulk-copy-functions/bcp-readfmt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ RETCODE bcp_readfmt (
2727
LPCTSTR szFormatFile);
2828
```
2929

30+
Unicode and ANSI names:
31+
32+
- bcp_readfmtA (ANSI)
33+
- bcp_readfmtW (Unicode)
34+
3035
## Arguments
3136
*hdbc*
3237
Is the bulk copy-enabled ODBC connection handle.

docs/relational-databases/native-client-odbc-extensions-bulk-copy-functions/bcp-writefmt.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ apitype: "DLLExport"
2525
RETCODE bcp_writefmt (
2626
HDBC hdbc,
2727
LPCTSTR szFormatFile);
28-
```
28+
```
29+
30+
Unicode and ANSI names:
31+
32+
- bcp_initA (ANSI)
33+
- bcp_initW (Unicode)
2934

3035
## Arguments
3136
*hdbc*

0 commit comments

Comments
 (0)