Lines Matching refs:CRKBoot
39 class CRKBoot {
42 property<CRKBoot, bool, READ_ONLY> Rc4DisableFlag;
44 property<CRKBoot, bool, READ_ONLY> SignFlag;
46 property<CRKBoot, UINT, READ_ONLY> Version;
48 property<CRKBoot, UINT, READ_ONLY> MergeVersion;
50 property<CRKBoot, STRUCT_RKTIME, READ_ONLY> ReleaseTime;
52 property<CRKBoot, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice;
54 property<CRKBoot, unsigned char, READ_ONLY> Entry471Count;
56 property<CRKBoot, unsigned char, READ_ONLY> Entry472Count;
58 property<CRKBoot, unsigned char, READ_ONLY> EntryLoaderCount;
64 CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck);
65 ~CRKBoot();