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.

16 lines
665 B

  1. /* GetRoutingInfo() looks up routing information for the specified node and
  2. returns whether an entry was found or not
  3. */
  4. BOOL GetRoutingInfo( LPSTR lpszNodeName, LPSTR lpszRouteInfo,
  5. int nMaxRouteInfo, BOOL FAR *pbDisconnect, int FAR *nDelay );
  6. /* GetConnectionInfo() looks up connection information for
  7. the specified node and returns whether an entry was found or not
  8. */
  9. BOOL GetConnectionInfo( LPSTR lpszNodeName, LPSTR lpszNetIntf,
  10. LPSTR lpszConnInfo, int nMaxConnInfo,
  11. BOOL FAR *pbDisconnect, int FAR *nDelay );
  12. BOOL ValidateSecurityInfo( void );
  13. BOOL ValidateRoutingInfo( void );
  14. BOOL ValidateConnectionInfo( void );