Jump to content

VOLUMELABEL

From EDM2
Revision as of 21:31, 1 November 2011 by Martini (talk | contribs)

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.


Back to OS/2 API