|
ReactOS 0.4.17-dev-360-g57a7c56
|


Public Member Functions | |
| HRESULT | OnLowResource ([in] DB_DWRESERVE dwReserved) |
| HRESULT | RemoteOnLowResource ([in] DB_DWRESERVE dwReserved) |
| HRESULT | OnProgress ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] DBCOUNTITEM ulProgress, [in] DBCOUNTITEM ulProgressMax, [in] DBASYNCHPHASE eAsynchPhase, [in, annotation("__in_opt")] LPOLESTR pwszStatusText) |
| HRESULT | RemoteOnProgress ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] DBCOUNTITEM ulProgress, [in] DBCOUNTITEM ulProgressMax, [in] DBASYNCHPHASE eAsynchPhase, [in, unique, string] LPOLESTR pwszStatusText) |
| HRESULT | OnStop ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] HRESULT hrStatus, [in, annotation("__in_opt")] LPOLESTR pwszStatusText) |
| HRESULT | RemoteOnStop ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in] HRESULT hrStatus, [in, unique, string] LPOLESTR pwszStatusText) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 24 of file asynot.idl.
| HRESULT IDBAsynchNotify::OnLowResource | ( | [in] DB_DWRESERVE | dwReserved | ) |
| HRESULT IDBAsynchNotify::OnProgress | ( | [in] HCHAPTER | hChapter, |
| [in] DBASYNCHOP | eOperation, | ||
| [in] DBCOUNTITEM | ulProgress, | ||
| [in] DBCOUNTITEM | ulProgressMax, | ||
| [in] DBASYNCHPHASE | eAsynchPhase, | ||
| [in, annotation("__in_opt")] LPOLESTR | pwszStatusText | ||
| ) |
| HRESULT IDBAsynchNotify::OnStop | ( | [in] HCHAPTER | hChapter, |
| [in] DBASYNCHOP | eOperation, | ||
| [in] HRESULT | hrStatus, | ||
| [in, annotation("__in_opt")] LPOLESTR | pwszStatusText | ||
| ) |
| HRESULT IDBAsynchNotify::RemoteOnLowResource | ( | [in] DB_DWRESERVE | dwReserved | ) |
| HRESULT IDBAsynchNotify::RemoteOnProgress | ( | [in] HCHAPTER | hChapter, |
| [in] DBASYNCHOP | eOperation, | ||
| [in] DBCOUNTITEM | ulProgress, | ||
| [in] DBCOUNTITEM | ulProgressMax, | ||
| [in] DBASYNCHPHASE | eAsynchPhase, | ||
| [in, unique, string] LPOLESTR | pwszStatusText | ||
| ) |
| HRESULT IDBAsynchNotify::RemoteOnStop | ( | [in] HCHAPTER | hChapter, |
| [in] DBASYNCHOP | eOperation, | ||
| [in] HRESULT | hrStatus, | ||
| [in, unique, string] LPOLESTR | pwszStatusText | ||
| ) |