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.

22 lines
476 B

  1. /*
  2. * Copyright (c) 1996 1997, 1998 Philips CE I&C
  3. *
  4. * FILE PRPPAGE1.H
  5. * DATE 7-1-97
  6. * VERSION 1.00
  7. * AUTHOR M.J. Verberne
  8. * DESCRIPTION Implements the first property page
  9. * HISTORY
  10. */
  11. #ifndef _PRPPAGE1_
  12. #define _PRPPAGE1_
  13. #include "phvcmext.h"
  14. /*======================== EXPORTED FUNCTIONS =============================*/
  15. HPROPSHEETPAGE PRPPAGE1_CreatePage(
  16. LPFNEXTDEVIO pfnDeviceIoControl,
  17. LPARAM lParam,
  18. HINSTANCE hInst);
  19. #endif