office-gobmx/sc/sdi/auditsh.sdi
Jens-Heiner Rechtien 9ae5a91f79 initial import
2000-09-18 16:07:07 +00:00

15 lines
598 B
Text

interface Auditing : Object
{
SID_FILL_ADD_PRED [ ExecMethod = Execute; StateMethod = GetState; ]
SID_FILL_DEL_PRED [ ExecMethod = Execute; StateMethod = GetState; ]
SID_FILL_ADD_SUCC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_FILL_DEL_SUCC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_FILL_NONE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_CANCEL [ ExecMethod = Execute; StateMethod = GetState; ]
SID_FILL_SELECT [ ExecMethod = Execute; StateMethod = GetState; ]
}
shell ScAuditingShell
{
import Auditing;
}