Lifecycle management of threads #29

マージ済み
harraiken が 240 個のコミットを threads から master へマージ 2026-09-07 13:45:09 +02:00
コミット 17f23fff41 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@@ -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 */