summaryrefslogtreecommitdiffstats
path: root/private/utils/windisk/src/format.hxx
blob: 420e2b9f516f2d7dab770080b3470b4229991dd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1994.
//
//  File:       format.hxx
//
//  Contents:   Change volume format.
//
//  History:    14-Jan-94 BruceFo   Created
//
//----------------------------------------------------------------------------

#ifndef __FORMAT_HXX__
#define __FORMAT_HXX__

BOOLEAN
FormatCallback(
    IN FMIFS_PACKET_TYPE    PacketType,
    IN DWORD                PacketLength,
    IN PVOID                PacketData
    );

BOOL CALLBACK
FormatProgressDlgProc(
    IN HWND hDlg,
    IN UINT uMsg,
    IN WPARAM wParam,
    IN LPARAM lParam
    );

VOID
DoFormat(
    IN HWND hwndParent,
    IN BOOL FormatReport
    );

#endif // __FORMAT_HXX__