VOID
SmbTraceToClient(
IN PVOID Smb,
IN CLONG SmbLength,
IN PVOID SmbAddress,
IN SMBTRACE_COMPONENT Component
);
Routine Description:
Enter an SMB already found in shared memory into the table. Set
an event for the client. If there is no table space, the SMB is
not saved. If in slow mode, wait for the client to finish with
and then free the memory occupied by the SMB.
Arguments:
Smb - a pointer to the SMB (which is ALREADY in shared memory).
Can be NULL, indicating no new SMB is to be added, but the
application is to be signalled anyway.
SmbLength - the length of the SMB.
SmbAddress - the address of the real SMB, not in shared memory.
Component - Context from which we're called: server or redirector
Return Value:
None