VOLUMELABEL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Volume label structure. | |||
=== Type === | |||
[[BYTE]] cch | |||
=== Type === | [[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]] |