Microsoft DirectX 9.0 SDK Update (October 2004)

StateBlock.GetObjectByValue Method

Language:

Note: This documentation is preliminary and is subject to change.

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 .NET Public Function GetObjectByValue( _
    ByVal uniqueKey As Integer _
) As IntPtr
C# public IntPtr GetObjectByValue(
    int uniqueKey
);
Managed C++ public: IntPtr GetObjectByValue(
    int uniqueKey
);
JScript .NET 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, IDirect3DStateBlock9, which allows unmanaged COM clients to create an instance of the managed StateBlock class. Not supported.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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