次の方法で共有


GetWindowsEventChannels method of the MSFT_MTEventChannel class

Gets the list of those event channels that are connected to Windows event logs.

Syntax

uint32 GetWindowsEventChannels(
  [out] MSFT_MTEventChannel Result[]
);

Parameters

Result [out]

On success, returns an MSFT_MTEventChannel containing the list of those event channels that are connected to Windows event logs.

Return value

TBD

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\ManagementTools
MOF
MtTmProv.mof
DLL
MtTmProv.dll

See also

MSFT_MTEventChannel