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

Interface WinBase.FE_EXPORT_FUNC

  • All Superinterfaces:
    Callback
    Enclosing interface:
    WinBase


    public static interface WinBase.FE_EXPORT_FUNC
    extends Callback
    An application-defined callback function used with ReadEncryptedFileRaw. The system calls ExportCallback one or more times, each time with a block of the encrypted file's data, until it has received all of the file data. ExportCallback writes the encrypted file's data to another storage media, usually for purposes of backing up the file.
JNA API 4.2.1

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