Searched refs:pName (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKBoot.cpp | 93 …oot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,char *pName) in GetEntryProperty() argument 125 if (pName) in GetEntryProperty() 127 WCHAR_To_char(pEntry->szName,pName,20); in GetEntryProperty() 164 char CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type,char *pName) in GetIndexByName() argument 197 if (strcasecmp(pName,szName)==0) in GetIndexByName()
|
| H A D | RKBoot.h | 61 …yProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, char *pName = NULL); 62 char GetIndexByName(ENUM_RKBOOTENTRY type, char *pName);
|