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.
 
 
 
 
 
 

23 lines
476 B

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