IASControl::get_UserData

This method retrieves data stored by the user.

Syntax

HRESULT get_UserData( long *plData );

Parameters

plData
Pointer to a long integer containing data that a user wants to associate with the control.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::put_UserData