www.pudn.com > NIC_HD_REG.rar > Pjsecure.h


/* 
Module : PJSECURE.CPP 
Purpose: Implementation for a number of functions which 
         can be used as the basis for a secuity scheme  
         for a networked product of yours 
Created: PJN / 18-04-1998 
 
Copyright (c) 1998 - 2000 by PJ Naughter.   
All rights reserved. 
 
*/ 
 
#ifndef __PJSECURE_H__ 
#define __PJSECURE_H__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
  
BOOL WINAPI GetNicAddress(LPTSTR pszNicAddress, UINT nBufSize); 
BOOL WINAPI GetCDriveSerialNumber(LPDWORD pdwSerialNumber); 
 
#ifdef __cplusplus 
} 
#endif 
 
 
#endif //__PJSECURE_H__