You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
855 B
38 lines
855 B
//*************************************************************
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1998
|
|
// All rights reserved
|
|
//
|
|
// appmgmt.hxx
|
|
//
|
|
// Header file for appmgmt project.
|
|
//
|
|
//*************************************************************
|
|
|
|
#ifndef __APPMGEXT_HXX__
|
|
#define __APPMGEXT_HXX__
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <malloc.h>
|
|
#include <userenv.h>
|
|
#include <ole2.h>
|
|
#include <msi.h>
|
|
#include <msip.h>
|
|
#define SECURITY_WIN32
|
|
#include <security.h>
|
|
#include <shellapi.h>
|
|
#include <appmgmt.h>
|
|
#include "cs.h"
|
|
#include "app.h"
|
|
#include "common.hxx"
|
|
#include "bind.hxx"
|
|
#include "cltevnts.hxx"
|
|
#include "registry.hxx"
|
|
|
|
typedef WINSHELLAPI BOOL (WINAPI SHELLEXECUTEEXW)(LPSHELLEXECUTEINFOW lpExecInfo);
|
|
|
|
#endif // !defined(__APPMGMT_HXX__)
|
|
|