Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 58 of file init.c.
{ NTSTATUS Status = STATUS_SUCCESS; DPRINT("BASSRV: %s(%ld,...) called\n", __FUNCTION__, ArgumentCount); BaseApiPort = CsrQueryApiPort (); Status = CsrAddStaticServerThread (BaseStaticServerThread); if (NT_SUCCESS(Status)) { //TODO initialize the BASE server } return STATUS_SUCCESS; }