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

5 lines
108 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void OnShowErrorDialogHandler(int hr, uint uiStringId);
}