NbtCreateDeviceObject(
PDRIVER_OBJECT DriverObject,
tNBTCONFIG *pConfig,
PUNICODE_STRING pucBindName,
PUNICODE_STRING pucExportName,
tADDRARRAY *pAddrs,
PUNICODE_STRING pucRegistryPath,
ifndef _IO_DELETE_DEVICE_SUPPORTED
BOOLEAN fReuse,
endif tDEVICECONTEXT **ppDeviceContext
);
Routine Description:
This routine initializes a Driver Object from the device object passed
in and the name of the driver object passed in. After the Driver Object
has been created, clients can "Open" the driver by that name.
Arguments:
Return Value:
status - the outcome