mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
d23fa54488
Add a corresponding please-wait page and update the translations.
25 lines
521 B
C
25 lines
521 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS text-mode setup
|
|
* PURPOSE: Device installation
|
|
* PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org)
|
|
* Hermes Belusca-Maito
|
|
*/
|
|
|
|
NTSTATUS
|
|
WaitNoPendingInstallEvents(
|
|
IN PLARGE_INTEGER Timeout OPTIONAL);
|
|
|
|
BOOLEAN
|
|
EnableUserModePnpManager(VOID);
|
|
|
|
BOOLEAN
|
|
DisableUserModePnpManager(VOID);
|
|
|
|
NTSTATUS
|
|
InitializeUserModePnpManager(
|
|
IN HINF* phSetupInf);
|
|
|
|
VOID
|
|
TerminateUserModePnpManager(VOID);
|