2.3.11.3 PROPID_MGMT_MSMQ_DSSERVER

Value: 3

Variant type: VT_LPWSTR

Description: The name of the current MSMQ Directory Service server for the computer. The pointer to a null-terminated Unicode string that specifies the computer name of the discovered server. The returned computer name is prefixed with "\\".

The format in ABNF notation is as follows.

 DS = "\\" 1*NameChar EndList
  
 R1 = %x01-2b ; Range 1
 R2 = %x2c-2c ; Range 2 is x2c only
 R3 = %x00-ff ; Range 3
 R4 = %x01-ff ; Range 4
 R5 = %x2d-ff ; Range 5
 R6 = %x00-00 ; Range 6 is x00 only
 X1 = R1 R3 ; Two hex digit range 1
 X2 = R2 R4 ; Two hex digit range 2
 X3 = R5 R3 ; Two hex digit range 3
 X4 = R6 R4 ; Two hex digit range 4
 NameChar = X1 / X2 / X3 / X4 ; Name character: no commas or nulls 
 EndList =  %x00.00 ; Use null for end of string