IMFCameraControlDefaultsCollection::RemoveControl method (mfidl.h)
Removes the control with the specified control set and ID from the camera control collection.
Syntax
HRESULT RemoveControl(
[in] REFGUID controlSet,
[in] ULONG constrolId
);
Parameters
[in] controlSet
A GUID specifying the control set to which the control belongs.
[in] constrolId
The ID of the control to be removed from the collection.
Return value
S_OK on success.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 Build 22621 |
Minimum supported server | Windows 11 Build 22621 |
Header | mfidl.h |