The SNAInitLinkPerfmon function initializes the Perfmon data structures and code for an SNA link. The user defines the address of a handle and a void pointer that are passed in as parameters to this function. This function returns values in these parameters that are then used by subsequent calls to the Perfmon code. The SNA link driver should not modify the parameters returned by this function.
void SNAInitLinkPerfmon(
HANDLE *shrlockmutx,
void **shrptr
);