Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ bstr_composite_add_components(3) — BASEstar Open Server 3.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

bstr_composite_add_components(3)  —  Subroutines

Name

bstr_composite_add_components − Adds a sequence of components to a Composite object. 

Syntax

bstr_t_status   bstr_composite_add_components
                              (bstr_t_reference          ∗composite,
                               bstr_t_sequence           ∗components,
                               bstr_t_rcb                ∗control);
 

 

Description

  The bstr_composite_add_components procedure adds the components specified in components to 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 add to 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

See Also

 

bstr_composite_get_components #
bstr_composite_loop #
bstr_composite_remove_components #

 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026