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.

20 lines
594 B

  1. /*
  2. File tcpipui.c
  3. Dialog that edits the tcpip properties.
  4. Paul Mayfield, 10/9/97
  5. */
  6. #ifndef __rassrvui_tcpipui_h
  7. #define __rassrvui_tcpipui_h
  8. #include "protedit.h"
  9. // Brings up a modal dialog that allows the editing of tcpip parameters
  10. // specific to the dialup server. When this function completes, the
  11. // parameters are stored in pParams, and pbCommit is set to TRUE if the
  12. // parameters are supposed to be saved to the system (i.e. OK was pressed)
  13. DWORD TcpipEditProperties(HWND hwndParent, PROT_EDIT_DATA * pEditData, BOOL * pbCommit);
  14. #endif