File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,16 @@ The constructor.
8787### Remarks
8888 Sets [ m_iRowset] ( ../../data/oledb/csimplerow-m-irowset.md ) to * iRowsetCur* .
8989
90+ ## <a name =" releaserow " ></a > CSimpleRow::ReleaseRow
91+ Releases rows in a thread-safe manner.
92+
93+ ### Syntax
94+
95+ ``` cpp
96+ DWORD ReleaseRow ();
97+
98+ ```
99+
90100## <a name =" dwref " ></a > CSimpleRow::m_dwRef
91101Reference count to an existing row handle.
92102
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Called after setting a property to handle chained properties.
141141 *iCurSet*
142142 The index into the property-set array; zero if there is only one property set.
143143
144- *pDBProp`
144+ *pDBProp*
145145 The property ID and new value in a [DBPROP](https://msdn.microsoft.com/library/ms717970.aspx) structure.
146146
147147### Return Value
You can’t perform that action at this time.
0 commit comments