다음을 통해 공유


DEFRAG_PARAMS (Windows CE 5.0)

Send Feedback

This structure contains parameters for the DefragVolumeEx function.

typedef struct _DEFRAG_PARAMS {
  DWORD cbSize;  DEFRAG_OPTIONS dopt;  DEFRAG_RESULTS dr;  PFN_PROGRESS pfnProgress;  PFN_MESSAGE pfnMessage;} DEFRAG_PARAMS, *PDEFRAG_PARAMS;

Members

  • cbSize
    Set to sizeof(DEFRAG_PARAMS). Used for future expansion of the structure.
  • dopt
    DEFRAG_OPTIONS structure used to pass options for defragmenting.
  • dr
    DEFRAG_RESULTS structure used to get results from the defrag operation.
  • pfnProgress
    Callback function indicating progress.
  • pfnMessage
    Callback function used to display a message to user.

Requirements

OS Versions: Windows CE .NET 4.2 and later.

Header: Fatutil.h.

See Also

DefragVolumeEx | DEFRAG_OPTIONS | DEFRAG_RESULTS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.