ReactOS 0.4.15-dev-7842-g558ab78
IDBAsynchNotify Interface Reference
Inheritance diagram for IDBAsynchNotify:
Collaboration diagram for IDBAsynchNotify:

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 IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 24 of file asynot.idl.

Member Function Documentation

◆ OnLowResource()

HRESULT IDBAsynchNotify::OnLowResource ( [in] DB_DWRESERVE  dwReserved)

◆ OnProgress()

HRESULT IDBAsynchNotify::OnProgress ( [in] HCHAPTER  hChapter,
[in] DBASYNCHOP  eOperation,
[in] DBCOUNTITEM  ulProgress,
[in] DBCOUNTITEM  ulProgressMax,
[in] DBASYNCHPHASE  eAsynchPhase,
[in, annotation("__in_opt")] LPOLESTR  pwszStatusText 
)

◆ OnStop()

HRESULT IDBAsynchNotify::OnStop ( [in] HCHAPTER  hChapter,
[in] DBASYNCHOP  eOperation,
[in] HRESULT  hrStatus,
[in, annotation("__in_opt")] LPOLESTR  pwszStatusText 
)

◆ RemoteOnLowResource()

HRESULT IDBAsynchNotify::RemoteOnLowResource ( [in] DB_DWRESERVE  dwReserved)

◆ RemoteOnProgress()

HRESULT IDBAsynchNotify::RemoteOnProgress ( [in] HCHAPTER  hChapter,
[in] DBASYNCHOP  eOperation,
[in] DBCOUNTITEM  ulProgress,
[in] DBCOUNTITEM  ulProgressMax,
[in] DBASYNCHPHASE  eAsynchPhase,
[in, unique, string] LPOLESTR  pwszStatusText 
)

◆ RemoteOnStop()

HRESULT IDBAsynchNotify::RemoteOnStop ( [in] HCHAPTER  hChapter,
[in] DBASYNCHOP  eOperation,
[in] HRESULT  hrStatus,
[in, unique, string] LPOLESTR  pwszStatusText 
)

The documentation for this interface was generated from the following file: