VOID
NbtCancelPostConnect(
IN PIRP pIrp
);
Routine Description:
Call the automatic connection driver to attempt an
automatic connection. The first five parameters are
used in the call to NbtConnect after the connection
completes successfully.
Arguments:
...
ulFlags - automatic connection flags
pProc - callback procedure when the automatic connection completes
Return Value:
TRUE if the automatic connection was started successfully,
FALSE otherwise.