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.

18 lines
419 B

  1. /*
  2. File multilink.h
  3. Definitions required to display the multilink page.
  4. Paul Mayfield, 10/17/97
  5. */
  6. #ifndef __rassrvui_multilink_h
  7. #define __rassrvui_multilink_h
  8. #include <windows.h>
  9. #include <prsht.h>
  10. // Fills in the property sheet structure with the information required to display
  11. // the multilink tab.
  12. DWORD mtlUiGetPropertyPage(LPPROPSHEETPAGE ppage, DWORD dwUserData);
  13. #endif