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.
 
 
 
 
 
 

20 lines
314 B

/*
* NSCDEMO.H
*
*
*
*/
#include "dongle.h"
#ifndef NSCDEMO_H
#define NSCDEMO_H
BOOLEAN NSC_DEMO_Init(UINT comBase, dongleCapabilities *caps, UINT *context);
VOID NSC_DEMO_Deinit(UINT comBase, UINT context);
BOOLEAN NSC_DEMO_SetSpeed(UINT comBase, UINT bitsPerSec, UINT context);
#endif NSCDEMO_H