Add stubs for some new WinXP APIs.
This commit is contained in:
parent
39e2a19bc8
commit
0fc0ddb62d
|
@ -1,5 +1,7 @@
|
|||
@ stdcall EmptyWorkingSet(long)
|
||||
@ stdcall EnumDeviceDrivers(ptr long ptr)
|
||||
@ stub EnumPageFilesA
|
||||
@ stub EnumPageFilesW
|
||||
@ stdcall EnumProcessModules(long ptr long ptr)
|
||||
@ stdcall EnumProcesses(ptr long ptr)
|
||||
@ stdcall GetDeviceDriverBaseNameA(ptr str long)
|
||||
|
@ -13,6 +15,9 @@
|
|||
@ stdcall GetModuleFileNameExA(long long str long)
|
||||
@ stdcall GetModuleFileNameExW(long long wstr long)
|
||||
@ stdcall GetModuleInformation(long long ptr long)
|
||||
@ stub GetPerformanceInfo
|
||||
@ stub GetProcessImageFileNameA
|
||||
@ stub GetProcessImageFileNameW
|
||||
@ stdcall GetProcessMemoryInfo(long ptr long)
|
||||
@ stdcall GetWsChanges(long ptr long)
|
||||
@ stdcall InitializeProcessForWsWatch(long)
|
||||
|
|
|
@ -111,8 +111,10 @@
|
|||
@ stub DoFileDownloadEx
|
||||
@ stub DoOrganizeFavDlg
|
||||
@ stub DoOrganizeFavDlgW
|
||||
@ stub DoPrivacyDlg
|
||||
@ stub HlinkFrameNavigate
|
||||
@ stub HlinkFrameNavigateNHL
|
||||
@ stub ImportPrivacySettings
|
||||
@ stub InstallReg_RunDLL
|
||||
@ stub IEWriteErrorLog
|
||||
@ stub OpenURL
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
@ stub CryptCATAdminAcquireContext
|
||||
@ stub CryptCATAdminCalcHashFromFileHandle
|
||||
@ stub CryptCATAdminEnumCatalogFromHash
|
||||
@ stub CryptCATAdminPauseServiceForBackup
|
||||
@ stub CryptCATAdminReleaseContext
|
||||
@ stub CryptCATAdminReleaseCatalogContext
|
||||
@ stub CryptCATAdminRemoveCatalog
|
||||
@ stub CryptCATAdminResolveCatalogPath
|
||||
@ stub CryptCATCatalogInfoFromContext
|
||||
@ stdcall WinVerifyTrust(long ptr ptr)
|
||||
|
|
Loading…
Reference in New Issue