![]() |
![]() |
![]() |
Buffer3D.Buffer3D Constructor |
Language: |
Initializes a new instance of the Buffer3D class.
Visual Basic .NET Public Sub New( _
ByVal lp As IntPtr, _
ByVal buff As SecondaryBuffer _
)C# public Buffer3D(
IntPtr lp,
SecondaryBuffer buff
);Managed C++ public: Buffer3D(
IntPtr lp,
SecondaryBuffer *buff
);JScript .NET public function Buffer3D(
lp : IntPtr,
buff : SecondaryBuffer
);
lp System.IntPtr. Pointer to the unmanaged Component Object Model (COM) interface, IDirectSound3DBuffer8, which allows unmanaged COM clients to create an instance of the managed buffer class. Not supported. buff Microsoft.DirectX.DirectSound.SecondaryBuffer. A SecondaryBuffer object to associate with a new instance of the Buffer3D.
Exceptions
ArgumentException An invalid parameter was passed to the called method. ArgumentNullException One or more of the parameters is null.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center