SCAN_PARAMS (Windows Embedded CE 6.0)
1/6/2010
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 tosizeof(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