DNF_DLL/test/Detours/samples/findfunc/target.h

15 lines
375 B
C
Raw Normal View History

2022-09-06 00:08:26 +08:00
//////////////////////////////////////////////////////////////////////////////
//
// Detour Test Program (target.h of target.dll)
//
// Microsoft Research Detours Package
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#pragma once
DWORD WINAPI Target(DWORD dwCount);
//
///////////////////////////////////////////////////////////////// End of File.