windows-nt/Source/XPSP1/NT/shell/applets/cleanup/cleanmgr/seldrive.h
2020-09-26 16:20:57 +08:00

32 lines
809 B
C

/*
**------------------------------------------------------------------------------
** Module: Disk Space Cleanup Manager
** File: seldrive.h
**
** Purpose: Code that implements the "Select Drive" dialog
**
** Notes:
** Mod Log: Created by Jason Cobb (12/97)
**
** Copyright (c)1997 Microsoft Corporation, All Rights Reserved
**------------------------------------------------------------------------------
*/
#ifndef SELDRIVE_H
#define SELDRIVE_H
/*
**------------------------------------------------------------------------------
** Project include files
**------------------------------------------------------------------------------
*/
#include "common.h"
#include "diskutil.h"
// pszDrive in/out param
BOOL SelectDrive(LPTSTR pszDrive);
void GetBootDrive(PTCHAR pDrive, DWORD Size);
#endif