Features of the mql5 language, subtleties and tricks - page 198

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Update: on x86 architecture - cpuid prsessor instruction. The msvs has __cpuid(int[4],int) and __cpuidex(int[4],int,int). Examples are available online.
Decided to discard the processor information - it doesn't show anything.
I've settled on the disk, or rather its partition, as there is no way to determine the number of the whole device.
One doubt, are the data types correct?
Decided to discard processor information - it doesn't show anything.
I've settled on the disk, or rather its partition, as there is no way to determine the number of the whole device.
I have one doubt, are the data types correct?
The motherboard ID is correct.
The motherboard ID is correct.
Is there a code example, can you show me?
Is there a sample code, can you show me?
I can't find the serial number of the board in the µl.
wmic baseboard get serialnumber
in cmd
How to get the serial number of the board in the µl I have not found.
wmic baseboard get serialnumber
in cmd
I couldn't find it either.
...
One doubt is whether the data types are written correctly?
Somehow)
upd: adapted to mql-signatures
Somehow)
upd: adapted for mql-signatures
What is the point of #define constructions applied once, if you can put types into a function at once and not stretch the code?
What is the point of #define constructions used once, if you can put types into a function at once and not stretch the code?
the point is that you can read and/or use the native WinAPI function signature
the sense that it is possible to read and/or use a native WinAPI function signature
Maybe, but the question is exactly this
Forum on trading, automated trading systems and strategy testing
Peculiarities of mql5, tips and tricks
Vitaly Muzichenko, 2021.02.28 00:21
What is the use of #define constructions used once, if you can immediately write the types in the function , and not to stretch the code?
Is there some advantage of defines?
Somehow)
upd: adapted for mql-signatures
WinAPI mql bible has this function
Your types are different, they must be from C#.
---
So my question is: where is correct?