C# 클래스 TOAPI.WinMM.WaveInSafeHandle

Encapsulates a handle to a waveIn device.
상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
WaveInSafeHandle ( ) : System

Initializes a new instance of the WaveInSafeHandle class.

WaveInSafeHandle ( IntPtr tempHandle ) : System

Initializes a new instance of the WaveInSafeHandle class.

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

Releases the resuorces used by this handle.

메소드 상세

ReleaseHandle() 보호된 메소드

Releases the resuorces used by this handle.
protected ReleaseHandle ( ) : bool
리턴 bool

WaveInSafeHandle() 공개 메소드

Initializes a new instance of the WaveInSafeHandle class.
public WaveInSafeHandle ( ) : System
리턴 System

WaveInSafeHandle() 공개 메소드

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.
리턴 System