VOLUMELABEL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== VOLUMELABEL == | == VOLUMELABEL == | ||
Volume label structure. | Volume label structure. | ||
=== Type === | === Type === | ||
[[BYTE]] cch | |||
[[ | [[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. | |||
;szVolLabel[12]:Volume label. | |||
:This is an ASCIIZ string. | |||
[[Category: | [[Category:Data type]] |