#ifndef POINTERSCAN_H #define POINTERSCAN_H #include int pointerscan(UINT_PTR address, int structsize, int maxlevel); #endif