Share via


FORMAT_PARAMS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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 to sizeof(FORMAT_PARAMS). Used for future expansion of the structure.
  • 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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

FAT File System Structures
FormatVolumeEx
FORMAT_OPTIONS
FORMAT_RESULTS