keygendr32/Keygender32/Generator.h
2024-03-20 23:09:10 -07:00

6 lines
177 B
C

#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);