windows-nt/Source/XPSP1/NT/base/ntsetup/svcpack/svcpack.h
2020-09-26 16:20:57 +08:00

45 lines
706 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
svcpack.h
--*/
#include <windows.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wtypes.h>
#include <tchar.h>
#include <setupapi.h>
#include <spapip.h>
#include <cfgmgr32.h>
#include <regstr.h>
#include <winuser.h>
#include <commctrl.h>
#include <richedit.h>
#include <winsvc.h>
#include <prsht.h>
//
// Defining the EXPORT qualifier
//
BOOL
CALLBACK
SvcPackCallbackRoutine(
IN DWORD dwSetupInterval,
IN DWORD dwParam1,
IN DWORD dwParam2,
IN DWORD dwParam3
) ;
#define SVCPACK_PHASE_1 1
#define SVCPACK_PHASE_2 2
#define SVCPACK_PHASE_3 3
#define SVCPACK_PHASE_4 4