Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

26 lines
409 B

/**
Copyright(c) Maynard Electronics, Inc. 1984-89
Name: ld_dvr.h
Date Updated: $./FDT$ $./FTM$
Description: Function prototypes for load driver unit
Location: BE_PRIVATE
$log$
**/
#ifndef _lddvr_
#define _lddvr_
typedef UINT16 (*DRIVERHANDLE)() ;
UINT8_PTR DriverLoad( CHAR_PTR,DRIVERHANDLE *,VOID_PTR,UINT16 ) ;
VOID DriverUnLoad( UINT8_PTR ) ;
#endif