metalevel (ULONG) - input

      The level of editing semantics to use in transforming the source string.

      If the value of metalevel is 1, the system uses editing semantics for OS/2 Version 1.2. Values greater than 1 are not feasible.

    pszSource (PSZ) - input

      Address of the ASCIIZ string to transform.

      Global file-name characters are specified only in the subdirectory or file-name component of the path name, and are interpreted as search characters. pszSource should contain only the component of the path name to edit, not the entire path.

    pszEdit (PSZ) - input

      Address of the ASCIIZ string to use for editing.

      Global file-name characters specified in the edit string are interpreted as editing characters. Because only the name component of a path name is transformed, this string does not include the path component.

    pszTarget (PBYTE) - output

      Address of the buffer for the resulting ASCIIZ string.

    cbTarget (ULONG) - input

      The length of the buffer, in bytes, for the resulting string.

    ulrc (APIRET) - returns

      Return Code.

      DosEditName returns one of the following values:

    • NO_ERROR 87
        ERROR_INVALID_PARAMETER
      123
        ERROR_INVALID_NAME
      For a full list of error codes, see Errors.


    [Back] [Next]