Desktop Functions: Smart Device Functions:
|
Search Results for "waveInOpen" in [All]coredll1: waveInOpen
[DllImport ("coredll.dll", EntryPoint="waveInOpen", SetLastError=true)]
internal static extern int waveInOpen(out IntPtr t, uint id, WaveFormatEx pwfx, IntPtr dwCallback, int dwInstance, int fdwOpen);
Declare Function waveInOpen Lib "coredll.dll" (TODO) As TODO winmm2: waveInOpen
|