The SNALinkTerminate function terminates the SNALink.The Base calls this function, when present, during service shutdown. This allows the DLL to free memory, release system resources (such as events), and close drivers.
VOID SNALinkTerminate(void);
This function must not send messages to other SNA components.