keygendr32/Keygender32/Generator.h

6 lines
177 B
C
Raw Normal View History

2024-03-21 06:09:10 +00:00
#pragma once
// Generate a key using szInput, feeding the output into szOut.
//
// NOTE: szOut must be at least 18 TCHARs!
BOOL GenerateKey(LPCTSTR szInput, LPTSTR szOut);