This document is archived and information here might be outdated. Recommended version. |
The user data.
[Visual Basic .NET]
Public Property UserData As Short
[C#]
public short UserData {get; set;}
[C++]
HRESULT get_UserData(
short pData
);
[C++]
HRESULT put_UserData(
System.Int16* pData
);
[C++] Parameters pData [in]
pData is a parameter of type short pData [out, retval]
pData is a parameter of type short*