#ifndef _NTMISC_H
// private
typedef enum TargetPlatformProperty
{
TargetPlatformProperty_Platform = 1, // q: ULONG
TargetPlatformProperty_MinVersion = 2, // q: PACKAGE_VERSION
TargetPlatformProperty_MaxVersion = 3 // q: PACKAGE_VERSION
} TargetPlatformProperty;
View code on GitHub
No description available.