网站首页  词典首页

请输入您要查询的函数:

 

术语 unregistertraceguids
释义 UnregisterTraceGuids
语法:
C++
ULONG UnregisterTraceGuids(
__in TRACEHANDLE RegistrationHandle
);
UnregisterTraceGuids功能
注销的UnregisterTraceGuids函数提供一个事件跟踪和事件跟踪类。
参数
RegistrationHandle [in]
句柄事件跟踪供应商,从早期调用RegisterTraceGuids函数获得。
返回值
如果函数成功,返回值是ERROR_SUCCESS。
如果函数失败,返回值是系统错误代码之一。下表列出了一些常见的错误及其原因。
返回codeDescription
ERROR_INVALID_PARAMETERThe RegistrationHandle参数不指定句柄注册提供商或为NULL。
备注
供应商调用这个函数。
事件追踪供应商必须已登记函数调用RegisterTraceGuids以前。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderEvntrace.h
LibraryAdvapi32.lib
DLLAdvapi32.dll
参见
RegisterTraceGuids
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==UnregisterTraceGuids Function
The UnregisterTraceGuids function unregisters an event trace provider and its event trace classes.
Syntax
C++
ULONG UnregisterTraceGuids(
__in TRACEHANDLE RegistrationHandle
);
Parameters
RegistrationHandle [in]
Handle to the event trace provider, obtained from an earlier call to the RegisterTraceGuids function.
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 . The following table includes some common errors and their causes.
Return codeDescription
ERROR_INVALID_PARAMETERThe RegistrationHandle parameter does not specify the handle to a registered provider or is NULL.

Remarks
Providers call this function.
The event trace provider must have been registered previously by calling the RegisterTraceGuids function.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderEvntrace.h
LibraryAdvapi32.lib
DLLAdvapi32.dll
See Also
RegisterTraceGuids
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa364154(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:20:05