Jump to content

VOLUMELABEL: 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:
== VOLUMELABEL ==
Volume label structure.


Volume label structure.
=== Type ===
 
  [[BYTE]]  cch
=== Type ===  
  [[CHAR]]  szVolLabel[12]
 
  [[OS2 API:DataType:BYTE|BYTE]]  cch
  [[OS2 API:DataType:CHAR|CHAR]]  szVolLabel[12]


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


=== Fields ===
=== Fields ===
 
;cch:Length of the volume label, not including the null.
cch             Length of the volume label, not including the null.
;szVolLabel[12]:Volume label.
 
:This is an ASCIIZ string.
szVolLabel[12] Volume label.
                This is an ASCIIZ string.
 
 


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

Latest revision as of 14:15, 24 May 2017

Volume label structure.

Type

BYTE  cch
CHAR  szVolLabel[12]

C Declaration Method

typedef struct

Fields

cch
Length of the volume label, not including the null.
szVolLabel[12]
Volume label.
This is an ASCIIZ string.