Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Macro that retrieves the Provider Event Info (PEI) name.
Syntax
TDH_INLINE PWSTR PEI_PROVIDER_NAME(
PPROVIDER_ENUMERATION_INFO ProviderEnum,
PTRACE_PROVIDER_INFO ProviderInfo
);
Parameters
ProviderEnum
The array of providers that have registered a MOF or manifest on the computer (PROVIDER_ENUMERATION_INFO structure)
ProviderInfo
Provider event info (PROVIDER_EVENT_INFO structure).
Return value
The provider name, or NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | tdh.h |