QlgSetAttr()--Set Attributes (using NLS-enabled path name)


  Syntax
 #include <Qp0lstdi.h>
 int QlgSetAttr
        (Qlg_Path_Name_T     *Path_Name,
         char                *Buffer_ptr,
         uint                 Buffer_Size,
         uint                 Follow_Symlnk, ...);  
  Service Program Name: QP0LLIB3

  Default Public Authority: *USE

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

For a description of this function and information on its parameters, authorities required, return values, error conditions, error messages, usage notes, and related information, see Qp0lSetAttr()--Set Attributes.

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


API introduced: V5R1

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