pszExtLIBPATH (PSZ) - input

      Extended LIBPATH string.

      This buffer has a maximum size of 1024 bytes.

      A pointer to a NULL string removes the extended LIBPATH.

    flags (ULONG) - input

      Flag indicating when the new path is searched.

      Possible values are described in the following list:

      BEGIN_LIBPATH (1)

        The new path is searched before the LIBPATH.
      END_LIBPATH (2)
        The new path is searched after the LIBPATH.

      ulrc (APIRET) - returns

        Return Code.

        DosSetExtLIBPATH returns one of the following values:

      • NO_ERROR 8
          ERROR_NOT_ENOUGH_MEMORY
        87
          ERROR_INVALID_PARAMETER
        161
          ERROR_BAD_PATHNAME
        For a full list of error codes, see Errors.


      [Back] [Next]