FORMAT_PARAMS (Windows CE 5.0)
This structure contains parameters for the FormatVolumeEx function.
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 to sizeof(FORMAT_PARAMS). Used for future expansion of the structure. - fo
FORMAT_OPTIONS used to pass options for formatting. - fr
FORMAT_RESULTS structure used to get results from the format operation. - pfnProgress
Callback function indicating progress. This value may be set to NULL. - pfnMessage
Callback function used to display a message to user. This value may be set to NULL.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Fatutil.h.
See Also
FormatVolumeEx | FORMAT_OPTIONS | FORMAT_RESULTS
Send Feedback on this topic to the authors