mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
7 lines
217 B
C#
7 lines
217 B
C#
using System.Runtime.InteropServices;
|
|
|
|
namespace MicrosoftZuneLibrary
|
|
{
|
|
public delegate void OnMediaChangedHandler([MarshalAs(UnmanagedType.U2)] char driveLetter, [MarshalAs(UnmanagedType.U1)] bool fMediaArrived);
|
|
}
|