import "MiKTeX206-packagemanager.idl";
Public Member Functions | |
HRESULT | ReportLine ([in] BSTR line) |
Reports progress of the package installer. | |
HRESULT | OnRetryableError ([in] BSTR message,[out, retval] VARIANT_BOOL *doContinue) |
Reports an error. | |
HRESULT | OnProgress ([in] LONG nf,[out, retval] VARIANT_BOOL *doContinue) |
Notifies the client. |
This interface can be implemented by clients in order to get notified of certain events.
HRESULT IPackageInstallerCallback::ReportLine | ( | [in] BSTR | line | ) |
Reports progress of the package installer.
[in] | line | The message to be reported. |
HRESULT IPackageInstallerCallback::OnRetryableError | ( | [in] BSTR | message, | |
[out, retval] VARIANT_BOOL * | doContinue | |||
) |
Reports an error.
[in] | message | The error message to be reported. |
HRESULT IPackageInstallerCallback::OnProgress | ( | [in] LONG | nf, | |
[out, retval] VARIANT_BOOL * | doContinue | |||
) |
Notifies the client.
[in] | nf | The notification code. |