summaryrefslogtreecommitdiff
path: root/sc/sdi/auditsh.sdi
blob: a673ff411492b18a5059b8614402b9f1947ab44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}