ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <windef.h>
#include <atlstr.h>
#include <atlsimpcoll.h>
#include <atlcoll.h>
#include "misc.h"
#include "configparser.h"
Go to the source code of this file.
Classes | |
struct | AvailableStrings |
class | CAvailableApplicationInfo |
class | CAvailableApps |
Macros | |
#define | MAX_SCRNSHOT_NUM 16 |
Typedefs | |
typedef BOOL(CALLBACK * | AVAILENUMPROC) (CAvailableApplicationInfo *Info, BOOL bInitialCheckState, PVOID param) |
Enumerations | |
enum | LicenseType { LICENSE_NONE, LICENSE_OPENSOURCE, LICENSE_FREEWARE, LICENSE_TRIAL, LICENSE_MIN = LICENSE_NONE, LICENSE_MAX = LICENSE_TRIAL } |
Functions | |
BOOL | IsLicenseType (INT x) |
#define MAX_SCRNSHOT_NUM 16 |
Definition at line 12 of file available.h.
typedef BOOL(CALLBACK * AVAILENUMPROC) (CAvailableApplicationInfo *Info, BOOL bInitialCheckState, PVOID param) |
Definition at line 104 of file available.h.
Enumerator | |
---|---|
LICENSE_NONE | |
LICENSE_OPENSOURCE | |
LICENSE_FREEWARE | |
LICENSE_TRIAL | |
LICENSE_MIN | |
LICENSE_MAX |
Definition at line 14 of file available.h.
Definition at line 24 of file available.h.
Referenced by CAvailableApplicationInfo::RetrieveLicenseType().