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