Jump to content

FSINFO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== FSINFO ==
Filesystem information data structure.  
Filesystem information data structure.  


=== Type ===  
=== Type ===  
 
  [[FDATE]]        fdateCreation
  [[OS2 API:DataType:FDATE|FDATE]]        fdateCreation
  [[FTIME]]        ftimeCreation
  [[OS2 API:DataType:FTIME|FTIME]]        ftimeCreation
  [[VOLUMELABEL]]  vol
  [[OS2 API:DataType:VOLUMELABEL|VOLUMELABEL]]  vol


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== Fields ===
 
;fdateCreation:Creation date.
fdateCreation Creation date.
:Returns the date that the drive was created (formatted).
                Returns the date that the drive was created (formatted).
;ftimeCreation:Creation time.
 
:Returns the time that the drive was created (formatted).
ftimeCreation Creation time.
;vol:Volume label.
                Returns the time that the drive was created (formatted).
:Trailing blanks are not considered part of the volume label and are not returned. The volume label is limited to a length of 11 bytes.
 
vol           Volume label.
                Trailing blanks are not considered part of the volume label and
                are not returned. The volume label is limited to a length of 11
                bytes.
 
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Latest revision as of 14:20, 24 May 2017

Filesystem information data structure.

Type

FDATE        fdateCreation
FTIME        ftimeCreation
VOLUMELABEL  vol

C Declaration Method

typedef struct

Fields

fdateCreation
Creation date.
Returns the date that the drive was created (formatted).
ftimeCreation
Creation time.
Returns the time that the drive was created (formatted).
vol
Volume label.
Trailing blanks are not considered part of the volume label and are not returned. The volume label is limited to a length of 11 bytes.