Initializes a new instance of the CaptureBuffer class. This method supports the .NET Framework Infrastructure and is not intended to be used directly in your code.
Definition
Visual Basic
Public Sub New( _ ByVal lp As IntPtr, _ ByVal device As Capture _ )
public function CaptureBuffer( lp : IntPtr, device : Capture );
Parameters
lp
System.IntPtr Pointer to the unmanaged Component Object Model (COM) interface, IDirectSoundCaptureBuffer8, which allows unmanaged COM clients to create an instance of the managed CaptureBuffer class. Not supported.