Package apple.corefoundation.enums
Class CFURLBookmarkResolutionOptions
- java.lang.Object
-
- apple.corefoundation.enums.CFURLBookmarkResolutionOptions
-
public final class CFURLBookmarkResolutionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCFBookmarkResolutionWithoutMountingMaskstatic longCFBookmarkResolutionWithoutUIMaskstatic longCFURLBookmarkResolutionWithoutMountingMaskdon't mount a volume during bookmark resolutionstatic longCFURLBookmarkResolutionWithoutUIMaskdon't perform any user interaction during bookmark resolution
-
-
-
Field Detail
-
CFURLBookmarkResolutionWithoutUIMask
public static final long CFURLBookmarkResolutionWithoutUIMask
don't perform any user interaction during bookmark resolution- See Also:
- Constant Field Values
-
CFURLBookmarkResolutionWithoutMountingMask
public static final long CFURLBookmarkResolutionWithoutMountingMask
don't mount a volume during bookmark resolution- See Also:
- Constant Field Values
-
CFBookmarkResolutionWithoutUIMask
public static final long CFBookmarkResolutionWithoutUIMask
- See Also:
- Constant Field Values
-
CFBookmarkResolutionWithoutMountingMask
public static final long CFBookmarkResolutionWithoutMountingMask
- See Also:
- Constant Field Values
-
-