SepDeleteLogonSessionSidValues

VOID __stdcall SepDeleteLogonSessionSidValues(_SEP_LOGON_SESSION_REFERENCES *LogonSession){
  _SEP_SID_VALUES_BLOCK *SharedSidValues; 

  SharedSidValues = LogonSession->SharedSidValues;
  if( SharedSidValues )
  {
    SepDereferenceSidValuesBlock(SharedSidValues, 0i64, LogonSession);
    LogonSession->SharedSidValues = 0i64;
  }
}

Referenced by:

SepDeReferenceLogonSession
SepDeleteLogonSessionTrack