ReactOS 0.4.15-dev-7918-g2a2556c
appmgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2005 Mike McCormack
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library 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 GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
19#ifndef _APPMGMT_H
20#define _APPMGMT_H
21
22#ifdef __cplusplus
23extern "C" {
24#endif /* defined(__cplusplus) */
25
26typedef struct _MANAGEDAPPLICATION
27{
45
48
49#ifdef __cplusplus
50} /* extern "C" */
51#endif /* defined(__cplusplus) */
52
53#endif /* _APPMGMT_H */
struct _MANAGEDAPPLICATION * PMANAGEDAPPLICATION
struct _MANAGEDAPPLICATION MANAGEDAPPLICATION
DWORD WINAPI CommandLineFromMsiDescriptor(WCHAR *, WCHAR *, DWORD *)
Definition: msi.c:22
DWORD WINAPI GetManagedApplications(GUID *, DWORD, DWORD, LPDWORD, PMANAGEDAPPLICATION *)
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
USHORT LANGID
Definition: mui.h:9
LPWSTR pszSupportUrl
Definition: appmgmt.h:41
LPWSTR pszCompany
Definition: appmgmt.h:38
LPWSTR pszComments
Definition: appmgmt.h:39
LPWSTR pszContact
Definition: appmgmt.h:40
LPWSTR pszPolicyName
Definition: appmgmt.h:34
LPWSTR pszPackageName
Definition: appmgmt.h:28
LPWSTR pszPublisher
Definition: appmgmt.h:29
uint32_t * LPDWORD
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184