C# 클래스 TOAPI.WinMM.WaveOutSafeHandle

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

공개 메소드들

메소드 설명
WaveOutSafeHandle ( ) : System

Initializes a new instance of the WaveOutSafeHandle class.

WaveOutSafeHandle ( IntPtr tempHandle ) : System

Initializes a new instance of the WaveOutSafeHandle class.

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

Releases the resuorces used by this handle.

메소드 상세

ReleaseHandle() 보호된 메소드

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

WaveOutSafeHandle() 공개 메소드

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

WaveOutSafeHandle() 공개 메소드

Initializes a new instance of the WaveOutSafeHandle class.
public WaveOutSafeHandle ( 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