Share via


IListMakerApp.Cancel Method

Informs a CD/DVD recording application that the user canceled the list-making operation.

Syntax

public void Cancel();

Parameters

This method takes no parameters.

Return Value

This method does not return a value.

Remarks

Windows Media Center calls this method if the user exits the list-making operation, or cancels the recording operation after Windows Media Center starts copying files to the CD or DVD. An application can use the CompletionCallback delegate to report errors.

If the user cancels a recording operation after copying has begun, Windows Media Center queries the IDiscWriterApp.IsDiscViable property to determine whether the disc is still usable.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also