EffectPool.GetObjectByValue Method

Language:

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 uniqueKey As Integer _
) As IntPtr
C# public IntPtr GetObjectByValue(
    int uniqueKey
);
C++ public:
IntPtr GetObjectByValue(
    int uniqueKey
);
JScript public function GetObjectByValue(
    uniqueKey : int
) : IntPtr;

Parameters

uniqueKey System.Int32
Object identifier.

Return Value

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


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