Buffer3D.Buffer3D Constructor

Language:

Initializes a new instance of the Buffer3D class.

Definition

Visual Basic Public Sub New( _
    ByVal lp As SecondaryBuffer _
)
C# public Buffer3D(
    SecondaryBuffer lp
);
C++ public:
 Buffer3D(
    SecondaryBufferlp
);
JScript public function Buffer3D(
    lp : SecondaryBuffer
);

Parameters

lp Microsoft.DirectX.DirectSound.SecondaryBuffer
A SecondaryBuffer object to associate with a new instance of the Buffer3D.

Remarks

Exceptions
ArgumentException Leave Site An invalid parameter was passed to the called method.
ArgumentNullException Leave Site One or more of the parameters is null.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center