Record dirent64

Unit

Declaration

type dirent64 = record

Description

This item has no description.

Overview

Fields

Public d_fileno: cuint32;
Public d_reclen: cuint16;
Public d_type: cuint8;
Public d_namlen: cuint8;
Public d_name: array[0..255] of char;

Description

Fields

Public d_fileno: cuint32;

This item has no description.

Public d_reclen: cuint16;

This item has no description.

Public d_type: cuint8;

This item has no description.

Public d_namlen: cuint8;

This item has no description.

Public d_name: array[0..255] of char;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.