Package com.sun.jna.platform.win32
Interface WinBase.FE_EXPORT_FUNC
- All Superinterfaces:
- AltCallingConvention,- Callback,- StdCall,- StdCallLibrary.StdCallCallback
- Enclosing interface:
- WinBase
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.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.sun.jna.CallbackCallback.UncaughtExceptionHandler
- 
Field SummaryFields inherited from interface com.sun.jna.CallbackFORBIDDEN_NAMES, METHOD_NAME
- 
Method SummaryModifier and TypeMethodDescriptioncallback(Pointer pbData, Pointer pvCallbackContext, WinDef.ULONG ulLength) 
- 
Method Details- 
callback
 
-