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
397 B

/*
* Copyright (c) 1996 1997, 1998 Philips CE I&C
*
* FILE PRPPAGE2.H
* DATE 7-1-97
* VERSION 1.00
* AUTHOR M.J. Verberne
* DESCRIPTION Implements the first property page
* HISTORY
*/
#ifndef _PRPPAGE2_
#define _PRPPAGE2_
#include "phvcmext.h"
HPROPSHEETPAGE PRPPAGE2_CreatePage(
LPFNEXTDEVIO pfnDeviceIoControl,
LPARAM lParam,
HINSTANCE hInst);
#endif