다음을 통해 공유


SCAN_PARAMS (Windows CE 5.0)

Send Feedback

This structure contains parameters for the ScanVolumeEx function.

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 get results from the scan 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

ScanVolumeEx | SCAN_OPTIONS | SCAN_RESULTS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.