|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | OnEngineStatusChange (DWORD status, DWORD substatus) |
| HRESULT | OnStartInstall (DWORD dl_size, DWORD install_size) |
| HRESULT | OnStartComponent (const char *id, DWORD dl_size, DWORD install_size, const char *string) |
| HRESULT | OnComponentProgress (const char *id, DWORD phrase, const char *string, const char *msg_string, ULONG progress, ULONG max) |
| HRESULT | OnStopComponent (const char *id, HRESULT error, DWORD phrase, const char *string, DWORD status) |
| HRESULT | OnStopInstall (HRESULT error, const char *error_string, DWORD status) |
| HRESULT | OnEngineProblem (DWORD problem, DWORD *action) |
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 315 of file inseng.idl.
| HRESULT IInstallEngineCallback::OnComponentProgress | ( | const char * | id, |
| DWORD | phrase, | ||
| const char * | string, | ||
| const char * | msg_string, | ||
| ULONG | progress, | ||
| ULONG | max | ||
| ) |
| HRESULT IInstallEngineCallback::OnStartComponent | ( | const char * | id, |
| DWORD | dl_size, | ||
| DWORD | install_size, | ||
| const char * | string | ||
| ) |
| HRESULT IInstallEngineCallback::OnStopComponent | ( | const char * | id, |
| HRESULT | error, | ||
| DWORD | phrase, | ||
| const char * | string, | ||
| DWORD | status | ||
| ) |
| HRESULT IInstallEngineCallback::OnStopInstall | ( | HRESULT | error, |
| const char * | error_string, | ||
| DWORD | status | ||
| ) |