Searched refs:dwBootSize (Results 1 – 4 of 4) sorted by relevance
64 DWORD dwBootSize = m_bootSize; in SaveBootFile() local68 dwReadSize = (dwBootSize >= 1024) ? dwBufferSize : dwBootSize; in SaveBootFile()75 dwBootSize -= dwReadSize; in SaveBootFile()76 } while(dwBootSize > 0); in SaveBootFile()240 m_bootSize = imageHead.dwBootSize; in CRKImage()
212 CRKBoot::CRKBoot(PBYTE lpBootData,DWORD dwBootSize,bool &bCheck) in CRKBoot() argument236 m_BootSize=dwBootSize; in CRKBoot()
15 DWORD dwBootSize; member
64 CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck);