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.
 
 
 
 
 
 

36 lines
474 B

/*++
Copyright (c) 1996 Microsoft Corporation
MODULE NAME
autodial.h
ABSTRACT
This module contains definitions for Autodial driver routines.
AUTHOR
Anthony Discolo (adiscolo) 08-May-1996
REVISION HISTORY
--*/
BOOLEAN
AcsHlpAttemptConnection(
IN PACD_ADDR pAddr
);
VOID
AcsHlpNoteNewConnection(
IN PACD_ADDR pAddr,
IN PACD_ADAPTER pAdapter
);
BOOL
AcsHlpNbConnection(
TCHAR *pszName
);