Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
556 B

/*++
Copyright (c) 1989-2001 Microsoft Corporation
Module Name:
name.h
Abstract:
Local Name Management
Author:
Jiandong Ruan
Revision History:
--*/
#ifndef __NAME_H__
NTSTATUS
SmbCloseClient(
IN PSMB_DEVICE Device,
IN PIRP Irp
);
NTSTATUS
SmbCreateClient(
IN PSMB_DEVICE Device,
IN PIRP Irp,
PFILE_FULL_EA_INFORMATION ea
);
PSMB_CLIENT_ELEMENT
SmbVerifyAndReferenceClient(
PFILE_OBJECT FileObject,
SMB_REF_CONTEXT ctx
);
#endif