术语 | unloadperfcountertextstrings |
释义 | UnloadPerfCounterTextStrings 语法: C++ DWORD UnloadPerfCounterTextStrings( __in LPCTSTR commandLine, __in BOOL bQuietModeArg ); UnloadPerfCounterTextStrings功能 卸载性能对象和计数器从指定的应用程序的计算机。 参数 命令行 [in] 空结束的字符串,由一个或多个任意字母,一个空格,然后应用程序的名称。应用程序的名称必须符合程序drivername键值在初始化(。ini文件)找到的文件用于加载文本字符串。 bQuietModeArg [in] 设置为TRUE,以防止从显示有关unlodctr工具输出的功能,否则,假。此参数的含义只有在应用程序从命令提示符下运行。 返回值 如果函数成功,返回值是ERROR_SUCCESS。 如果函数失败,返回值是系统错误代码之一。 备注 此功能提供了一个API由Unlodctr工具提供的功能。有关更多信息,请从注册表中删除计数器名称和说明。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderLoadperf.h LibraryLoadperf.lib DLLLoadperf.dll Unicode和ANSI namesUnloadPerfCounterTextStringsW(Unicode)和UnloadPerfCounterTextStringsA(ANSI)的 参见 LoadPerfCounterTextStrings 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==UnloadPerfCounterTextStrings Function Unloads performance objects and counters from the computer for the specified application. Syntax C++ DWORD UnloadPerfCounterTextStrings( __in LPCTSTR commandLine, __in BOOL bQuietModeArg ); Parameters commandLine [in] Null-terminated string that consists of one or more arbitrary letters, a space, and then the name of the application. The name of the application must match the drivername key value found in the initialization (.ini) file used to load the text strings . bQuietModeArg [in] Set to TRUE to prevent the function from displaying the output from the Unlodctr tool; otherwise, FALSE. This parameter has meaning only if the application is run from a command prompt. Return Value If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is one of the system error codes . Remarks This function provides an API to the functionality provided by Unlodctr tool. For more information, see Removing Counter Names and Descriptions from the Registry . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderLoadperf.h LibraryLoadperf.lib DLLLoadperf.dll Unicode and ANSI namesUnloadPerfCounterTextStringsW (Unicode) and UnloadPerfCounterTextStringsA (ANSI) See Also LoadPerfCounterTextStrings Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa373205(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。