Sensor Constants and VECTOR Types In the Windows 7 Sensor platform,
some properties and data fields contain arrays of information. For example, the SENSORPROPERTYLIGHTRESPONSECURVE property contains an array of 4-byte unsigned integers. However, when you receive such arrays through the Sensor API, they will always represented as type VT_VECTOR|UI1, an array of single-byte characters, regardless of the actual type of the data in the array. This requirement arises because the platform uses the WPD se...
No comments yet, be the first one to post comment.