#include <windows.h> HANDLE __stdcall MyHandle(void) { return GetCurrentProcess(); }
EXPORTS MyHandle