IDiscMasterProgressEvents::NotifyPnPActivity method (imapi.h)

Notifies the application that there is a change to the list of valid disc recorders. (For example, a USB CD-R driver is removed from the system.)

Syntax

HRESULT NotifyPnPActivity();

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:

Remarks

An application should respond by calling IDiscMaster::EnumDiscRecorders to update its list of valid recorders. If the current active recorder has been invalidated, then a new recorder should be chosen.

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