The AdoEnums.Bookmark class of the com.ms.wfc.data package specifies a bookmark indicating where the operation should begin.
class AdoEnums.Bookmark extends com.ms.wfc.core.Enum { // Fields public static final int CURRENT; public static final int FIRST; public static final int LAST; }