60 references to GetUI4
System.Messaging (60)
System\Messaging\ActiveXMessageFormatter.cs (3)
125
size = message.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE);
138
size = message.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE) / 2;
150
size = message.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE);
System\Messaging\Message.cs (53)
341
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN) != 0)
344
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN));
393
return properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_APPSPECIFIC);
432
time = time.AddSeconds(properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ARRIVEDTIME)).ToLocalTime();
458
int type = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDERID_TYPE);
530
if (this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN) != 0)
532
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN));
578
return (CryptographicProviderType)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_PROV_TYPE);
668
0, properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE));
710
return this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_TYPE);
874
if (this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN) != 0)
877
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN));
909
byte[] bytes = new byte[properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY_LEN)];
958
byte[] bytes = new byte[properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN)];
1006
return (EncryptionAlgorithm)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ENCRYPTION_ALG);
1049
byte[] bytes = new byte[properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_EXTENSION_LEN)];
1126
return (HashAlgorithm)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_HASH_ALG);
1239
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_LABEL_LEN) != 0)
1241
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_LABEL_LEN));
1439
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN) != 0)
1442
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN));
1479
IntPtr handle = (IntPtr)(int)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SECURITY_CONTEXT);
1524
byte[] bytes = new byte[properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDER_CERT_LEN)];
1573
byte[] bytes = new byte[properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDERID_LEN)];
1598
return (long)((uint)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_VERSION));
1622
time = time.AddSeconds(properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENTTIME)).ToLocalTime();
1696
return TimeSpan.FromSeconds((uint)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_TIME_TO_BE_RECEIVED));
1746
return TimeSpan.FromSeconds((uint)properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_TIME_TO_REACH_QUEUE));
1819
if (this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE_LEN) != 0)
1822
properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE_LEN));
1882
return (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_AUTH_LEVEL) != NativeMethods.MESSAGE_AUTHENTICATION_LEVEL_NONE);
1971
return (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_PRIV_LEVEL) != NativeMethods.MESSAGE_PRIVACY_LEVEL_NONE);
2091
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN);
2098
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE);
2105
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_PROV_NAME_LEN);
2112
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN);
2119
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_EXTENSION_LEN);
2126
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE_LEN);
2133
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_LABEL_LEN);
2140
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN);
2147
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDER_CERT_LEN);
2154
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDERID_LEN);
2161
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY_LEN);
2168
int size = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN);
2229
int bodySize = properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_BODY_SIZE);
2246
this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_EXTENSION_LEN));
2251
this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SENDER_CERT_LEN));
2256
this.properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY_LEN));
2294
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN) == 0)
2308
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_SIGNATURE_LEN) == 0)
2316
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY_LEN) == 0)
2324
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN) == 0)
2332
if (properties.
GetUI4
(NativeMethods.MESSAGE_PROPID_XACT_STATUS_QUEUE_LEN) == 0)
System\Messaging\MessageQueue.cs (4)
585
this.encryptionLevel = Properties.
GetUI4
(NativeMethods.QUEUE_PROPID_PRIV_LEVEL);
599
this.encryptionLevel = properties.
GetUI4
(NativeMethods.QUEUE_PROPID_PRIV_LEVEL);
867
this.journalSize = (long)((uint)properties.
GetUI4
(NativeMethods.QUEUE_PROPID_JOURNAL_QUOTA));
905
this.queueSize = (long)((uint)properties.
GetUI4
(NativeMethods.QUEUE_PROPID_QUOTA));