Skip to content

Commit 522691e

Browse files
author
mtx48109
committed
touchups
1 parent bc04ebc commit 522691e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/data/oledb/cdynamicparameteraccessor-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ bool GetParamIO(DBORDINAL nParam, 
153153
*pParamIO*
154154
A pointer to the variable containing the `DBPARAMIO` type (input or output) of the specified parameter. It is defined as follows:
155155
156-
```
156+
```cpp
157157
typedef DWORD DBPARAMIO;
158158
159159
enum DBPARAMIOENUM {
@@ -345,7 +345,7 @@ bool SetParamLength(DBORDINAL nParam,
345345
### Remarks
346346
Returns **true** on success or **false** on failure.
347347
348-
## CDynamicParameterAccessor::SetParamStatus
348+
## <a name="setparamstatus"></a> CDynamicParameterAccessor::SetParamStatus
349349
Sets the status of the specified parameter stored in the buffer.
350350
351351
### Syntax

0 commit comments

Comments
 (0)