Share via


SCAN_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 ScanVolumeEx function.

Syntax

typedef struct _SCAN_PARAMS {
  DWORD cbSize;
  SCAN_OPTIONS so;
  SCAN_RESULTS sr;
  PFN_PROGRESS pfnProgress;
  PFN_MESSAGE pfnMessage;
} SCAN_PARAMS, *PSCAN_PARAMS;

Members

  • cbSize
    Set to sizeof(SCAN_PARAMS). Used for future expansion of the structure.
  • so
    SCAN_OPTIONS structure used to pass options for scanning.
  • sr
    SCAN_RESULTS structure used to obtain results from the scan 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
ScanVolumeEx
SCAN_OPTIONS
SCAN_RESULTS