hash.h
#ifndef HASH_H // {
#define HASH_H
extern ULONG ComputeHash(const WCHAR * psz);
#endif // HASH_H }
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
#ifndef HASH_H // {
#define HASH_H
extern ULONG ComputeHash(const WCHAR * psz);
#endif // HASH_H }