Home
last modified time | relevance | path

Searched refs:usSize (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKImage.h9 USHORT usSize; member
52 void GetReservedData(PBYTE &lpData, USHORT &usSize);
H A DRKImage.cpp122 void CRKImage::GetReservedData(PBYTE &lpData, USHORT &usSize) in GetReservedData() argument
125 usSize = IMAGE_RESERVED_SIZE; in GetReservedData()
H A DRKBoot.h9 USHORT usSize; member
H A DRKBoot.cpp263 m_BootHeadSize = pBootHead->usSize; in CRKBoot()