Microsoft DirectX 9.0 SDK Update (October 2004)

Device.SetEventNotification Method

Language:

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

Specifies an event that is to be set when the device state changes. It is also used to turn off event notification.

Definition

Visual Basic .NET Public Sub SetEventNotification( _
    ByVal deviceEvent As WaitHandle _
)
C# public void SetEventNotification(
    WaitHandle deviceEvent
);
Managed C++ public: void SetEventNotification(
    WaitHandle *deviceEvent
);
JScript .NET public function SetEventNotification(
    deviceEvent : WaitHandle
);

Parameters

deviceEvent System.Threading.WaitHandle.

© 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