REGCP$HELP.HLB  —  LIST  VALUE
    Displays all values and value attributes of the specified key.

                               NOTE

                  Symbolic links are not followed.

    This command requires the SYSPRV privilege or the REG$LOOKUP
    rights identifier.

    Format:

      LIST VALUE  key-name

    key-name

    Specifies the name of the key to enumerate.

1  –  Qualifiers

1.1    /DATA

    Displays an ASCII representation of the value in hexadecimal
    format.

1.2    /FLAGS

    Displays an ASCII representation of the data flag of the value in
    hexadecimal format.

1.3    /FULL

    Displays all available information-that is, information displayed
    by the /TYPE_CODE, /LINK_PATH, /DATA_FLAGS, and /VALUE_DATA
    qualifiers.

1.4    /LINK_PATH

    Displays the key path to which the subkey is linked.

1.5    /OUTPUT

    /OUTPUT=file-spec

    Controls where the output of the command is sent. If you do
    not specify a file name, the system uses the default name
    REGISTRY.LIS.

1.6    /TYPE_CODE

    Display the type code of the value.

1.7    /WAIT

    /WAIT=seconds (default = 90)
    /NOWAIT

    Specifies the maximum amount of time, in seconds, that you are
    willing to wait for command completion.  If the Registry server
    does not complete the request in the specified interval, REG$CP
    returns REG-F-NORESPONSE. The default interval is 90 seconds.
    /NOWAIT is equivalent to specifying /WAIT=0, but there may still
    be a short wait period.

2  –  Example

    The LIST VALUE/TYPE_CODE/DATA command in this example displays
    the FORTRAN key and its value names, types, and data.

 REG> LIST VALUE/TYPE_CODE/DATA HKEY_LOCAL_MACHINE\SOFTWARE\FORTRAN

           Key name:            HKEY_LOCAL_MACHINE\SOFTWARE\FORTRAN
           Security policy:     REG$K_POLICY_NT_40
           Volatile:            REG$K_NONE
           Last written:        11-AUG-1998 16:27:55.81

           Value(s):

             Value name:   Version
             Volatile:     REG$K_NONE
             Type:         REG$K_SZ
             Data:         5.3-50

             Value name:   Date Installed
             Volatile:     REG$K_NONE
             Type:         REG$K_SZ
             Data:         04-Jan-1998
Close Help