ActionFormat.Instance Property (Microsoft.DirectX.DirectInput)
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 Public Property Instance( _
ByVal value As IntPtr_
) As IntPtrC# public IntPtr this[
IntPtrvalue
] { set; }C++ public:
property IntPtrInstance [IntPtr
] {
void set(IntPtrvalue, IntPtr
value);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
Parameters
value System.IntPtr
Property Value
This property is write-only.
.gif)