Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.6, 1.7, 1.8
Creates a CoordinateMapper object from the supplied parameters.
Syntax
HRESULT NuiCreateCoordinateMapperFromParameters(
ULONG dataByteCount,
void *pData,
INuiCoordinateMapper **ppCoordinateMapper
)
Parameters
- dataByteCount
Type: ULONG
[in] The number of bytes of data in the supplied parameters. - pData
Type: void
[in] A pointer to the supplied parameters. - ppCoordinateMapper
Type: INuiCoordinateMapper
[out] A pointer to an INuiCoordinateMapper interface.
Return Value
Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.
Requirements
Header: Declared in nuisensor.h.