次の方法で共有


SCAN_PARAMS (Compact 2013)

3/26/2014

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).
  • 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

See Also

Reference

FAT File System Structures
ScanVolumeEx
SCAN_OPTIONS
SCAN_RESULTS