Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.