TOAPI.WinMM.WaveInSafeHandle.WaveInSafeHandle C# (CSharp) Method

WaveInSafeHandle() public method

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.
return System
        public WaveInSafeHandle(IntPtr tempHandle)
            : base(true)
        {
            this.handle = tempHandle;
        }

Same methods

WaveInSafeHandle::WaveInSafeHandle ( ) : System