Skip to content

Commit 033647a

Browse files
author
Angela Fleischmann
authored
Delete out-of-place word
Line 167: Delete "is " From "The module name is cannot be localized to other languages, because the Configuration Manager administrator creates queries and filter rules that are based on the component name." to "The module name cannot be localized to other languages, because the Configuration Manager administrator creates queries and filter rules that are based on the component name."
1 parent 6467e7f commit 033647a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/configmgr/develop/reference/core/servers/manage/createsmsstatusmessage-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ typedef DWORD (WINAPI *PROC_CREATESMSSTATUSMESSAGE)
166166

167167
The module name that you supply for the `pszModuleName` parameter is not the name of the DLL, but the name of a Configuration Manager module. The Configuration Manager site server contains a mapping of module names to DLL names. For example, the client components report status messages by using the Configuration Manager client module name. The site server is aware that the Configuration Manager client corresponds to the file Climsgs.dll.
168168

169-
The module name is cannot be localized to other languages, because the Configuration Manager administrator creates queries and filter rules that are based on the component name. This assists the administrator in quickly retrieving your particular status messages and in configuring Configuration Manager to handle these status messages in special ways.
169+
The module name cannot be localized to other languages, because the Configuration Manager administrator creates queries and filter rules that are based on the component name. This assists the administrator in quickly retrieving your particular status messages and in configuring Configuration Manager to handle these status messages in special ways.
170170

171171
In your calls to this function, use the `dwID` parameter to furnish a status message ID. As part of the procedure for preparing your application to report Configuration Manager status messages, you create an .mc file that defines all the messages. Compiling this file produces an .h file containing a #define for each defined status message. You should supply the #define symbol as the message ID. When Status Message Viewer or Windows NT Event Viewer displays your message, it uses the message ID that you supply to look up the message text in the related DLL.
172172

0 commit comments

Comments
 (0)