Skip to content

Commit 0ca4bc8

Browse files
author
mtx48109
committed
format fix
1 parent e366f67 commit 0ca4bc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/data/oledb/ccommand-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ HRESULT Open(DBPROPSET *pPropSet = NULL,
174174
[in] A pointer to an array of [DBPROPSET](https://msdn.microsoft.com/library/ms714367.aspx) structures containing properties and values to be set. See [Property Sets and Property Groups](https://msdn.microsoft.com/library/ms713696.aspx) in the *OLE DB Programmer's Reference* in the Windows SDK.
175175

176176
*pRowsAffected*
177-
[in/out] A pointer to memory where the count of rows affected by a command is returned. If *\*pRowsAffected* is NULL, no row count is returned. Otherwise, `Open` sets *`pRowsAffected` according to the following conditions:
177+
[in/out] A pointer to memory where the count of rows affected by a command is returned. If *\*pRowsAffected* is NULL, no row count is returned. Otherwise, `Open` sets *\*pRowsAffected* according to the following conditions:
178178

179179
|If|Then|
180180
|--------|----------|
181-
|The `cParamSets` element of `pParams` is greater than 1|*`pRowsAffected` represents the total number of rows affected by all of the parameter sets specified in the execution.|
182-
|The number of affected rows is not available|*`pRowsAffected` is set to -1.|
183-
|The command does not update, delete, or insert rows|*`pRowsAffected` is undefined.|
181+
|The `cParamSets` element of `pParams` is greater than 1|*\*pRowsAffected* represents the total number of rows affected by all of the parameter sets specified in the execution.|
182+
|The number of affected rows is not available|*\*pRowsAffected* is set to -1.|
183+
|The command does not update, delete, or insert rows|*\*pRowsAffected* is undefined.|
184184

185185
*guidCommand*
186186
[in] A GUID that specifies the syntax and general rules for the provider to use in parsing the command text. See [ICommandText::GetCommandText](https://msdn.microsoft.com/library/ms709825.aspx) and [ICommandText::SetCommandText](https://msdn.microsoft.com/library/ms709757.aspx) in the *OLE DB Programmer's Reference* for details.

0 commit comments

Comments
 (0)