Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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