C# Class TOAPI.WinMM.WaveInSafeHandle

Encapsulates a handle to a waveIn device.
Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
WaveInSafeHandle ( ) : System

Initializes a new instance of the WaveInSafeHandle class.

WaveInSafeHandle ( IntPtr tempHandle ) : System

Initializes a new instance of the WaveInSafeHandle class.

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Releases the resuorces used by this handle.

Method Details

ReleaseHandle() protected méthode

Releases the resuorces used by this handle.
protected ReleaseHandle ( ) : bool
Résultat bool

WaveInSafeHandle() public méthode

Initializes a new instance of the WaveInSafeHandle class.
public WaveInSafeHandle ( ) : System
Résultat System

WaveInSafeHandle() public méthode

Initializes a new instance of the WaveInSafeHandle class.
public WaveInSafeHandle ( IntPtr tempHandle ) : System
tempHandle System.IntPtr A temporary handle from which to initialize. /// The temporart handle MUST NOT be released after this instance has been created.
Résultat System