#pragma once


#define MAXIMUM_PREFIX_SUFFIX_LENGTH 8

bool __stdcall IsValidPrefixOrSuffix(LPCTSTR pszPrefixOrSuffix);
