home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / MQOA.DLL / string.txt next >
Text File  |  1997-11-10  |  12KB  |  120 lines

  1. 1    Enumerates the relational operators for a query.
  2. 2    Enumerates the transaction options when sending and receiving a message.
  3. 3    Enumerates the cursor operations when synchronously or asynchronously peeking at or retrieving a message.
  4. 4    Enumerates the classes of a message.
  5. 5    Enumerates the delivery modes of a message.
  6. 6    Enumerates the acknowledgement modes for a message.
  7. 7    Enumerates the journaling for a message.
  8. 8    Enumerates the tracing options for a message.
  9. 9    Enumerates the sender identifier types for a message.
  10. 10    Enumerates the privacy levels for a message.
  11. 11    Enumerates the authorization levels for a message.
  12. 12    Enumerates message identification property sizes.
  13. 13    Enumerates the maximum length for the message label.
  14. 14    Enumerates the sharing modes for an open queue.
  15. 15    Enumerates the access (send, peek, receive) modes for an open queue.
  16. 16    Enumerates the journaling modes for a queue.
  17. 17    Enumerates the transactional modes for a queue.
  18. 18    Enumerates the authentication modes for a queue.
  19. 19    Enumerates the privacy levels for a queue.
  20. 20    Enumerates the minimum and maximum queue priorities.
  21. 21    Enumerates the maximum length for a queue label and pathname.
  22. 22    Enumerates the default values for message and queue properties.
  23. 23    Enumerates all MSMQ errors.
  24. 24    Enumerates all MSMQ warnings.
  25. 25    Interface providing MSMQ lookup facilities--used to locate public queues.
  26. 26    Object providing MSMQ lookup facilities--used to locate public queues.
  27. 27    Interface describing an MSMQ message. A message can be created and sent to a queue or obtained from a queue.
  28. 28    Object describing an MSMQ message. A message can be created and sent to a queue or obtained from a queue.
  29. 29    Interface describing an open queue: supports message retrieval.  Obtained by invoking the MSMQQueueInfo.Open method.
  30. 30    Interface describing outgoing MSMQ asynchronous events.  Used for notification of asynchronous message arrival.
  31. 31    Outgoing event dispinterface. Supports asynchronous message notifications.
  32. 32    Object describing an open queue: supports message retrieval.  Obtained by invoking the MSMQQueueInfo.Open method.
  33. 33    Object describing outgoing MSMQ asynchronous events.  Used for notification of asynchronous message arrival.
  34. 34    Interface describing MSMQ queue.
  35. 35    Object describing MSMQ queue. Used to create, delete, and open queues.
  36. 36    Interface describing collection of queues produced by MSMQQuery.LookupQueue.
  37. 37    Object describing collection of queues produced by MSMQQuery.LookupQueue.
  38. 38    Interface describing MSMQ transaction object.  Supports standard ITransaction methods Commit and Abort.
  39. 39    Object implementing MSMQ transaction object.  Supports standard ITransaction methods Commit and Abort.
  40. 40    Interface describing DTC transaction dispenser. Supports creating new DTC transactions.
  41. 41    Object implementing DTC transaction dispenser.  Supports creating new DTC transactions.
  42. 42    Interface describing MSMQ transaction dispenser.  Supports creating new MSMQ internal transactions.
  43. 43    Object implementing MSMQ transaction dispenser.  Supports creating new MSMQ internal transactions.
  44. 44    Interface describing MSMQ application object.
  45. 45    Object implementing MSMQ application object.  Provides global functionality.
  46. 46    Produces a collection of public queues that match a specified selection criteria. Queries the MSMQ information store.
  47. 47    Property indicating the class of message. Possible values defined by MQMSGCLASS enumeration.
  48. 48    Property indicating the privacy level of a message.  Possible values defined by MQMSGPRIVLEVEL enumeration.
  49. 49    Property indicating the authorization level of a message. Possible values defined by MQMSGAUTHLEVEL enumeration.
  50. 50    Property indicating whether a message was or was not authenticated.
  51. 51    Property indicating the delivery mode of a message. Possible values defined by MQMSGDELIVERY enumeration.
  52. 52    Property indicating tracing option for message. Possible values defined by MQMSGTRACE enumeration.
  53. 53    Property indicating the priority level of a message. Range must be between MQ_MIN_PRIORITY and MQ_MAX_PRIORITY.
  54. 54    Property indicating journaling option for message.  Possible values defined by MQMSGJOURNAL enumeration.
  55. 55    Property indicating the response queue for the message.
  56. 56    Property containing application-specific information.
  57. 57    Property identifying the computer where the message originated.
  58. 58    Property indicating the length (in bytes) of the message body.
  59. 59    Property containing the message body.  It is a Variant type and can contain any intrinsic type and persistent object.
  60. 60    Property indicating the administration queue for the message.
  61. 61    Property containing the MSMQ-generated identifier (array of bytes) of the message.
  62. 62    Property indicating the correlation identifier (array of bytes) of the message.
  63. 63    Property indicating what kind of acknowledgement message is returned. Possible values defined by MQMSGACKNOWLEDGEMENT enumeration.
  64. 64    Property indicating the label of the message.
  65. 65    Property indicating the amount of time MSMQ has to deliver the message to its destination queue.
  66. 66    Property indicating the amount of time the receiving application has to retreive the message from its destination queue.
  67. 67    Property indicating which hash algorithm to use when authenticating the message.
  68. 68    Property indicating which encryption algorithm to use when encrypting the message body of a private message.
  69. 69    Property indicating when the message was sent. Type is Variant Date.
  70. 70    Property indicating when the message arrived at its destination queue. Type is Variant Date.
  71. 71    Property indicating the destination queue of the message. Typically used when reading response messages, or messages in machine journals or dead-letter queues.
  72. 72    Property containing the security certificate of a message. Type is an array of bytes.
  73. 73    Property containing the sender identifier of the message. Type is an array of bytes.
  74. 74    Property indicating what type of identifier is attached to the message. Possible values are defined by MSMQSENDERIDTYPE enumeration.
  75. 75    Method used to send a message to the destination queue. Can optionally be part of a transaction.
  76. 76    Method used to associate the current security context with a message.
  77. 77    Property indicating the access mode of a queue. Possible values defined by MQACCESS enumeration.
  78. 78    Property indicating the share mode of a queue. Possible values defined by MQSHARE enumeration.
  79. 79    Property referring to an MSMQQueueInfo instance describing the queue.
  80. 80    Property indicating the internal MSMQ handle of an open queue instance.  Useful for directly calling MSMQ APIs.
  81. 81    Property indicating whether or not the queue object refers to an open instance of a queue.
  82. 82    Method to close an open instance of a queue.
  83. 83    Method to synchronously retrieve a message from a queue. It always removes the first message in queue regardless of the position of the implicit cursor. Optional parameters include ReceiveTimeout (default set to INFINITE), Transaction (default set to MTS Transaction), WantDestinationQueue (default set to False), and WantBody (default set to True).
  84. 84    Method to synchronously peek at the first message in the queue, regardless of the implicit cursor position. Optional parameters include ReceiveTimeout (default set to INFINITE), WantDestinationQueue (default set to False), and WantBody (default set to True).
  85. 85    Method to enable asynchronous notification of arriving messages. It can use the queue's implicit cursor.  The user-defined MSMQEvent_Arrived event handler is invoked when a message arrives at the location specified by the optional Cursor parameter (default is first message in the queue), or a timeout occurs. The user-defined MSMQEvent_ArrivedError is invoked if the asynchronous message retrieval results in an error.
  86. 86    Method that resets the queue's implicit cursor to the beginning of the queue.
  87. 87    Method to synchronously remove the current message from the queue. Retrieves the message at the position pointed to by the implicit cursor. Optional parameters include ReceiveTimeout (default set to INFINITE) and Transaction (default set to MTS Transaction).
  88. 88    Method to synchronously peek at the next message in the queue. When called, the implicit cursor is first advanced and then the message is returned. Optional parameters include ReceiveTimeout (default set to INFINITE) and Transaction (default set to MTS Transaction).
  89. 89    Method to synchronously peek at the current message in queue (message pointed at by the implicit cursor). The implicit cursor is not advanced. Optional parameters include ReceiveTimeout (default set to INFINITE) and Transaction (default set to MTS Transaction).
  90. 90    Property indicating the identifier of the public queue.
  91. 91    Property identifying the type of service provided by the queue.
  92. 92    Property indicating the label of the queue.
  93. 93    Property indicating pathname (physical location) of the queue.
  94. 94    Property that identifies the queue. The format name of a queue is generated by MSMQ when the queue is created, or generated later by the application.
  95. 95    Property indicating whether the queue is transactional or non-transactional. If the queue is transactional, all messages sent to the queue must be part of a transaction.
  96. 96    Property that specifies the privacy level that is required by the queue. The privacy level determines how the queue handles private (encrypted) messages. Possible values are defined by the MQPRIVLEVEL enumeration.
  97. 97    Property that specifies if the messages retrieved from the queue are copied to the queue's journal queue.  Possible values are defined by the MQJOURNAL enumeration.
  98. 98    Property that specifies the maximum size (in kilobytes) of the queue.
  99. 99    Property that specifies the base priority for all messages sent to a public queue.  The queue's base priority has no effect on the order of the messages in the queue, or how messages are read from the queue.
  100. 100    Property that indicates the time and date when the queue was created. Type is Variant Date.
  101. 101    Property that indicates the time and date when the queue's properties were last modified. Type is Variant Date.
  102. 102    Property that specifies whether or not the queue only accepts authenticated messages.  If the authentication level of the message does not match the authentication level of the queue, the message is rejected by the queue.  Possible values are defined by the MQAUTHENTICATE enumeration.
  103. 103    Property that specifies the maximum size (in kilobytes) of the journal queue.
  104. 104    Method that creates a new queue. The PathName property is required to create a queue. The FormatName property is updated when the queue is created.  Optional parameters include IsWorldReadable (default set to False) and IsTransactional (default set to False).
  105. 105    Method used to delete queue. The PathName propety must be specified to delete a queue.
  106. 106    Method used to open a queue. The PathName property must be specified to open a queue. Parameters include Access (send, peek, or receive) and ShareMode (exclusive or all).
  107. 107    Method used to refresh the properties of a public queue from the MSMQ information store.
  108. 108    Method used to update the MSMQ information store with the public queue's current properties.
  109. 109    Method used to reset the implicit cursor to the start of a collection of queues produced by MSMQQuery.LookupQueue.
  110. 110    Method used to advance the implicit cursor to the next element of a collection of queues produced by MSMQQuery.LookupQueue.
  111. 111    Property that indicates the underlying "magic cookie" used by a transaction dispenser. 
  112. 112    Method used to commit an MSMQ transaction.
  113. 113    Method used to abort an MSMQ transaction.
  114. 114    Method used to obtain a new transaction from a transaction dispenser.
  115. 115    Global function used to map a machine pathname to a unique identifier. For example, this identifier can be used to construct a format name for a computer so that its journal queue can be opened.
  116. 116    User-defined method invoked when a message arrives at a queue.
  117. 117    User-defined method invoked when an error is returned while reading messages asynchronously.
  118. 118    Property that indicates who can read messages in the queue. If False, then the queue has the default MSMQ security: all users can send messages to the queue but only the owner of the queue can read messages from it.  Otherwise all users can read its messages.
  119. 119    Enumerates various hashing and encryption algorithms.
  120.