Microsoft DirectX 9.0 SDK Update (October 2004)

DInputHelper.MarshalDeviceArrival Method

Language:

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

Marshal a device arrival during enumeration.

Definition

Visual Basic .NET Public Shared Function MarshalDeviceArrival( _
    ByVal arrival As IntPtr, _
    ByRef da As DeviceArrival _
) As Boolean
C# public static bool MarshalDeviceArrival(
    IntPtr arrival,
    ref DeviceArrival da
);
Managed C++ public: static bool MarshalDeviceArrival(
    IntPtr arrival,
    DeviceArrival *da
);
JScript .NET public static function MarshalDeviceArrival(
    arrival : IntPtr,
    da : DeviceArrival
) : boolean;

Parameters

arrival System.IntPtr.
da Microsoft.DirectX.DirectInput.DeviceArrival.

Return Value

System.Boolean .


© 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