Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 108 of file autodial.c.
Referenced by WSNoteSuccessfulHostentLookup().
{ AUTODIAL_COMMAND Command; /* Copy the address into the command packet */ RtlCopyMemory(&Command.Address, ConnectionAddress, sizeof(AUTODIAL_ADDR)); /* Set the New Connection flag and copy the connection data */ Command.NewConnection = TRUE; RtlCopyMemory(&Command.Connection, Connection, sizeof(AUTODIAL_CONN)); /* Send it to the driver */ return AcsHlpSendCommand(&Command); }