Searched refs:pOsType (Results 1 – 1 of 1) sorted by relevance
25 UINT *pOsType; in GetOsType() local26 pOsType = (UINT *)&m_reserved[4]; in GetOsType()27 return (ENUM_OS_TYPE) * pOsType; in GetOsType()385 UINT *pOsType; in CRKImage() local386 pOsType = (UINT *)&m_reserved[4]; in CRKImage()387 *pOsType = (UINT)RK_OS; in CRKImage()