Lines Matching refs:CRKBoot

10 bool CRKBoot::GetRc4DisableFlag()  in GetRc4DisableFlag()
14 bool CRKBoot::GetSignFlag() in GetSignFlag()
18 UINT CRKBoot::GetVersion() in GetVersion()
22 UINT CRKBoot::GetMergeVersion() in GetMergeVersion()
26 STRUCT_RKTIME CRKBoot::GetReleaseTime() in GetReleaseTime()
30 ENUM_RKDEVICE_TYPE CRKBoot::GetSupportDevice() in GetSupportDevice()
34 UCHAR CRKBoot::GetEntry471Count() in GetEntry471Count()
38 UCHAR CRKBoot::GetEntry472Count() in GetEntry472Count()
42 UCHAR CRKBoot::GetEntryLoaderCount() in GetEntryLoaderCount()
46 bool CRKBoot::CrcCheck() in CrcCheck()
53 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type,UCHAR ucIndex,string fileName) in SaveEntryFile()
93 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,cha… in GetEntryProperty()
131 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type,UCHAR ucIndex,PBYTE lpData) in GetEntryData()
164 char CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type,char *pName) in GetIndexByName()
204 CRKBoot::~CRKBoot() in ~CRKBoot()
212 CRKBoot::CRKBoot(PBYTE lpBootData,DWORD dwBootSize,bool &bCheck) in CRKBoot() function in CRKBoot
215 Rc4DisableFlag.getter(&CRKBoot::GetRc4DisableFlag); in CRKBoot()
217 SignFlag.getter(&CRKBoot::GetSignFlag); in CRKBoot()
219 Version.getter(&CRKBoot::GetVersion); in CRKBoot()
221 MergeVersion.getter(&CRKBoot::GetMergeVersion); in CRKBoot()
223 ReleaseTime.getter(&CRKBoot::GetReleaseTime); in CRKBoot()
225 SupportDevice.getter(&CRKBoot::GetSupportDevice); in CRKBoot()
227 Entry471Count.getter(&CRKBoot::GetEntry471Count); in CRKBoot()
229 Entry472Count.getter(&CRKBoot::GetEntry472Count); in CRKBoot()
231 EntryLoaderCount.getter(&CRKBoot::GetEntryLoaderCount); in CRKBoot()
292 void CRKBoot::WCHAR_To_wchar(WCHAR *src,wchar_t *dst,int len) in WCHAR_To_wchar()
303 void CRKBoot::WCHAR_To_char(WCHAR *src,char *dst,int len) in WCHAR_To_char()