PROPID_QM_PATHNAME

The PROPID_QM_PATHNAME property specifies the MSMQ pathname of the computer.

Type Indicator
VT_LPWSTR
PROPVARIANT Field
pwszVal
Property Values
MSMQ pathname

Remarks

To find the MSMQ pathname of a computer, pass PROPID_QM_PATHNAME to MQGetMachineProperties and examine its returned value. When calling MQGetMachineProperties, the type identifier of this property must be set to VT_NULL.

Note  For dependent clients, MSMQ sets this property to the pathname of the client's server computer.

QuickInfo

  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.

See Also

MQGetMachineProperties