ReactOS
0.4.12-dev-714-gfaac916
|
#include <windef.h>
#include <atlstr.h>
#include <atlsimpcoll.h>
#include <atlcoll.h>
#include "misc.h"
Go to the source code of this file.
Classes | |
struct | CAvailableApplicationInfo |
struct | AvailableStrings |
class | CAvailableApps |
Typedefs | |
typedef BOOL(CALLBACK * | AVAILENUMPROC) (CAvailableApplicationInfo *Info, LPCWSTR szFolderPath) |
Enumerations | |
enum | LicenseType { LICENSE_NONE, LICENSE_OPENSOURCE, LICENSE_FREEWARE, LICENSE_TRIAL, LICENSE_MIN = LICENSE_NONE, LICENSE_MAX = LICENSE_TRIAL } |
Functions | |
BOOL | IsLicenseType (INT x) |
typedef BOOL(CALLBACK * AVAILENUMPROC) (CAvailableApplicationInfo *Info, LPCWSTR szFolderPath) |
Definition at line 82 of file available.h.
Enumerator | |
---|---|
LICENSE_NONE | |
LICENSE_OPENSOURCE | |
LICENSE_FREEWARE | |
LICENSE_TRIAL | |
LICENSE_MIN | |
LICENSE_MAX |
Definition at line 10 of file available.h.
Definition at line 20 of file available.h.
Referenced by CAvailableApplicationInfo::RetrieveLicenseType().