ReactOS 0.4.15-dev-7924-g5949c20
stubs.c
Go to the documentation of this file.
1/*
2 * New device installer (newdev.dll)
3 *
4 * Copyright 2005 Hervé Poussineau (hpoussin@reactos.org)
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21#include "newdev_private.h"
22
23/*
24* @unimplemented
25*/
29 IN LPGUID ClassGuid OPTIONAL,
31{
34 return FALSE;
35}
36
37/*
38* @unimplemented
39*/
45 IN BOOL Backup,
46 OUT PDWORD pReboot)
47{
50 return FALSE;
51}
52
53/*
54* @unimplemented
55*/
63{
64 if (Flags != 0)
65 {
67 return FALSE;
68 }
69
72 return FALSE;
73}
@ Reboot
Definition: bl.h:891
#define UNIMPLEMENTED
Definition: debug.h:115
static HWND hwndParent
Definition: cryptui.c:300
#define FALSE
Definition: types.h:117
BOOL WINAPI NeedReboot(DWORD dwRebootCheck)
Definition: advpack.c:311
#define SetLastError(x)
Definition: compat.h:752
BOOL WINAPI DiShowUpdateDevice(IN HWND hwndParent OPTIONAL, IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData, IN DWORD Flags, OUT PBOOL NeedReboot OPTIONAL)
Definition: stubs.c:57
BOOL WINAPI InstallNewDevice(IN HWND hwndParent, IN LPGUID ClassGuid OPTIONAL, OUT PDWORD Reboot)
Definition: stubs.c:27
BOOL WINAPI InstallSelectedDriverW(IN HWND hwndParent, IN HDEVINFO DeviceInfoSet, IN LPCWSTR Reserved, IN BOOL Backup, OUT PDWORD pReboot)
Definition: stubs.c:41
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
DWORD * PDWORD
Definition: pedump.c:68
_In_opt_ PSP_DEVINFO_DATA DeviceInfoData
Definition: setupapi.h:1528
PULONG MinorVersion OPTIONAL
Definition: CrossNt.h:68
#define IN
Definition: typedefs.h:39
#define OUT
Definition: typedefs.h:40
_Reserved_ PVOID Reserved
Definition: winddi.h:3974
BOOL * PBOOL
Definition: windef.h:161
#define WINAPI
Definition: msvc.h:6
#define ERROR_GEN_FAILURE
Definition: winerror.h:134
#define ERROR_INVALID_FLAGS
Definition: winerror.h:583
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185