SNAGetLinkPerfArea

The SNAGetLinkPerfArea function returns a pointer to the shared data area used by the Perfmon application to store the link statistics. The parameters are the returned values from SNAInitLinkPerfmon. The SNA link then maintains the ADAPTERCOUNTER members of the returned ADAPTERPERFDATA structure.

ADAPTERPERFDATA * SNAGetLinkPerfArea(
HANDLE
shrlockmutx,
ADAPTERPERFDATA *shrptr
);

Parameters

shrlockmutx
The handle of a mutex used to protect a block of shared memory that will contain the ADAPTERPERFDATA structure for this SNA link. The address of this handle is returned by the SNAInitLinkPerfmon function.
shrptr
A pointer to a block of shared memory returned by SNAInitLinkPerfmon that will contain the ADAPTERPERFDATA structure used by the Perfmon functions for this SNA link.

See Also

ADAPTERPERFDATA, SNAInitLinkPerfmon