pjsecure.h

来自「获取机器特征码」· C头文件 代码 · 共 28 行

H
28
字号
/*
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__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?