ReactOS 0.4.16-dev-125-g798ea90
|
Public Member Functions | |
HRESULT | Abort ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation) |
HRESULT | RemoteAbort ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [out] IErrorInfo **ppErrorInfoRem) |
HRESULT | GetStatus ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [out, annotation("__out_opt")] DBCOUNTITEM *pulProgress, [out, annotation("__out_opt")] DBCOUNTITEM *pulProgressMax, [out, annotation("__out")] DBASYNCHPHASE *peAsynchPhase, [out, annotation("__deref_opt_inout_opt")] LPOLESTR *ppwszStatusText) |
HRESULT | RemoteGetStatus ([in] HCHAPTER hChapter, [in] DBASYNCHOP eOperation, [in, out, unique] DBCOUNTITEM *pulProgress, [in, out, unique] DBCOUNTITEM *pulProgressMax, [in, out, unique] DBASYNCHPHASE *peAsynchPhase, [in, out, unique] LPOLESTR *ppwszStatusText, [out] IErrorInfo **ppErrorInfoRem) |
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 asysta.idl.
HRESULT IDBAsynchStatus::Abort | ( | [in] HCHAPTER | hChapter, |
[in] DBASYNCHOP | eOperation | ||
) |
HRESULT IDBAsynchStatus::GetStatus | ( | [in] HCHAPTER | hChapter, |
[in] DBASYNCHOP | eOperation, | ||
[out, annotation("__out_opt")] DBCOUNTITEM * | pulProgress, | ||
[out, annotation("__out_opt")] DBCOUNTITEM * | pulProgressMax, | ||
[out, annotation("__out")] DBASYNCHPHASE * | peAsynchPhase, | ||
[out, annotation("__deref_opt_inout_opt")] LPOLESTR * | ppwszStatusText | ||
) |
HRESULT IDBAsynchStatus::RemoteAbort | ( | [in] HCHAPTER | hChapter, |
[in] DBASYNCHOP | eOperation, | ||
[out] IErrorInfo ** | ppErrorInfoRem | ||
) |
HRESULT IDBAsynchStatus::RemoteGetStatus | ( | [in] HCHAPTER | hChapter, |
[in] DBASYNCHOP | eOperation, | ||
[in, out, unique] DBCOUNTITEM * | pulProgress, | ||
[in, out, unique] DBCOUNTITEM * | pulProgressMax, | ||
[in, out, unique] DBASYNCHPHASE * | peAsynchPhase, | ||
[in, out, unique] LPOLESTR * | ppwszStatusText, | ||
[out] IErrorInfo ** | ppErrorInfoRem | ||
) |