Lines Matching refs:CRKBoot

4 bool CRKBoot::GetRc4DisableFlag()  in GetRc4DisableFlag()
8 bool CRKBoot::GetSignFlag() in GetSignFlag()
12 DWORD CRKBoot::GetVersion() in GetVersion()
16 DWORD CRKBoot::GetMergeVersion() in GetMergeVersion()
20 STRUCT_RKTIME CRKBoot::GetReleaseTime() in GetReleaseTime()
24 ENUM_RKDEVICE_TYPE CRKBoot::GetSupportDevice() in GetSupportDevice()
28 UCHAR CRKBoot::GetEntry471Count() in GetEntry471Count()
32 UCHAR CRKBoot::GetEntry472Count() in GetEntry472Count()
36 UCHAR CRKBoot::GetEntryLoaderCount() in GetEntryLoaderCount()
40 bool CRKBoot::CrcCheck() in CrcCheck()
47 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type, UCHAR ucIndex, tstring fileName) in SaveEntryFile()
87 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay,… in GetEntryProperty()
125 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData) in GetEntryData()
158 CHAR CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type, tchar *pName) in GetIndexByName()
198 bool CRKBoot::IsNewIDBFlag() in IsNewIDBFlag()
203 CRKBoot::~CRKBoot() in ~CRKBoot()
211 CRKBoot::CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck) in CRKBoot() function in CRKBoot
214 Rc4DisableFlag.getter(&CRKBoot::GetRc4DisableFlag); in CRKBoot()
216 SignFlag.getter(&CRKBoot::GetSignFlag); in CRKBoot()
218 Version.getter(&CRKBoot::GetVersion); in CRKBoot()
220 MergeVersion.getter(&CRKBoot::GetMergeVersion); in CRKBoot()
222 ReleaseTime.getter(&CRKBoot::GetReleaseTime); in CRKBoot()
224 SupportDevice.getter(&CRKBoot::GetSupportDevice); in CRKBoot()
226 Entry471Count.getter(&CRKBoot::GetEntry471Count); in CRKBoot()
228 Entry472Count.getter(&CRKBoot::GetEntry472Count); in CRKBoot()
230 EntryLoaderCount.getter(&CRKBoot::GetEntryLoaderCount); in CRKBoot()
310 void CRKBoot::WCHAR_To_char(WCHAR *src, char *dst, int len) in WCHAR_To_char()