2.2.15.1 ProductInformation

This type is declared as follows.

 typedef struct _ProductInformation {
   DWORD pi_clientStatusCode;
   [string] wchar_t* pi_productName;
 } ProductInformation;

pi_clientStatusCode: Client status code as specified in section 2.2.9.

pi_productName: MUST be a null-terminated wide-character string that is the name of the product. See section 2.2.8.