[Top] [Prev] [Next] [Bottom]

maskprt(3)

maskprt(3)

Name

maskprt-send mask to FRMPRT server

Synopsis

maskprt(fbfr)
FBFR \(**fbfr;

Description

The function maskprt() is used to print a fielded buffer according to a form definition. It could be used, for example, to get a hard copy of the form. maskprt() sends the formatted buffer to the BEA TUXEDO system supplied server called FRMPRT(5). The buffer must be of type FML, and must be obtained by a call to tpalloc(3). FRMPRT() accepts the buffer, prints it into a UNIX text file, then calls a command to output the file.

maskprt() calls tpacall(3) to send the message to FRMPRT(5). It fails [TPNOENT] if FRMPRT(5) is not an active server.

Example

maskprt(xxxbuf);

See Also

FRMPRT(5), tpalloc(3), tpcall(3)



[Top] [Prev] [Next] [Bottom]