RemovePerfmonCounters

The RemovePerfmonCounters function is used to remove counters from a link service. This utility function is used to construct an integrated link service configuration DLL.

void RemovePerfmonCounters(
  LPSTR pszComputerName,
  LPSTR pszService
);

Parameters

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

Return Values

None.

Remarks

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