SysWorks©

SysWorks
Callable Routines Reference Manual


Previous Contents Index


SWRK_SEND_SERVER

The SWRK_SEND_SERVER routine ...


Format

status =SWRK_SEND_SERVER(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SEND_SERVER routine ...

See also


SWRK_SETUP_BLOCK

The SWRK_SETUP_BLOCK routine ...


Format

status =SWRK_SETUP_BLOCK(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SETUP_BLOCK routine ...

See also


SWRK_SETUP_FILE

The SWRK_SETUP_FILE routine ...


Format

status =SWRK_SETUP_FILE(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SETUP_FILE routine ...

See also


SWRK_SETUP_MSG_VEC

This routine loads a message vector with a single message.


Format

status =SWRK_SETUP_MSG_VEC (message_vector, status [, value...])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

status


VMS usage: cond_value
type: longword (unsigned)
access: read only
mechanism: by value

Specifies the OpenVMS message id of the message to be logged. See the $GETMSG system service for more details.

values


VMS usage: varying_arg
type: longword (signed)
access: read only
mechanism: by value

Specifies optional expressions whose resultant types correspond to conversion specifications given in the OpenVMS message text.

If no conversion specifications are given, you may omit the output sources. Otherwise, the function call must have exactly as many output sources as there are conversion spec- ifications, and the conversion specifications must match the types of the output sources.

Conversion specifications are matched to output sources in left-to-right order. Excess output pointers, if any, are ignored.

message_vector


VMS usage: cntrlblk
type: longword (unsigned)
access: write only
mechanism: by reference

Specifies the message vector which will be loaded with a message.


Description

This procedure loads the message specified by the status and value arguments into a message vector. The number of entries filled is based on the facility code of the status. See the OpenVMS System Services Reference Manual for details about message vector layouts. Unused entries within the message vector are set to zero.

To build a message vector with more than one message, a call is made to SWRK_SETUP_MSG_VEC to setup the last message line, followed by calls to SWRK_PREFIX_MSG_VEC to setup earlier lines. The last call to SWRK_PREFIX_MSG_VEC inserts the first message line.


SWRK_SET_CONTEXT

The SWRK_SET_CONTEXT routine ...


Format

status =SWRK_SET_CONTEXT(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_CONTEXT routine ...

See also


SWRK_SET_COUNTER

The SWRK_SET_COUNTER routine ...


Format

status =SWRK_SET_COUNTER(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_COUNTER routine ...

See also


SWRK_SET_DEFAULT

The SWRK_SET_DEFAULT routine ...


Format

status =SWRK_SET_DEFAULT(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_DEFAULT routine ...

See also


SWRK_SET_EXIT_COMMAND

The SWRK_SET_EXIT_COMMAND routine ...


Format

status =SWRK_SET_EXIT_COMMAND(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_EXIT_COMMAND routine ...

See also


SWRK_SET_FILE_SECURITY

The SWRK_SET_FILE_SECURITY routine ...


Format

status =SWRK_SET_FILE_SECURITY(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_FILE_SECURITY routine ...

See also


SWRK_SET_LOG_DEFAULTS

The SWRK_SET_LOG_DEFAULTS routine ...


Format

status =SWRK_SET_LOG_DEFAULTS(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_LOG_DEFAULTS routine ...

See also


SWRK_SET_LOG_MAIL_SUBJECT

The SWRK_SET_LOG_MAIL_SUBJECT routine ...


Format

status =SWRK_SET_LOG_MAIL_SUBJECT(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_LOG_MAIL_SUBJECT routine ...

See also


SWRK_SET_PRIVILEGES_OFF

The SWRK_SET_PRIVILEGES_OFF routine ...


Format

status =SWRK_SET_PRIVILEGES_OFF(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_PRIVILEGES_OFF routine ...

See also


SWRK_SET_PRIVILEGES_ON

The SWRK_SET_PRIVILEGES_ON routine ...


Format

status =SWRK_SET_PRIVILEGES_ON(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_PRIVILEGES_ON routine ...

See also


SWRK_SET_SUBPROCESS_STYLE

The SWRK_SET_SUBPROCESS_STYLE routine ...


Format

status =SWRK_SET_SUBPROCESS_STYLE(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_SUBPROCESS_STYLE routine ...

See also


SWRK_SET_SYMBOL_INTEGER

The SWRK_SET_SYMBOL_INTEGER routine ...


Format

status =SWRK_SET_SYMBOL_INTEGER(arg1, [arg2])


RETURNS

VMS usage: cond_value
type: integer (unsigned)
access: write only
mechanism: by value in R0

Arguments

arg1


VMS usage: arg1_type
type: integer (unsigned)
access: read only
mechanism: by reference

Specifies arg1...

arg2


VMS usage: arg2_type
type: character string
access: read only
mechanism: by descriptor

Specifies arg2...


Description

The SWRK_SET_SYMBOL_INTEGER routine ...

See also


Previous Next Contents Index