IDiscMasterProgressEvents::NotifyBlockProgress method (imapi.h)

Notifies an application of its progress in burning a disc on the active recorder. Notifications are sent for the first and last blocks, and at points in between.

Syntax

HRESULT NotifyBlockProgress(
  [in] long nCompleted,
  [in] long nTotal
);

Parameters

[in] nCompleted

Number of blocks that have been burned onto a disc or track so far.

[in] nTotal

Total number of blocks to be burned to finish a disc or track.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi.h
Library Uuid.lib
DLL Actxprxy.dll

See also

IDiscMasterProgressEvents