IASControl::get_ID

This method retrieves the identifier of a control.

Syntax

HRESULT get_ID( short *pwID );

Parameters

pwID
Pointer to the short integer that contains the identifier of the control.

Return Values

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

Remarks

This method is required.

An identifier is unique to a control, and does not change.