IMFCameraControlDefaults::UnlockControlData method (mfidl.h)

Unlocks the control data buffer unlocked with a call to LockControlData.

Syntax

HRESULT UnlockControlData();

Return value

S_OK on success.

Remarks

After calling UnlockCOntrolData, clients should not modify the contents of the control data buffer. Doing so will result in undefined behavior.

Requirements

Requirement Value
Minimum supported client Windows 11 Build 22621
Minimum supported server Windows 11 Build 22621
Header mfidl.h

See also

LockControlData