📄 mqoa.rc
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are not authorized to use this source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the SOURCE.RTF on your install media or the root of your tools installation.
// THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
//
#include "resrc1.h"
#include "resource.h"
#include "windows.h"
rcinclude mqoanl.rc
#if defined(MQOAHELP)
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_RELOPS "Enumerates the relational operators for a query."
IDS_MQTRANSACTION "Enumerates the transaction options when sending and receiving a message."
IDS_MQMSGCURSOR "Enumerates the cursor operations when synchronously or asynchronously peeking at or retrieving a message."
IDS_MQMSGCLASS "Enumerates the classes of a message."
IDS_MQMSGDELIVERY "Enumerates the delivery modes of a message."
IDS_MQMSGACKNOWLEDGEMENT
"Enumerates the acknowledgement modes for a message."
IDS_MQMSGJOURNAL "Enumerates the journaling for a message."
IDS_MQMSGTRACE "Enumerates the tracing options for a message."
IDS_MQMSGSENDERIDTYPE "Enumerates the sender identifier types for a message."
IDS_MQMSGPRIVLEVEL "Enumerates the privacy levels for a message."
IDS_MQMSGAUTHLEVEL "Enumerates the authorization levels for a message."
IDS_MQMSGIDSIZE "Enumerates message identification property sizes."
IDS_MQMSGMAX "Enumerates the maximum length for the message label."
IDS_MQSHARE "Enumerates the sharing modes for an open queue."
IDS_MQACCESS "Enumerates the access (send, peek, receive) modes for an open queue."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MQJOURNAL "Enumerates the journaling modes for a queue."
IDS_MQTRANSACTIONAL "Enumerates the transactional modes for a queue."
IDS_MQAUTHENTICATE "Enumerates the authentication modes for a queue."
IDS_MQPRIVLEVEL "Enumerates the privacy levels for a queue."
IDS_MQPRIORITY "Enumerates the minimum and maximum queue priorities."
IDS_MQMAX "Enumerates the maximum length for a queue label and pathname."
IDS_MQDEFAULT "Enumerates the default values for message and queue properties."
IDS_MQERROR "Enumerates all MSMQ errors."
IDS_MQWARNING "Enumerates all MSMQ warnings."
IDS_IMSMQQUERY "Interface providing MSMQ lookup facilities--used to locate public queues."
IDS_MSMQQUERY "Object providing MSMQ lookup facilities--used to locate public queues."
IDS_IMSMQMESSAGE "Interface describing an MSMQ message. A message can be created and sent to a queue or obtained from a queue."
IDS_MSMQMESSAGE "Object describing an MSMQ message. A message can be created and sent to a queue or obtained from a queue."
IDS_IMSMQQUEUE "Interface describing an open queue: supports message retrieval. Obtained by invoking the MSMQQueueInfo.Open method."
IDS_IMSMQEVENT "Interface describing outgoing MSMQ asynchronous events. Used for notification of asynchronous message arrival."
IDS_DMSMQEVENTEVENTS "Outgoing event dispinterface. Supports asynchronous message notifications."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MSMQQUEUE "Object describing an open queue: supports message retrieval. Obtained by invoking the MSMQQueueInfo.Open method."
IDS_MSMQEVENT "Object describing outgoing MSMQ asynchronous events. Used for notification of asynchronous message arrival."
IDS_IMSMQQUEUEINFO "Interface describing MSMQ queue."
IDS_MSMQQUEUEINFO "Object describing MSMQ queue. Used to create, delete, and open queues."
IDS_IMSMQQUEUEINFOS "Interface describing collection of queues produced by MSMQQuery.LookupQueue."
IDS_MSMQQUEUEINFOS "Object describing collection of queues produced by MSMQQuery.LookupQueue."
IDS_IMSMQTRANSACTION "Interface describing MSMQ transaction object. Supports standard ITransaction methods Commit and Abort."
IDS_MSMQTRANSACTION "Object implementing MSMQ transaction object. Supports standard ITransaction methods Commit and Abort."
IDS_IMSMQCOORDINATEDTRANSACTIONDISPENSER
"Interface describing DTC transaction dispenser. Supports creating new DTC transactions."
IDS_MSMQCOORDINATEDTRANSACTIONDISPENSER
"Object implementing DTC transaction dispenser. Supports creating new DTC transactions."
IDS_IMSMQTRANSACTIONDISPENSER
"Interface describing MSMQ transaction dispenser. Supports creating new MSMQ internal transactions."
IDS_MSMQTRANSACTIONDISPENSER
"Object implementing MSMQ transaction dispenser. Supports creating new MSMQ internal transactions."
IDS_IMSMQAPPLICATION "Interface describing MSMQ application object."
IDS_MSMQAPPLICATION "Object implementing MSMQ application object. Provides global functionality."
IDS_LookupQueue "Produces a collection of public queues that match a specified selection criteria. Queries the MSMQ information store."
IDS_lClass "Property indicating the class of message. Possible values defined by MQMSGCLASS enumeration."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_lPrivLevel "Property indicating the privacy level of a message. Possible values defined by MQMSGPRIVLEVEL enumeration."
IDS_lAuthLevel "Property indicating the authorization level of a message. Possible values defined by MQMSGAUTHLEVEL enumeration."
IDS_isAuthenticated "Property indicating whether a message was or was not authenticated."
IDS_lDelivery "Property indicating the delivery mode of a message. Possible values defined by MQMSGDELIVERY enumeration."
IDS_lTrace "Property indicating tracing option for message. Possible values defined by MQMSGTRACE enumeration."
IDS_lPriority "Property indicating the priority level of a message. Range must be between MQ_MIN_PRIORITY and MQ_MAX_PRIORITY."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -