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

5 lines
150 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void DeviceStatusChangedHandler(Device device, int hrEnumeration, EEndpointStatus eDeviceStatus);
}