#include <fcntl.h> int QlgOpen64(Qlg_Path_Name_T *path, int oflag, . . .);Service Program Name: QP0LLIB1
The QlgOpen64() function, like the open64() and open() functions, opens a file and returns a number called a file descriptor. QlgOpen64() differs from open64() in that the QlgOpen64() function takes a pointer to a Qlg_Path_Name_T structure, while open64() takes a pointer to a character string. QlgOpen64() differs from open() in that it automatically opens a file with the O_LARGEFILE flag set.
Limited information on the path parameter is provided here. For more information on the path parameter and for a discussion of other parameters, authorities required, return values, and related information, see open()--Open a File or open64()--Open File (Large File Enabled).
Top | UNIX-Type APIs | APIs by category |