ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
|
라이선스 정보 구조체 및 관련 유틸리티 함수 정의 파일입니다. More...
Go to the source code of this file.
Classes | |
struct | license::LicenseInfo |
라이센스 정보 More... | |
Functions | |
bool | license::parseLicenseJson (const std::string &data, LicenseInfo &info, const std::string &pem_code) |
라이센스 JSON 데이터 파싱 | |
std::string | license::GetBaseboardSerialNumber () |
메인보드 시리얼 번호를 획득한다. | |
라이선스 정보 구조체 및 관련 유틸리티 함수 정의 파일입니다.
std::string license::GetBaseboardSerialNumber | ( | ) |
메인보드 시리얼 번호를 획득한다.
(Windows 전용)
Windows의 WMI 서비스를 사용하여 메인보드의 시리얼 번호를 조회한다.
bool license::parseLicenseJson | ( | const std::string & | data, |
LicenseInfo & | info, | ||
const std::string & | pem_code ) |
라이센스 JSON 데이터 파싱
data | JSON 문자열 |
info | LicenseInfo 객체 참조 |