CallbackData.Data Property

Language:

Points to data for the callback.

Definition

Visual Basic Public Property Data As IntPtr
C# public IntPtr Data { get; set; }
C++ public:
property IntPtr Data {
        IntPtr get();
        void set(IntPtr value);
}
JScript public function get Data() : IntPtr
public function set Data(IntPtr);

Property Value

System.IntPtr
An IntPtr Leave Site instance that points to data for the callback.

This property is read/write. 

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