- Alert
- CheckPointer
- Comment
- CryptEncode
- CryptDecode
- DebugBreak
- ExpertRemove
- GetPointer
- GetTickCount
- GetTickCount64
- GetMicrosecondCount
- MessageBox
- PeriodSeconds
- PlaySound
- PrintFormat
- ResetLastError
- ResourceCreate
- ResourceFree
- ResourceReadImage
- ResourceSave
- SetReturnError
- SetUserError
- Sleep
- TerminalClose
- TesterHideIndicators
- TesterStatistics
- TesterStop
- TesterDeposit
- TesterWithdrawal
- TranslateKey
- ZeroMemory
GetTickCount64
La funzione GetTickCount64() restituisce il numero di millisecondi trascorsi dall'avvio del sistema.
ulong GetTickCount64(); |
Valore di ritorno
Un valore di tipo ulong.
Nota
Il contatore è limitato alla precisione del timer di sistema, che di solito restituisce un risultato con una precisione di 10-16 millisecondi. Diversamente da GetTickCount, che è di tipo uint e il cui contenuto overflowa ogni 49.7 giorni in caso di funzionamento continuo del computer, GetTickCount64() può essere utilizzato per un tempo di funzionamento illimitato del computer e non è soggetto ad overflow.
Esempio:
#define MAX_SIZE 40
|
Guarda anche
Data ed Ora, EventSetMillisecondTimer, GetTickCount, GetMicrosecondCount