📄 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__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -