FORMAT_PARAMS (Compact 2013)
3/26/2014
This structure contains parameters for the FormatVolumeEx function.
Syntax
typedef struct _FORMAT_PARAMS {
DWORD cbSize;
FORMAT_OPTIONS fo;
FORMAT_RESULTS fr;
PFN_PROGRESS pfnProgress;
PFN_MESSAGE pfnMessage;
} FORMAT_PARAMS, *PFORMAT_PARAMS;
Members
- cbSize
Set tosizeof(FORMAT_PARAMS)
. Used for future expansion of the structure.
- fo
FORMAT_OPTIONS used to pass options for formatting.
- fr
FORMAT_RESULTS structure used to obtain results from the format operation.
- pfnProgress
Callback function indicating progress. This member can be set to NULL.
- pfnMessage
Callback function used to display a message to the user. This member can be set to NULL.
Requirements
Header |
Fatutil.h |
See Also
Reference
FAT File System Structures
FormatVolumeEx
FORMAT_OPTIONS
FORMAT_RESULTS