2.2.2.36 WINSTATIONPRODID

The WINSTATIONPRODID structure represents a product ID for the session.

 typedef struct _WINSTATIONPRODID {
   WCHAR DigProductId[CLIENT_PRODUCT_ID_LENGTH];
   WCHAR ClientDigProductId[CLIENT_PRODUCT_ID_LENGTH];
   WCHAR OuterMostDigProductId[CLIENT_PRODUCT_ID_LENGTH];
   ULONG curentSessionId;
   ULONG ClientSessionId;
   ULONG OuterMostSessionId;
 } WINSTATIONPRODID,
  *PWINSTATIONPRODID;

DigProductId: The product ID of the server. For information about the ProductID property, see [MSDN-ProductID].<129>

ClientDigProductId: The product ID of the client.<130>

OuterMostDigProductId: Not used.

curentSessionId: The current session identifier.

ClientSessionId: The client's session identifier.

OuterMostSessionId: Not used.