Share via


Windows Media Player 11 SDK IWMPCdromBurn.refreshStatus (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPCdromBurn.refreshStatus (VB and C#)

The refreshStatus method updates the status information for the current burn playlist.

  

Parameters

This method takes no parameters

Return Value

This method does not return a value.

Remarks

You should call this method after you create or change a burn playlist before reading status information or burning the CD. You can test whether a refresh is required by getting the value of burnState and checking for wmpbsRefreshStatusPending.

Refreshing the status is a synchronous operation. This means that a lengthy period of time might elapse before this method returns if the current burn playlist is large and contains many changes.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next