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 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.