Jump to content

VOLUMELABEL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== VOLUMELABEL ==
== VOLUMELABEL ==
Volume label structure.  
Volume label structure.  


=== Type ===  
=== Type ===
 
  [[BYTE]]  cch
  [[OS2 API:DataType:BYTE|BYTE]]  cch
  [[CHAR]]  szVolLabel[12]
  [[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]]

Revision as of 12:43, 31 October 2016

VOLUMELABEL

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.