IExchangeFolderACLs::HrSeek

The HrSeek method sets the current cursor position.

HRESULT HrSeek(
  LONG lPos   
);
 

Parameters

lPos
Input parameter. The cursor position to be set. The following positions are defined:
ACL_POS_DEFAULT
The default rights of the folder.
ACL_POS_CREATOR
The owner of the folder.

Return Values

See Return Values.

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

Remarks

For more information on ACLs, see ACLEDIT: Modifying an ACL.

See Also

IExchangeFolderACLs