Microsoft DirectX 9.0 SDK Update (October 2004)

Device.BuildActionMap Method

Language:

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

Builds an action map for the device and retrieves information about it.

Definition

Visual Basic .NET Public Sub BuildActionMap( _
    ByVal af As ActionFormat, _
    ByVal userName As String, _
    ByVal flags As ActionMapControl _
)
C# public void BuildActionMap(
    ActionFormat af,
    string userName,
    ActionMapControl flags
);
Managed C++ public: void BuildActionMap(
    ActionFormat *af,
    String *userName,
    ActionMapControl flags
);
JScript .NET public function BuildActionMap(
    af : ActionFormat,
    userName : String,
    flags : ActionMapControl
);

Parameters

af Microsoft.DirectX.DirectInput.ActionFormat.
userName System.String.
flags Microsoft.DirectX.DirectInput.ActionMapControl.

© 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