TextureGutterHelper.GetObjectByValue(Int32) Method (Microsoft.DirectX.Direct3D)
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 IntPtrC# 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, ID3DXTextureGutterHelper, which allows unmanaged COM clients to create an instance of the managed TextureGutterHelper class. Not supported.