Home
last modified time | relevance | path

Searched defs:type (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKBoot.cpp53 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()
H A DRKScan.cpp55 bool CRKScan::FindRockusbVidPid(ENUM_RKDEVICE_TYPE type, USHORT &usVid, USHORT &usPid) in FindRockusbVidPid()
284 bool CRKScan::IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid) in IsRockusbDevice()
300 int CRKScan::Search(UINT type) in Search()
H A Dboot_merger.h146 rk_entry_type type; member
H A Dmain.cpp1464 static bool saveEntry(FILE* outFile, char* path, rk_entry_type type, in saveEntry()