15 references to QUEUE_PROPID_BASE
System.Messaging (15)
System\Messaging\Interop\NativeMethods.cs (14)
268
public const int QUEUE_PROPID_INSTANCE =
QUEUE_PROPID_BASE
+ 1; /* VT_CLSID */
269
public const int QUEUE_PROPID_TYPE =
QUEUE_PROPID_BASE
+ 2; /* VT_CLSID */
270
public const int QUEUE_PROPID_PATHNAME =
QUEUE_PROPID_BASE
+ 3; /* VT_LPWSTR */
271
public const int QUEUE_PROPID_JOURNAL =
QUEUE_PROPID_BASE
+ 4; /* VT_UI1 */
272
public const int QUEUE_PROPID_QUOTA =
QUEUE_PROPID_BASE
+ 5; /* VT_UI4 */
273
public const int QUEUE_PROPID_BASEPRIORITY =
QUEUE_PROPID_BASE
+ 6; /* VT_I2 */
274
public const int QUEUE_PROPID_JOURNAL_QUOTA =
QUEUE_PROPID_BASE
+ 7; /* VT_UI4 */
275
public const int QUEUE_PROPID_LABEL =
QUEUE_PROPID_BASE
+ 8; /* VT_LPWSTR */
276
public const int QUEUE_PROPID_CREATE_TIME =
QUEUE_PROPID_BASE
+ 9; /* VT_I4 */
277
public const int QUEUE_PROPID_MODIFY_TIME =
QUEUE_PROPID_BASE
+ 10; /* VT_I4 */
278
public const int QUEUE_PROPID_AUTHENTICATE =
QUEUE_PROPID_BASE
+ 11; /* VT_UI1 */
279
public const int QUEUE_PROPID_PRIV_LEVEL =
QUEUE_PROPID_BASE
+ 12; /* VT_UI4 */
280
public const int QUEUE_PROPID_TRANSACTION =
QUEUE_PROPID_BASE
+ 13; /* VT_UI1 */
282
public const int QUEUE_PROPID_MULTICAST_ADDRESS =
QUEUE_PROPID_BASE
+ 25; /* VT_LPWSTR /
System\Messaging\Interop\QueuePropertyVariants.cs (1)
20
: base(MaxQueuePropertyIndex, NativeMethods.
QUEUE_PROPID_BASE
+ 1)