bstr_composite_remove_components(3) — Subroutines
Name
bstr_composite_remove_components − Removes a sequence of components from a Composite object.
Syntax
bstr_t_status bstr_composite_remove_components (
bstr_t_reference ∗composite,
bstr_t_sequence ∗components,
bstr_t_rcb ∗control);
Description
The bstr_composite_remove_components procedure removes the components specified in components from the composite object.
Arguments
composite
access: read
The address of the Composite object.
components
access: write The address of a sequence containing the components that you wish to remove from the Composite object.
control
access: read
The address of the optional request control block.
Return Values
| BSTR_S_NORMAL | Normal successful completion |
| BSTR_S_BAD_PARAMETER | Invalid parameter value |