Microsoft DirectX 9.0 SDK Update (October 2004)

ActionFormat.Instance Property

Language:

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

Handle of the module containing string resources for action names, as specified in the uResIdString member of the Diaction structure for each action. Can be zero if action names are specified in the lptszActionName member of the Diaction structure for each action.

Definition

Visual Basic .NET Public Property Instance( _
    ByVal value As IntPtr _
) As IntPtr
C# public IntPtr this[
    IntPtr value
] { set; }
Managed C++ public: __property void set_Instance(
    IntPtr value,
    IntPtr
);
JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.

Property Value

System.IntPtr .

This property is write-only. 

Parameters

value System.IntPtr.

© 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