QlgCvtPathToQSYSObjName()-- Resolve Integrated File System Path Name into QSYS Object Name (using NLS-enabled path name)


  Syntax
 #include <qp0lstdi.h>

 void QlgCvtPathToQSYSObjName(
                               Qlg_Path_Name_T *path_name,
                               void            *qsys_info,
                               char             format_name[8],  
                               uint             bytes_provided,
                               uint             desired_CCSID,
                               void            *error_code);

  Service Program Name: QP0LLIB2

  Default Public Authority: *USE

  Threadsafe: Conditional; see Usage Notes for Qp0lCvtPathToQSYSObjName().

For a description of this function and more information about the parameters, authorities required, return values, error conditions, error messages, usage notes, and related information, see Qp0lCvtPathToQSYSObjName()-- Resolve Integrated File System Path Name into QSYS Object Name.

Note: The QlgCvtPathToQSYSObjName() function is implemented using the Qp0lCvtPathToQSYSObjName() function. When using ILE languages such as RPG, COBOL, and CL, developers need to specify Qp0lCvtPathToQSYSObjName as the external name of the API.


API introduced: V5R1

[ Back to top | UNIX-Type APIs | APIs by category ]