VOID
SmbTraceThreadEntry(
IN PVOID Context
);
Routine Description:
This routine is the entry point of the SmbTrace thread for the server/
redirector. It is started by SmbTraceStart. This thread loops
continuously until the client SmbTrace dies or another SmbTrace sends
an FsCtl to stop the trace.
Arguments:
Context - pointer to context block containing component from which
we're called: server or redirector
Return Value:
None