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