Surface.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 Shadows Function GetObjectByValue( _
ByVal uniqueKey As Integer _
) As IntPtrC# public new IntPtr GetObjectByValue(
int uniqueKey
);C++ public:
IntPtr GetObjectByValue(
int uniqueKey
);JScript public hide function GetObjectByValue(
uniqueKey : int
) : IntPtr;
Parameters
uniqueKey System.Int32
Object identifier.
Return Value
System.IntPtr
Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DSurface9, which allows unmanaged COM clients to create an instance of the managed Surface class. Not supported.