QlgGetAttr()--Get Attributes (using NLS-enabled path name)


  Syntax
 #include <Qp0lstdi.h>
 int QlgGetAttr
   (Qlg_Path_Name_T         *Path_Name,
    Qp0l_AttrTypes_List_t   *Attr_Array_ptr,
    char                    *Buffer_ptr,
    uint                     Buffer_Size_Provided,
    uint                    *Buffer_Size_Needed_ptr,
    uint                    *Num_Bytes_Returned_ptr,  
    uint                     Follow_Symlnk, ...);

  Service Program Name: QP0LLIB2

  Default Public Authority: *USE

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

For a description of this function and more information on the parameters, authorities required, return values, error conditions, error messages, usage notes, related information, and an example, see Qp0lGetAttr()--Get Attributes.

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


API introduced: V5R1

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