Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/OnItemProgressHandler.cs
T

5 lines
140 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void OnItemProgressHandler(int lMediaIndex, EBurnProgressStatus eStatus, int nPercent);
}