CompressorEffect.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.

Definition

Visual Basic Public Function GetObjectByValue( _
    ByVal objId As Integer _
) As IntPtrLeave Site
C# public IntPtrLeave Site GetObjectByValue(
    int objId
);
C++ public:
IntPtrLeave Site GetObjectByValue(
    int objId
);
JScript public function GetObjectByValue(
    objId : int
) : IntPtrLeave Site;

Parameters

objId System.Int32
Object identifier.

Return Value

System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirectSoundFXCompressor8, which allows unmanaged COM clients to create an instance of the managed CompressorEffect class. Not supported.