IExchangeFolderACLs::HrTell

The HrTell method retrieves the current cursor position.

HRESULT HrTell(
  LPLONG lplPos   
);
 

Parameters

lplPos
Output parameter. The current cursor position. The following cursor positions are defined:
ACL_POS_DEFAULT
The default rights on the folder.
ACL_POS_CREATOR
The owner of the folder.
ACL_PAST_END
You've reached the end of the ACL.

Return Values

See Return Values.

Remarks

For more information, see ACLEDIT: Modifying an ACL.

See Also

IExchangeFolderACLs