Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKImage.cpp27 UINT *pOsType; in GetOsType() local
28 pOsType = (UINT *)&m_reserved[4]; in GetOsType()
29 return (ENUM_OS_TYPE)*pOsType; in GetOsType()
265 UINT *pOsType; in CRKImage() local
266 pOsType = (UINT *)&m_reserved[4]; in CRKImage()
267 *pOsType = (UINT)RK_OS; in CRKImage()