MT4调用DLL函数GetCurrentProcess返回-1是怎么回事呢?

 
MT4调用DLL函数GetCurrentProcess返回-1是怎么回事呢?已经导入了DLL,返回不了进程句柄是什么情况呢?

#import "kernel32.dll"

   int  GetCurrentProcess();

#import



int hproc = GetCurrentProcess();

Print("hproc is ",hproc);
原因: