Difference: 0LASubrEnvGetOsType (1 vs. 2)

Revision 22012-01-26 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET OS TYPE

Changed:
<
<
This subroutine is called to inspect the type of operating system APPX is running on.
>
>
This subroutine returns the type of operating system Appx is running on.
 

Usage:

Line: 13 to 13
 

Description:

Changed:
<
<
This subroutine must be passed an alpha field to return the operating system type back into.
>
>
This subroutine returns the type of operating system Appx is running on. The parameter is required, if it is missing the subroutine will CANCEL.
 
Changed:
<
<
<os_type> identifies the field to return the operating system type result back into. Passing this parameter is required.
>
>
<os_type> will contain the value of the Host O/S Type (Required). This must be PASSed with Share "Y" to return the value.
 
Changed:
<
<
This subroutine sets a result value in the corresponding results Token field.
>
>
If the field you passed is too short to contain the data, --- .ENV GET OS TYPE will be set to "Data was truncated".

See also .ENV GET CONFIG INFO.

 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12011-08-12 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET OS TYPE

This subroutine is called to inspect the type of operating system APPX is running on.


Usage:

    PASS        <os_type>                 FIELD           SHARE? Y
    GOSUB   --- .ENV GET OS TYPE
     *       check for errors
    IF      --- .ENV GET OS TYPE          NE

Description:

This subroutine must be passed an alpha field to return the operating system type back into.

<os_type> identifies the field to return the operating system type result back into. Passing this parameter is required.

This subroutine sets a result value in the corresponding results Token field.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- PeteBrower - 2011-08-12

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback