/// myglobal.mqh etc.
#import "msvcrt.dll"
int memcpy(char &Destination[], int Source, int Length);
int memcpy(char &Destination[], long Source, int Length);
int memcpy(int &dst, int src, int cnt);
int memcpy(long &dst, long src, int cnt);
#import
첫등록 : 2019년 5월 21일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2187
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5. Account (0) | 2019.06.03 |
---|---|
MQL5. input (0) | 2019.05.27 |
메타트레이더 . 코딩 . 클래스 non-static 멤버함수를 콜백함수로 전달하기 (0) | 2019.05.21 |
MQL5. DLL. #import (0) | 2019.05.19 |
MQL5. Generic Data Collection. CHashMap. 딕셔너리 (0) | 2019.05.18 |
댓글