The PROPID_QM_SITE_ID property identifies the site where the computer is located.
PROPID_QM_SITE_ID is set by MSMQ when the computer is created. It is typically used to determine the site where the Queue Manager resides.
The computer's site identifier indicates where the Queue Manager is currently located. When the location of the computer changes, MSMQ automatically updates PROPID_QM_SITE_ID to indicate the new site.
To find the site of the computer, pass PROPID_QM_SITE_ID to MQGetMachineProperties and examine its returned value.
Windows NT: Requires version 4.0 SP3 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mq.h.
Import Library: Use mqrt.lib.
Unicode: Defined only as Unicode.