IExchangeFolderRules::HrSeek

The HrSeek method sets the current cursor position.

HRESULT HrSeek(
  LONG lpos   
);
 

Parameters

lpos
Input parameter. The cursor position to be set.

Return Values

See Return Values.

In addition, HrSeek fails with E_INVALIDARG if lPos is less than ACL_PAST_END.

Remarks

For additional information, see RULEEDIT: Manipulating Rules.

See Also

IExchangeFolderRules