NTSTATUS __stdcall SmRegistrationCtxStart(_SM_REGISTRATION_CONTEXT *RegistrationCtx){
int Event;
Event = SmCreateEvent((_KEVENT **)RegistrationCtx);
if( Event >= 0 )
{
*(_QWORD *)RegistrationCtx = 0i64;
return 0;
}
return Event;
}