Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32

Interface WinBase.FE_IMPORT_FUNC

  • All Superinterfaces:
    Callback
    Enclosing interface:
    WinBase


    public static interface WinBase.FE_IMPORT_FUNC
    extends Callback
    An application-defined callback function used with WriteEncryptedFileRaw. The system calls ImportCallback one or more times, each time to retrieve a portion of a backup file's data. ImportCallback reads the data from a backup file sequentially and restores the data, and the system continues calling it until it has read all of the backup file data.
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.