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.5, 1.6, 1.7, 1.8
Unlocks the buffer.
Syntax
public:
HRESULT UnlockRect(
UINT Level
)
Parameters
- Level
Type: UINT
[in] Must be zero.
Return Value
Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.
Error | Description |
---|---|
E_INVALIDARG | The Level parameter is not zero. |
Requirements
Header: Declared in NuiSensor.h; however, include NuiApi.h in your project.