Previous Next Up Title Contents Index Functions Index Top Library

POST (NON-RETAINED) STRUCTURE

PXPOST_NR_STRUCT


CALL SEQUENCE

void pxpost_nr_struct (
)

EFFECT

Post the non-retained structure to the specified workstation.

The specified workstation becomes eligible for display of the non-retained structure. That is, any subsequent elements added to the non-retained structure will be sent to that workstation.

Primitive elements added to the non-retained structure are rendered using the current values in the PHIGS state list.

If the non-retained structure is already posted to the specified workstation, this function has no effect.

ERRORS

3
Ignoring function, function requires state WSOP.
54
Ignoring function, the specified workstation is not open.
59
Ignoring function, the specified workstation is not of category OUTPUT or of category OUTIN.

SEE ALSO

Post retained structure, see ppost_struct

Unpost all structures, see punpost_all_structs

Unpost non-retained structure, see pxunpost_nr_struct

Unpost retained structure, see punpost_struct

Inquire workstations for non-retained structure, see pxinq_wss_nr_struct

Inquire workstations to which posted, see pinq_wss_posted


Previous Next Up Title Contents Index Functions Index Top Library