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.

21 lines
397 B

  1. /*
  2. * Copyright (c) 1996 1997, 1998 Philips CE I&C
  3. *
  4. * FILE PRPPAGE2.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 _PRPPAGE2_
  12. #define _PRPPAGE2_
  13. #include "phvcmext.h"
  14. HPROPSHEETPAGE PRPPAGE2_CreatePage(
  15. LPFNEXTDEVIO pfnDeviceIoControl,
  16. LPARAM lParam,
  17. HINSTANCE hInst);
  18. #endif