SNAInitLinkPerfmon

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
);

Parameters

shrlockmutx
An address of a handle of a mutex used to protect a block of shared memory. This handle address is used when calling other Perfmon functions after initialization.
shrptr
The address of a pointer to a block of shared memory used by subsequent Perfmon functions.