AddPerfmonCounters

The AddPerfmonCounters function is used to add perfmon counters to a link service. This utility function is used to construct an integrated link service configuration DLL.

void AddPerfmonCounters(
  LPSTR pszComputerName,
  LPSTR pszService
);

Parameters

pszComputerName
This supplied parameter specifies the name of the computer that is to have perfmon counters added.
pszService
This supplied parameter specifies the name of the link service that is to have perfmon counters added.

Return Values

None.

Remarks

SNA RPC Service must be running or an error MessageBox will indicate a failure.