Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_wss_posted(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_wss_posted(3g)  —  Subroutines

Name

pinq_wss_posted − Returns the workstation identifiers to which a structure is posted. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pinq_wss_posted (
  Pint         stid,         /∗ (I) Structure identifier ∗/
  Pint         num_elem,     /∗ (I) Number of elements in the application
                                    list ∗/
  Pint         start,        /∗ (I) Starting position within the Digital
                                    PHIGS list ∗/
  Pint        ∗error_ind,    /∗ (O) Error indicator ∗/
  Pint_list   ∗ws,           /∗ (O) List of workstations to which the
                                    structure is posted ∗/
  Pint        ∗act_num       /∗ (O) Total number of workstations in the
                                    Digital PHIGS list ∗/
)

 

Data Structures

typedef struct {
    Pint      num_ints;   /∗ number of Pints in the list ∗/
    Pint     ∗ints;       /∗ list of integers ∗/
} Pint_list;

Description

pinq_wss_posted returns the set of workstation identifiers to which the specified structure is posted. 

The application must provide the space used by the list.  The application passes the address of the list, an array of integers, in the ints field of the ws argument, and passes the size in the num_elem argument.  Digital PHIGS returns the number of elements written to the list in the num_ints field of the ws argument. 

See Also

pinq_posted_structs
ppost_struct
pe_post_struct_view
punpost_all_structs
pe_unpost_all_structs_view
pe_unpost_all_structs_all_views
punpost_struct
pe_unpost_struct_view
pe_unpost_struct_all_views

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