ScanVolumeUI (Windows Embedded CE 6.0)

1/6/2010

This function scans a volume. It contains a dialog box user interface that can be displayed alone or invoked from another place such as Control Panel.

Syntax

VOID ScanVolumeUI(
  HANDLE hVolume,
  HWND hWnd
);

Parameters

  • hVolume
    [in] Handle to disk or partition. Call the CreateFile function to obtain a handle to the volume.
  • hWnd
    [in] Handle to parent window. Can be set to NULL if there is no parent.

Return Value

None.

Remarks

For best results, use the correct type of handle. For example, if the store to be scanned is partitioned, use a handle to the partition. If the store is not partitioned, use a disk handle.

Requirements

Header scandisk.h
Library Fatutil.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

FAT Utility Library Functions
CreateFile