ReactOS 0.4.15-dev-8064-gdaf8068
fslist.h
Go to the documentation of this file.
1/*
2 * ReactOS kernel
3 * Copyright (C) 2003 ReactOS Team
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */
19/*
20 * COPYRIGHT: See COPYING in the top level directory
21 * PROJECT: ReactOS text-mode setup
22 * FILE: base/setup/usetup/fslist.h
23 * PURPOSE: Filesystem list functions
24 * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
25 */
26
27#pragma once
28
29#include <fmifs/fmifs.h>
30
31typedef struct _FILE_SYSTEM_ITEM
32{
37
38typedef struct _FILE_SYSTEM_LIST
39{
43 LIST_ENTRY ListHead; /* List of FILE_SYSTEM_ITEM */
45
48 IN SHORT Left,
49 IN SHORT Top,
50 IN BOOLEAN ForceFormat,
51 IN PCWSTR SelectFileSystem);
52
53VOID
56
57VOID
60
61VOID
64
65VOID
68
69/* EOF */
unsigned char BOOLEAN
static LPHIST_ENTRY Top
Definition: history.c:53
struct _FILE_SYSTEM_LIST FILE_SYSTEM_LIST
VOID ScrollUpFileSystemList(IN PFILE_SYSTEM_LIST List)
Definition: fslist.c:236
struct _FILE_SYSTEM_LIST * PFILE_SYSTEM_LIST
struct _FILE_SYSTEM_ITEM FILE_SYSTEM_ITEM
VOID DrawFileSystemList(IN PFILE_SYSTEM_LIST List)
Definition: fslist.c:167
VOID ScrollDownFileSystemList(IN PFILE_SYSTEM_LIST List)
Definition: fslist.c:225
PFILE_SYSTEM_LIST CreateFileSystemList(IN SHORT Left, IN SHORT Top, IN BOOLEAN ForceFormat, IN PCWSTR SelectFileSystem)
Definition: fslist.c:109
struct _FILE_SYSTEM_ITEM * PFILE_SYSTEM_ITEM
VOID DestroyFileSystemList(IN PFILE_SYSTEM_LIST List)
Definition: fslist.c:149
short SHORT
Definition: pedump.c:59
BOOLEAN QuickFormat
Definition: fslist.h:35
PCWSTR FileSystem
Definition: fslist.h:34
LIST_ENTRY ListEntry
Definition: fslist.h:33
PFILE_SYSTEM_ITEM Selected
Definition: fslist.h:42
LIST_ENTRY ListHead
Definition: fslist.h:43
Definition: typedefs.h:120
const uint16_t * PCWSTR
Definition: typedefs.h:57
#define IN
Definition: typedefs.h:39
_Must_inspect_result_ _In_ WDFCMRESLIST List
Definition: wdfresource.h:550