2014-09-25 18:25:47 +00:00
|
|
|
|
2015-02-28 15:46:43 +00:00
|
|
|
@ stdcall InitOnceExecuteOnce(ptr ptr ptr ptr)
|
2015-11-17 10:40:04 +00:00
|
|
|
@ stdcall GetFileInformationByHandleEx(long long ptr long)
|
|
|
|
@ stdcall -ret64 GetTickCount64()
|
2017-05-30 21:39:50 +00:00
|
|
|
|
|
|
|
@ stdcall InitializeSRWLock(ptr)
|
|
|
|
@ stdcall AcquireSRWLockExclusive(ptr)
|
|
|
|
@ stdcall AcquireSRWLockShared(ptr)
|
|
|
|
@ stdcall ReleaseSRWLockExclusive(ptr)
|
|
|
|
@ stdcall ReleaseSRWLockShared(ptr)
|
|
|
|
|
|
|
|
@ stdcall InitializeConditionVariable(ptr)
|
|
|
|
@ stdcall SleepConditionVariableCS(ptr ptr long)
|
|
|
|
@ stdcall SleepConditionVariableSRW(ptr ptr long long)
|
|
|
|
@ stdcall WakeAllConditionVariable(ptr)
|
|
|
|
@ stdcall WakeConditionVariable(ptr)
|
2018-04-08 09:09:54 +00:00
|
|
|
|
|
|
|
@ stdcall InitializeCriticalSectionEx(ptr long long)
|
2020-09-13 16:55:17 +00:00
|
|
|
|
|
|
|
@ stdcall ApplicationRecoveryFinished(long)
|
|
|
|
@ stdcall ApplicationRecoveryInProgress(ptr)
|
|
|
|
@ stdcall CreateSymbolicLinkA(str str long)
|
|
|
|
@ stdcall CreateSymbolicLinkW(wstr wstr long)
|
|
|
|
@ stdcall GetApplicationRecoveryCallback(ptr ptr ptr ptr ptr)
|
|
|
|
@ stdcall GetApplicationRestart(ptr wstr ptr ptr)
|
|
|
|
@ stdcall GetFileBandwidthReservation(ptr ptr ptr ptr ptr ptr)
|
|
|
|
@ stdcall GetFileMUIInfo(long wstr ptr ptr)
|
|
|
|
@ stdcall GetFileMUIPath(long wstr wstr ptr wstr ptr ptr)
|
|
|
|
@ stdcall GetFinalPathNameByHandleA(ptr str long long)
|
|
|
|
@ stdcall GetFinalPathNameByHandleW(ptr wstr long long)
|
|
|
|
@ stdcall GetSystemPreferredUILanguages(long ptr wstr ptr)
|
|
|
|
@ stdcall GetThreadPreferredUILanguages(long ptr wstr ptr)
|
|
|
|
@ stdcall GetThreadUILanguage()
|
|
|
|
@ stdcall GetUILanguageInfo(long wstr wstr ptr ptr)
|
|
|
|
@ stdcall GetUserPreferredUILanguages(long ptr wstr ptr)
|
|
|
|
@ stdcall OpenFileById(ptr ptr long long ptr long)
|
|
|
|
@ stdcall QueryFullProcessImageNameA(ptr long str ptr)
|
|
|
|
@ stdcall QueryFullProcessImageNameW(ptr long wstr ptr)
|
|
|
|
@ stdcall RegisterApplicationRecoveryCallback(ptr ptr long long)
|
|
|
|
@ stdcall RegisterApplicationRestart(wstr long)
|
|
|
|
@ stdcall SetFileBandwidthReservation(ptr long long long ptr ptr)
|
|
|
|
@ stdcall SetThreadPreferredUILanguages(long wstr ptr)
|