Jump to content

VOLUMELABEL: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 19: Line 19:
                 This is an ASCIIZ string.
                 This is an ASCIIZ string.


[[OS2_API | Back to OS/2 API]]




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

Revision as of 19:29, 29 August 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.