Lines Matching refs:in
9 * This library is distributed in the hope that it will be useful,
36 HRESULT OnFieldChange([in] IRowset *rowset,
37 [in] HROW row,
38 [in] DBORDINAL ccols,
39 [in, size_is((ULONG)ccols)] DBORDINAL *columns,
40 [in] DBREASON reason,
41 [in] DBEVENTPHASE phase,
42 [in] BOOL cantdeny);
46 [in] IRowset *rowset,
47 [in] HROW row,
48 [in] DBORDINAL ccols,
49 [in, size_is((ULONG)ccols)] DBORDINAL *columns,
50 [in] DBREASON reason,
51 [in] DBEVENTPHASE phase,
52 [in] BOOL cantdeny);
55 HRESULT OnRowChange([in] IRowset *rowset,
56 [in] DBCOUNTITEM rows,
57 [in, size_is((ULONG)rows)] HROW *hrows,
58 [in] DBREASON reason,
59 [in] DBEVENTPHASE phase,
60 [in] BOOL cantdeny);
64 [in] IRowset *rowset,
65 [in] DBCOUNTITEM rows,
66 [in, size_is((ULONG)rows)] HROW *hrows,
67 [in] DBREASON reason,
68 [in] DBEVENTPHASE phase,
69 [in] BOOL cantdeny);
72 HRESULT OnRowsetChange([in] IRowset *rowset,
73 [in] DBREASON reason,
74 [in] DBEVENTPHASE phase,
75 [in] BOOL cantdeny);
79 [in] IRowset *rowset,
80 [in] DBREASON reason,
81 [in] DBEVENTPHASE phase,
82 [in] BOOL cantdeny);