Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Associates the given name to the message block or agent in the ETW trace.
template <
class _Type
>
void Trace_agents_register_name(
_Inout_ _Type * _PObject,
_In_z_ const wchar_t * _Name
);
Parameters
_Type
The type of the object. This is typically a message block or an agent._PObject
A pointer to the message block or agent that is being named in the trace._Name
The name for the given object.
Requirements
Header: agents.h
Namespace: concurrency