RnaSessStop

DWORD APIENTRY RnaSessStop(HANDLE hConn)
 

is called by RNA to terminate the session configuration asynchronously. When the session configuration is terminated, the SMM must call the RnaTerminate function to notify RNA of the result of the termination.

hConn
A handle to the RNA connection for which the session configuration is terminated.

The function should notify the session configuration thread to terminate all the pending operations, deallocate all the resources for the session, notify RNA of the termination result through the RnaTerminate call, and terminate the configuration thread itself.