ReactOS 0.4.15-dev-7953-g1f49173
globals.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2004 Eric Kohl
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#pragma once
20
21typedef struct _ADMIN_INFO
22{
27
29extern HINF hSysSetupInf;
31
32BOOL RegisterTypeLibraries (HINF hinf, LPCWSTR szSection);
33
34/* netinstall.c */
35
36BOOL
38 _In_ PWSTR pszComponentId);
39
40/* security.c */
41
45
46VOID
48
49/* wizard.c */
51
52/* EOF */
LONG NTSTATUS
Definition: precomp.h:26
VOID SetAutoAdminLogon(VOID)
Definition: security.c:1748
NTSTATUS SetAdministratorPassword(LPCWSTR Password)
Definition: security.c:1609
VOID InstallSecurity(VOID)
Definition: security.c:1569
BOOL InstallNetworkComponent(_In_ PWSTR pszComponentId)
Definition: netinstall.c:467
ADMIN_INFO AdminInfo
Definition: install.c:38
struct _ADMIN_INFO ADMIN_INFO
HINF hSysSetupInf
Definition: install.c:37
VOID InstallWizard(VOID)
Definition: wizard.c:3137
struct _ADMIN_INFO * PADMIN_INFO
BOOL RegisterTypeLibraries(HINF hinf, LPCWSTR szSection)
Definition: install.c:438
HINSTANCE hDllInstance
Definition: browser.c:17
unsigned int BOOL
Definition: ntddk_ex.h:94
#define _In_
Definition: ms_sal.h:308
LPWSTR Password
Definition: globals.h:25
LPWSTR Name
Definition: globals.h:23
LPWSTR Domain
Definition: globals.h:24
@ Password
Definition: telnetd.h:65
uint16_t * PWSTR
Definition: typedefs.h:56
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185