Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 17f23fff41 - Show all commits

View File

@@ -53,6 +53,22 @@ OB::Security::ProcessObjectSecurityDescriptor(IN PVOID Object,
IN MMPOOL_TYPE PoolType,
IN PGENERIC_MAPPING GenericMapping)
{
/* Switch on the operation code */
switch(OperationCode)
{
case AssignSecurityDescriptor:
break;
case DeleteSecurityDescriptor:
break;
case QuerySecurityDescriptor:
break;
case SetSecurityDescriptor:
break;
default:
KE::Crash::Panic(0x29, 0, STATUS_INVALID_PARAMETER, 0, 0);
break;
}
UNIMPLEMENTED;
/* Return success */