Source code of Windows XP (NT5)
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
314 B

  1. #ifndef _SETUPDD_H_
  2. #define _SETUPDD_H_
  3. /*
  4. * SETUPDD.H
  5. *
  6. * Global definitions for clients of the code to install the NM display
  7. * driver for Windows NT.
  8. *
  9. * Author:
  10. * dannygl, 05 Apr 97
  11. */
  12. extern BOOL CanInstallNTDisplayDriver(void);
  13. extern void OnEnableAppSharing(HWND hWnd);
  14. #endif // _SETUPDD_H_