SecondaryBuffer.GetObjectByValue(Int32) Method (Microsoft.DirectX.DirectSound)
This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.
Visual Basic Public Shadows Function GetObjectByValue( _
ByVal objId As Integer _
) As IntPtrC# public new IntPtr GetObjectByValue(
int objId
);C++ public:
IntPtrGetObjectByValue(
int objId
);JScript public hide function GetObjectByValue(
objId : int
) : IntPtr;
objId System.Int32
Object identifier.
System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirectSoundBuffer8, which allows unmanaged COM clients to create an instance of the managed SecondaryBuffer class. Not supported.
Show:
