View Single Post
  #3  
Old 06-09-2017, 01:41
ravencrow ravencrow is offline
Registered User
 
Join Date: Feb 2015
Location: SG
Posts: 19
Thanks: 29
Thanked 12 Times in 8 Posts
ravencrow is on a distinguished road
Code:
#include <windows.h>

HANDLE __stdcall MyHandle(void)
{
  return GetCurrentProcess();
}
Code:
EXPORTS
  MyHandle
Reply With Quote