2.2.1.13 CLIENTDATANAME

The CLIENTDATANAME type specifies the name of the client data being provided.

 typedef CHAR CLIENTDATANAME[CLIENTDATANAME_LENGTH + 1];
 typedef CHAR * PCLIENTDATANAME;

The name has the following form:

 name syntax:  xxxyyyy<null>

The elements are as follows:

xxx:  The OEM ID.

yyyy: Client data name.

<null>:  Trailing null.