XFileSaveData.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.
Visual Basic .NET Public Function GetObjectByValue( _
ByVal uniqueKey As Integer _
) As IntPtrC# public IntPtr GetObjectByValue(
int uniqueKey
);Managed C++ public: IntPtr GetObjectByValue(
int uniqueKey
);JScript .NET public function GetObjectByValue(
uniqueKey : int
) : IntPtr;
uniqueKey System.Int32. Object identifier.
System.IntPtr . Pointer to the unmanaged Component Object Model (COM) interface, ID3DXFileSaveData, which allows unmanaged COM clients to create an instance of the managed XFileSaveData class. Not supported.
Feedback? Please provide us with your comments on this topic.