DWORD
APIENTRY RnaComplete(HANDLE hConn,
   LPCOMPLETE_INFO lpci, LPPROJECTION_INFO lppi, DWORD cEntries)
 is called by SMM to notify RNA of the result of the session configuration. SMM calls this function to response to the RnaSessStart call from RNA.
| ERROR_BUFFER_INVALID | The COMPLETE_INFO structure is invalid or missing. | 
| ERROR_INVALID_HANDLE | The RNA connection handle is invalid. | 
If RNA sees an error code in dwResult other then SUCCESS, it will always call RnaSessStop to remove the SMM from the system.