Desktop Functions: Smart Device Functions:
|
Search Results for "waveInClose" in [All]coredll1: waveInClose
[DllImport ("coredll.dll", EntryPoint="waveInClose", SetLastError=true)]
public static extern int waveInClose(IntPtr hDev);
Shared Function waveInClose(ByVal hDev As IntPtr) As Integer winmm2: waveInClose |