ppost_struct(3g) — Subroutines
Name
ppost_struct − Adds a structure to the table of posted structures.
Operating States: PHOP, WSOP, ∗, ∗
PHIGS standard function
Syntax
void ppost_struct (
Pint wsid, /∗ (I) Workstation identifier. ∗/
Pint struct_id, /∗ (I) Structure identifier. ∗/
Pfloat priority /∗ (I) Posted priority. This value must be a
Pfloat between 0 and 1, and the higher
the number, the higher the priority. ∗/
)
Description
ppost_struct adds the specified structure to the table of posted structures in the workstation state list of the specified workstation. It also assigns the specified display priority to the structure. The priority allows the application to indicate the relative importance of displayed structure networks. If two structures have the same priority, the last posted structure network receives the highest priority and is handled first.
If the specified structure does not exist when the function executes, the function creates an empty structure.
See Also
pinq_posted_structs
punpost_all_structs
punpost_struct