DInputHelper.MarshalDeviceArrival Method

Language:

Marshal a device arrival during enumeration.

Definition

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

Parameters

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

Return Value

System.Boolean


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center