mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Add more mingw def files
I've added more of the ".def" files from mingw. The list is based on all the libraries referenced by the win32metadata project. (see https://github.com/marlersoft/zigwin32).
This commit is contained in:
parent
6dc2236054
commit
61bcac108c
39
lib/libc/mingw/lib-common/activeds.def
Normal file
39
lib/libc/mingw/lib-common/activeds.def
Normal file
@ -0,0 +1,39 @@
|
||||
;
|
||||
; Exports of file ACTIVEDS.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY ACTIVEDS.dll
|
||||
EXPORTS
|
||||
ADsGetObject
|
||||
ADsBuildEnumerator
|
||||
ADsFreeEnumerator
|
||||
ADsEnumerateNext
|
||||
ADsBuildVarArrayStr
|
||||
ADsBuildVarArrayInt
|
||||
ADsOpenObject
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
ADsSetLastError
|
||||
ADsGetLastError
|
||||
AllocADsMem
|
||||
FreeADsMem
|
||||
ReallocADsMem
|
||||
AllocADsStr
|
||||
FreeADsStr
|
||||
ReallocADsStr
|
||||
ADsEncodeBinaryData
|
||||
PropVariantToAdsType
|
||||
AdsTypeToPropVariant
|
||||
AdsFreeAdsValues
|
||||
ADsDecodeBinaryData
|
||||
AdsTypeToPropVariant2
|
||||
PropVariantToAdsType2
|
||||
ConvertSecDescriptorToVariant
|
||||
ConvertSecurityDescriptorToSecDes
|
||||
BinarySDToSecurityDescriptor
|
||||
SecurityDescriptorToBinarySD
|
||||
ConvertTrusteeToSid
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
91
lib/libc/mingw/lib-common/advpack.def
Normal file
91
lib/libc/mingw/lib-common/advpack.def
Normal file
@ -0,0 +1,91 @@
|
||||
LIBRARY "ADVPACK.dll"
|
||||
EXPORTS
|
||||
DelNodeRunDLL32
|
||||
DelNodeRunDLL32A
|
||||
DoInfInstall
|
||||
DoInfInstallA
|
||||
DoInfInstallW
|
||||
FileSaveRestore
|
||||
FileSaveRestoreA
|
||||
LaunchINFSectionA
|
||||
LaunchINFSectionEx
|
||||
LaunchINFSectionExA
|
||||
RegisterOCX
|
||||
RegisterOCXW
|
||||
AddDelBackupEntry
|
||||
AddDelBackupEntryA
|
||||
AddDelBackupEntryW
|
||||
AdvInstallFile
|
||||
AdvInstallFileA
|
||||
AdvInstallFileW
|
||||
CloseINFEngine
|
||||
DelNode
|
||||
DelNodeA
|
||||
DelNodeRunDLL32
|
||||
DelNodeRunDLL32W
|
||||
DelNodeW
|
||||
DoInfInstall
|
||||
ExecuteCab
|
||||
ExecuteCabA
|
||||
ExecuteCabW
|
||||
ExtractFiles
|
||||
ExtractFilesA
|
||||
ExtractFilesW
|
||||
FileSaveMarkNotExist
|
||||
FileSaveMarkNotExistA
|
||||
FileSaveMarkNotExistW
|
||||
FileSaveRestore
|
||||
FileSaveRestoreOnINF
|
||||
FileSaveRestoreOnINFA
|
||||
FileSaveRestoreOnINFW
|
||||
FileSaveRestoreW
|
||||
GetVersionFromFile
|
||||
GetVersionFromFileA
|
||||
GetVersionFromFileEx
|
||||
GetVersionFromFileExA
|
||||
GetVersionFromFileExW
|
||||
GetVersionFromFileW
|
||||
IsNTAdmin
|
||||
LaunchINFSection
|
||||
LaunchINFSectionEx
|
||||
LaunchINFSectionExW
|
||||
LaunchINFSectionW
|
||||
NeedReboot
|
||||
NeedRebootInit
|
||||
OpenINFEngine
|
||||
OpenINFEngineA
|
||||
OpenINFEngineW
|
||||
RebootCheckOnInstall
|
||||
RebootCheckOnInstallA
|
||||
RebootCheckOnInstallW
|
||||
RegInstall
|
||||
RegInstallA
|
||||
RegInstallW
|
||||
RegRestoreAll
|
||||
RegRestoreAllA
|
||||
RegRestoreAllW
|
||||
RegSaveRestore
|
||||
RegSaveRestoreA
|
||||
RegSaveRestoreOnINF
|
||||
RegSaveRestoreOnINFA
|
||||
RegSaveRestoreOnINFW
|
||||
RegSaveRestoreW
|
||||
RegisterOCX
|
||||
RunSetupCommand
|
||||
RunSetupCommandA
|
||||
RunSetupCommandW
|
||||
SetPerUserSecValues
|
||||
SetPerUserSecValuesA
|
||||
SetPerUserSecValuesW
|
||||
TranslateInfString
|
||||
TranslateInfStringA
|
||||
TranslateInfStringEx
|
||||
TranslateInfStringExA
|
||||
TranslateInfStringExW
|
||||
TranslateInfStringW
|
||||
UserInstStubWrapper
|
||||
UserInstStubWrapperA
|
||||
UserInstStubWrapperW
|
||||
UserUnInstStubWrapper
|
||||
UserUnInstStubWrapperA
|
||||
UserUnInstStubWrapperW
|
||||
@ -0,0 +1,19 @@
|
||||
LIBRARY api-ms-win-appmodel-runtime-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
FormatApplicationUserModelId
|
||||
GetCurrentApplicationUserModelId
|
||||
GetCurrentPackageFamilyName
|
||||
GetCurrentPackageId
|
||||
PackageFamilyNameFromFullName
|
||||
PackageFamilyNameFromId
|
||||
PackageFullNameFromId
|
||||
PackageIdFromFullName
|
||||
PackageNameAndPublisherIdFromFamilyName
|
||||
ParseApplicationUserModelId
|
||||
VerifyApplicationUserModelId
|
||||
VerifyPackageFamilyName
|
||||
VerifyPackageFullName
|
||||
VerifyPackageId
|
||||
VerifyPackageRelativeApplicationId
|
||||
23
lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-1.def
Normal file
23
lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-1.def
Normal file
@ -0,0 +1,23 @@
|
||||
LIBRARY api-ms-win-core-comm-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
ClearCommBreak
|
||||
ClearCommError
|
||||
EscapeCommFunction
|
||||
GetCommConfig
|
||||
GetCommMask
|
||||
GetCommModemStatus
|
||||
GetCommProperties
|
||||
GetCommState
|
||||
GetCommTimeouts
|
||||
OpenCommPort
|
||||
PurgeComm
|
||||
SetCommBreak
|
||||
SetCommConfig
|
||||
SetCommMask
|
||||
SetCommState
|
||||
SetCommTimeouts
|
||||
SetupComm
|
||||
TransmitCommChar
|
||||
WaitCommEvent
|
||||
24
lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-2.def
Normal file
24
lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-2.def
Normal file
@ -0,0 +1,24 @@
|
||||
LIBRARY api-ms-win-core-comm-l1-1-2
|
||||
|
||||
EXPORTS
|
||||
|
||||
ClearCommBreak
|
||||
ClearCommError
|
||||
EscapeCommFunction
|
||||
GetCommConfig
|
||||
GetCommMask
|
||||
GetCommModemStatus
|
||||
GetCommPorts
|
||||
GetCommProperties
|
||||
GetCommState
|
||||
GetCommTimeouts
|
||||
OpenCommPort
|
||||
PurgeComm
|
||||
SetCommBreak
|
||||
SetCommConfig
|
||||
SetCommMask
|
||||
SetCommState
|
||||
SetCommTimeouts
|
||||
SetupComm
|
||||
TransmitCommChar
|
||||
WaitCommEvent
|
||||
@ -0,0 +1,17 @@
|
||||
LIBRARY api-ms-win-core-errorhandling-l1-1-3
|
||||
|
||||
EXPORTS
|
||||
|
||||
AddVectoredExceptionHandler
|
||||
FatalAppExitA
|
||||
FatalAppExitW
|
||||
GetLastError
|
||||
GetThreadErrorMode
|
||||
RaiseException
|
||||
RaiseFailFastException
|
||||
RemoveVectoredExceptionHandler
|
||||
SetErrorMode
|
||||
SetLastError
|
||||
SetThreadErrorMode
|
||||
SetUnhandledExceptionFilter
|
||||
UnhandledExceptionFilter
|
||||
@ -0,0 +1,9 @@
|
||||
LIBRARY api-ms-win-core-featurestaging-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetFeatureEnabledState
|
||||
RecordFeatureError
|
||||
RecordFeatureUsage
|
||||
SubscribeFeatureStateChangeNotification
|
||||
UnsubscribeFeatureStateChangeNotification
|
||||
@ -0,0 +1,10 @@
|
||||
LIBRARY api-ms-win-core-featurestaging-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetFeatureEnabledState
|
||||
GetFeatureVariant
|
||||
RecordFeatureError
|
||||
RecordFeatureUsage
|
||||
SubscribeFeatureStateChangeNotification
|
||||
UnsubscribeFeatureStateChangeNotification
|
||||
@ -0,0 +1,15 @@
|
||||
LIBRARY api-ms-win-core-file-fromapp-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
CopyFileFromAppW
|
||||
CreateDirectoryFromAppW
|
||||
CreateFile2FromAppW
|
||||
CreateFileFromAppW
|
||||
DeleteFileFromAppW
|
||||
FindFirstFileExFromAppW
|
||||
GetFileAttributesExFromAppW
|
||||
MoveFileFromAppW
|
||||
RemoveDirectoryFromAppW
|
||||
ReplaceFileFromAppW
|
||||
SetFileAttributesFromAppW
|
||||
@ -0,0 +1,9 @@
|
||||
LIBRARY api-ms-win-core-handle-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
CloseHandle
|
||||
CompareObjectHandles
|
||||
DuplicateHandle
|
||||
GetHandleInformation
|
||||
SetHandleInformation
|
||||
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-libraryloader-l2-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
LoadPackagedLibrary
|
||||
QueryOptionalDelayLoadedAPI
|
||||
35
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-3.def
Normal file
35
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-3.def
Normal file
@ -0,0 +1,35 @@
|
||||
LIBRARY api-ms-win-core-memory-l1-1-3
|
||||
|
||||
EXPORTS
|
||||
|
||||
CreateFileMappingFromApp
|
||||
CreateFileMappingW
|
||||
DiscardVirtualMemory
|
||||
FlushViewOfFile
|
||||
GetLargePageMinimum
|
||||
GetProcessWorkingSetSizeEx
|
||||
GetWriteWatch
|
||||
MapViewOfFile
|
||||
MapViewOfFileEx
|
||||
MapViewOfFileFromApp
|
||||
OfferVirtualMemory
|
||||
OpenFileMappingFromApp
|
||||
OpenFileMappingW
|
||||
ReadProcessMemory
|
||||
ReclaimVirtualMemory
|
||||
ResetWriteWatch
|
||||
SetProcessValidCallTargets
|
||||
SetProcessWorkingSetSizeEx
|
||||
UnmapViewOfFile
|
||||
UnmapViewOfFileEx
|
||||
VirtualAlloc
|
||||
VirtualAllocFromApp
|
||||
VirtualFree
|
||||
VirtualFreeEx
|
||||
VirtualLock
|
||||
VirtualProtect
|
||||
VirtualProtectFromApp
|
||||
VirtualQuery
|
||||
VirtualQueryEx
|
||||
VirtualUnlock
|
||||
WriteProcessMemory
|
||||
37
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5.def
Normal file
37
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5.def
Normal file
@ -0,0 +1,37 @@
|
||||
LIBRARY api-ms-win-core-memory-l1-1-5
|
||||
|
||||
EXPORTS
|
||||
|
||||
CreateFileMappingFromApp
|
||||
CreateFileMappingW
|
||||
DiscardVirtualMemory
|
||||
FlushViewOfFile
|
||||
GetLargePageMinimum
|
||||
GetProcessWorkingSetSizeEx
|
||||
GetWriteWatch
|
||||
MapViewOfFile
|
||||
MapViewOfFileEx
|
||||
MapViewOfFileFromApp
|
||||
OfferVirtualMemory
|
||||
OpenFileMappingFromApp
|
||||
OpenFileMappingW
|
||||
ReadProcessMemory
|
||||
ReclaimVirtualMemory
|
||||
ResetWriteWatch
|
||||
SetProcessValidCallTargets
|
||||
SetProcessWorkingSetSizeEx
|
||||
UnmapViewOfFile
|
||||
UnmapViewOfFile2
|
||||
UnmapViewOfFileEx
|
||||
VirtualAlloc
|
||||
VirtualAllocFromApp
|
||||
VirtualFree
|
||||
VirtualFreeEx
|
||||
VirtualLock
|
||||
VirtualProtect
|
||||
VirtualProtectFromApp
|
||||
VirtualQuery
|
||||
VirtualQueryEx
|
||||
VirtualUnlock
|
||||
VirtualUnlockEx
|
||||
WriteProcessMemory
|
||||
39
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6.def
Normal file
39
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6.def
Normal file
@ -0,0 +1,39 @@
|
||||
LIBRARY api-ms-win-core-memory-l1-1-6
|
||||
|
||||
EXPORTS
|
||||
|
||||
CreateFileMappingFromApp
|
||||
CreateFileMappingW
|
||||
DiscardVirtualMemory
|
||||
FlushViewOfFile
|
||||
GetLargePageMinimum
|
||||
GetProcessWorkingSetSizeEx
|
||||
GetWriteWatch
|
||||
MapViewOfFile
|
||||
MapViewOfFile3FromApp
|
||||
MapViewOfFileEx
|
||||
MapViewOfFileFromApp
|
||||
OfferVirtualMemory
|
||||
OpenFileMappingFromApp
|
||||
OpenFileMappingW
|
||||
ReadProcessMemory
|
||||
ReclaimVirtualMemory
|
||||
ResetWriteWatch
|
||||
SetProcessValidCallTargets
|
||||
SetProcessWorkingSetSizeEx
|
||||
UnmapViewOfFile
|
||||
UnmapViewOfFile2
|
||||
UnmapViewOfFileEx
|
||||
VirtualAlloc
|
||||
VirtualAlloc2FromApp
|
||||
VirtualAllocFromApp
|
||||
VirtualFree
|
||||
VirtualFreeEx
|
||||
VirtualLock
|
||||
VirtualProtect
|
||||
VirtualProtectFromApp
|
||||
VirtualQuery
|
||||
VirtualQueryEx
|
||||
VirtualUnlock
|
||||
VirtualUnlockEx
|
||||
WriteProcessMemory
|
||||
40
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7.def
Normal file
40
lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7.def
Normal file
@ -0,0 +1,40 @@
|
||||
LIBRARY api-ms-win-core-memory-l1-1-7
|
||||
|
||||
EXPORTS
|
||||
|
||||
CreateFileMappingFromApp
|
||||
CreateFileMappingW
|
||||
DiscardVirtualMemory
|
||||
FlushViewOfFile
|
||||
GetLargePageMinimum
|
||||
GetProcessWorkingSetSizeEx
|
||||
GetWriteWatch
|
||||
MapViewOfFile
|
||||
MapViewOfFile3FromApp
|
||||
MapViewOfFileEx
|
||||
MapViewOfFileFromApp
|
||||
OfferVirtualMemory
|
||||
OpenFileMappingFromApp
|
||||
OpenFileMappingW
|
||||
ReadProcessMemory
|
||||
ReclaimVirtualMemory
|
||||
ResetWriteWatch
|
||||
SetProcessValidCallTargets
|
||||
SetProcessValidCallTargetsForMappedView
|
||||
SetProcessWorkingSetSizeEx
|
||||
UnmapViewOfFile
|
||||
UnmapViewOfFile2
|
||||
UnmapViewOfFileEx
|
||||
VirtualAlloc
|
||||
VirtualAlloc2FromApp
|
||||
VirtualAllocFromApp
|
||||
VirtualFree
|
||||
VirtualFreeEx
|
||||
VirtualLock
|
||||
VirtualProtect
|
||||
VirtualProtectFromApp
|
||||
VirtualQuery
|
||||
VirtualQueryEx
|
||||
VirtualUnlock
|
||||
VirtualUnlockEx
|
||||
WriteProcessMemory
|
||||
26
lib/libc/mingw/lib-common/api-ms-win-core-path-l1-1-0.def
Normal file
26
lib/libc/mingw/lib-common/api-ms-win-core-path-l1-1-0.def
Normal file
@ -0,0 +1,26 @@
|
||||
LIBRARY api-ms-win-core-path-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
PathAllocCanonicalize
|
||||
PathAllocCombine
|
||||
PathCchAddBackslash
|
||||
PathCchAddBackslashEx
|
||||
PathCchAddExtension
|
||||
PathCchAppend
|
||||
PathCchAppendEx
|
||||
PathCchCanonicalize
|
||||
PathCchCanonicalizeEx
|
||||
PathCchCombine
|
||||
PathCchCombineEx
|
||||
PathCchFindExtension
|
||||
PathCchIsRoot
|
||||
PathCchRemoveBackslash
|
||||
PathCchRemoveBackslashEx
|
||||
PathCchRemoveExtension
|
||||
PathCchRemoveFileSpec
|
||||
PathCchRenameExtension
|
||||
PathCchSkipRoot
|
||||
PathCchStripPrefix
|
||||
PathCchStripToRoot
|
||||
PathIsUNCEx
|
||||
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-psm-appnotify-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
RegisterAppStateChangeNotification
|
||||
UnregisterAppStateChangeNotification
|
||||
@ -0,0 +1,9 @@
|
||||
LIBRARY api-ms-win-core-realtime-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
QueryInterruptTime
|
||||
QueryInterruptTimePrecise
|
||||
QueryThreadCycleTime
|
||||
QueryUnbiasedInterruptTime
|
||||
QueryUnbiasedInterruptTimePrecise
|
||||
@ -0,0 +1,12 @@
|
||||
LIBRARY api-ms-win-core-realtime-l1-1-2
|
||||
|
||||
EXPORTS
|
||||
|
||||
ConvertAuxiliaryCounterToPerformanceCounter
|
||||
ConvertPerformanceCounterToAuxiliaryCounter
|
||||
QueryAuxiliaryCounterFrequency
|
||||
QueryInterruptTime
|
||||
QueryInterruptTimePrecise
|
||||
QueryThreadCycleTime
|
||||
QueryUnbiasedInterruptTime
|
||||
QueryUnbiasedInterruptTimePrecise
|
||||
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-slapi-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
SLQueryLicenseValueFromApp
|
||||
SLQueryLicenseValueFromApp2
|
||||
59
lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-0.def
Normal file
59
lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-0.def
Normal file
@ -0,0 +1,59 @@
|
||||
LIBRARY api-ms-win-core-synch-l1-2-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
AcquireSRWLockExclusive
|
||||
AcquireSRWLockShared
|
||||
CancelWaitableTimer
|
||||
CreateEventA
|
||||
CreateEventExA
|
||||
CreateEventExW
|
||||
CreateEventW
|
||||
CreateMutexA
|
||||
CreateMutexExA
|
||||
CreateMutexExW
|
||||
CreateMutexW
|
||||
CreateSemaphoreExW
|
||||
CreateWaitableTimerExW
|
||||
DeleteCriticalSection
|
||||
EnterCriticalSection
|
||||
InitializeConditionVariable
|
||||
InitializeCriticalSection
|
||||
InitializeCriticalSectionAndSpinCount
|
||||
InitializeCriticalSectionEx
|
||||
InitializeSRWLock
|
||||
InitOnceBeginInitialize
|
||||
InitOnceComplete
|
||||
InitOnceExecuteOnce
|
||||
InitOnceInitialize
|
||||
LeaveCriticalSection
|
||||
OpenEventA
|
||||
OpenEventW
|
||||
OpenMutexW
|
||||
OpenSemaphoreW
|
||||
OpenWaitableTimerW
|
||||
ReleaseMutex
|
||||
ReleaseSemaphore
|
||||
ReleaseSRWLockExclusive
|
||||
ReleaseSRWLockShared
|
||||
ResetEvent
|
||||
SetCriticalSectionSpinCount
|
||||
SetEvent
|
||||
SetWaitableTimer
|
||||
SetWaitableTimerEx
|
||||
SignalObjectAndWait
|
||||
Sleep
|
||||
SleepConditionVariableCS
|
||||
SleepConditionVariableSRW
|
||||
SleepEx
|
||||
TryAcquireSRWLockExclusive
|
||||
TryAcquireSRWLockShared
|
||||
TryEnterCriticalSection
|
||||
WaitForMultipleObjectsEx
|
||||
WaitForSingleObject
|
||||
WaitForSingleObjectEx
|
||||
WaitOnAddress
|
||||
WakeAllConditionVariable
|
||||
WakeByAddressAll
|
||||
WakeByAddressSingle
|
||||
WakeConditionVariable
|
||||
31
lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0.def
Normal file
31
lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0.def
Normal file
@ -0,0 +1,31 @@
|
||||
LIBRARY api-ms-win-core-sysinfo-l1-2-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
EnumSystemFirmwareTables
|
||||
GetComputerNameExA
|
||||
GetComputerNameExW
|
||||
GetLocalTime
|
||||
GetLogicalProcessorInformation
|
||||
GetLogicalProcessorInformationEx
|
||||
GetNativeSystemInfo
|
||||
GetProductInfo
|
||||
GetSystemDirectoryA
|
||||
GetSystemDirectoryW
|
||||
GetSystemFirmwareTable
|
||||
GetSystemInfo
|
||||
GetSystemTime
|
||||
GetSystemTimeAdjustment
|
||||
GetSystemTimeAsFileTime
|
||||
GetSystemTimePreciseAsFileTime
|
||||
GetTickCount
|
||||
GetTickCount64
|
||||
GetVersion
|
||||
GetVersionExA
|
||||
GetVersionExW
|
||||
GetWindowsDirectoryA
|
||||
GetWindowsDirectoryW
|
||||
GlobalMemoryStatusEx
|
||||
SetLocalTime
|
||||
SetSystemTime
|
||||
VerSetConditionMask
|
||||
33
lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3.def
Normal file
33
lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3.def
Normal file
@ -0,0 +1,33 @@
|
||||
LIBRARY api-ms-win-core-sysinfo-l1-2-3
|
||||
|
||||
EXPORTS
|
||||
|
||||
EnumSystemFirmwareTables
|
||||
GetComputerNameExA
|
||||
GetComputerNameExW
|
||||
GetIntegratedDisplaySize
|
||||
GetLocalTime
|
||||
GetLogicalProcessorInformation
|
||||
GetLogicalProcessorInformationEx
|
||||
GetNativeSystemInfo
|
||||
GetPhysicallyInstalledSystemMemory
|
||||
GetProductInfo
|
||||
GetSystemDirectoryA
|
||||
GetSystemDirectoryW
|
||||
GetSystemFirmwareTable
|
||||
GetSystemInfo
|
||||
GetSystemTime
|
||||
GetSystemTimeAdjustment
|
||||
GetSystemTimeAsFileTime
|
||||
GetSystemTimePreciseAsFileTime
|
||||
GetTickCount
|
||||
GetTickCount64
|
||||
GetVersion
|
||||
GetVersionExA
|
||||
GetVersionExW
|
||||
GetWindowsDirectoryA
|
||||
GetWindowsDirectoryW
|
||||
GlobalMemoryStatusEx
|
||||
SetLocalTime
|
||||
SetSystemTime
|
||||
VerSetConditionMask
|
||||
@ -0,0 +1,15 @@
|
||||
LIBRARY api-ms-win-core-winrt-error-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetRestrictedErrorInfo
|
||||
RoCaptureErrorContext
|
||||
RoFailFastWithErrorContext
|
||||
RoGetErrorReportingFlags
|
||||
RoOriginateError
|
||||
RoOriginateErrorW
|
||||
RoResolveRestrictedErrorInfoReference
|
||||
RoSetErrorReportingFlags
|
||||
RoTransformError
|
||||
RoTransformErrorW
|
||||
SetRestrictedErrorInfo
|
||||
@ -0,0 +1,22 @@
|
||||
LIBRARY api-ms-win-core-winrt-error-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetRestrictedErrorInfo
|
||||
IsErrorPropagationEnabled
|
||||
RoCaptureErrorContext
|
||||
RoClearError
|
||||
RoFailFastWithErrorContext
|
||||
RoGetErrorReportingFlags
|
||||
RoGetMatchingRestrictedErrorInfo
|
||||
RoInspectCapturedStackBackTrace
|
||||
RoInspectThreadErrorInfo
|
||||
RoOriginateError
|
||||
RoOriginateErrorW
|
||||
RoOriginateLanguageException
|
||||
RoReportFailedDelegate
|
||||
RoReportUnhandledError
|
||||
RoSetErrorReportingFlags
|
||||
RoTransformError
|
||||
RoTransformErrorW
|
||||
SetRestrictedErrorInfo
|
||||
13
lib/libc/mingw/lib-common/api-ms-win-core-winrt-l1-1-0.def
Normal file
13
lib/libc/mingw/lib-common/api-ms-win-core-winrt-l1-1-0.def
Normal file
@ -0,0 +1,13 @@
|
||||
LIBRARY api-ms-win-core-winrt-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
RoActivateInstance
|
||||
RoGetActivationFactory
|
||||
RoGetApartmentIdentifier
|
||||
RoInitialize
|
||||
RoRegisterActivationFactories
|
||||
RoRegisterForApartmentShutdown
|
||||
RoRevokeActivationFactories
|
||||
RoUninitialize
|
||||
RoUnregisterForApartmentShutdown
|
||||
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-winrt-registration-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
RoGetActivatableClassRegistration
|
||||
RoGetServerActivatableClasses
|
||||
@ -0,0 +1,5 @@
|
||||
LIBRARY api-ms-win-core-winrt-robuffer-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
RoGetBufferMarshaler
|
||||
@ -0,0 +1,7 @@
|
||||
LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
RoFreeParameterizedTypeExtra
|
||||
RoGetParameterizedTypeInstanceIID
|
||||
RoParameterizedTypeExtraGetTypeSignature
|
||||
@ -0,0 +1,31 @@
|
||||
LIBRARY api-ms-win-core-winrt-string-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
HSTRING_UserFree
|
||||
HSTRING_UserFree64
|
||||
HSTRING_UserMarshal
|
||||
HSTRING_UserMarshal64
|
||||
HSTRING_UserSize
|
||||
HSTRING_UserSize64
|
||||
HSTRING_UserUnmarshal
|
||||
HSTRING_UserUnmarshal64
|
||||
WindowsCompareStringOrdinal
|
||||
WindowsConcatString
|
||||
WindowsCreateString
|
||||
WindowsCreateStringReference
|
||||
WindowsDeleteString
|
||||
WindowsDeleteStringBuffer
|
||||
WindowsDuplicateString
|
||||
WindowsGetStringLen
|
||||
WindowsGetStringRawBuffer
|
||||
WindowsInspectString
|
||||
WindowsIsStringEmpty
|
||||
WindowsPreallocateStringBuffer
|
||||
WindowsPromoteStringBuffer
|
||||
WindowsReplaceString
|
||||
WindowsStringHasEmbeddedNull
|
||||
WindowsSubstring
|
||||
WindowsSubstringWithSpecifiedLength
|
||||
WindowsTrimStringEnd
|
||||
WindowsTrimStringStart
|
||||
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-wow64-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
IsWow64Process
|
||||
IsWow64Process2
|
||||
@ -0,0 +1,17 @@
|
||||
LIBRARY api-ms-win-devices-config-l1-1-1
|
||||
|
||||
EXPORTS
|
||||
|
||||
CM_Get_Device_ID_List_SizeW
|
||||
CM_Get_Device_ID_ListW
|
||||
CM_Get_Device_IDW
|
||||
CM_Get_Device_Interface_List_SizeW
|
||||
CM_Get_Device_Interface_ListW
|
||||
CM_Get_Device_Interface_PropertyW
|
||||
CM_Get_DevNode_PropertyW
|
||||
CM_Get_DevNode_Status
|
||||
CM_Get_Parent
|
||||
CM_Locate_DevNodeW
|
||||
CM_MapCrToWin32Err
|
||||
CM_Register_Notification
|
||||
CM_Unregister_Notification
|
||||
@ -0,0 +1,5 @@
|
||||
LIBRARY api-ms-win-gaming-deviceinformation-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetGamingDeviceModelInformation
|
||||
@ -0,0 +1,7 @@
|
||||
LIBRARY api-ms-win-gaming-expandedresources-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
GetExpandedResourceExclusiveCpuCount
|
||||
HasExpandedResources
|
||||
ReleaseExclusiveCpuSets
|
||||
11
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-0.def
Normal file
11
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-0.def
Normal file
@ -0,0 +1,11 @@
|
||||
LIBRARY api-ms-win-gaming-tcui-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
ProcessPendingGameUI
|
||||
ShowChangeFriendRelationshipUI
|
||||
ShowGameInviteUI
|
||||
ShowPlayerPickerUI
|
||||
ShowProfileCardUI
|
||||
ShowTitleAchievementsUI
|
||||
TryCancelPendingGameUI
|
||||
20
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-2.def
Normal file
20
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-2.def
Normal file
@ -0,0 +1,20 @@
|
||||
LIBRARY api-ms-win-gaming-tcui-l1-1-2
|
||||
|
||||
EXPORTS
|
||||
|
||||
CheckGamingPrivilegeSilently
|
||||
CheckGamingPrivilegeSilentlyForUser
|
||||
CheckGamingPrivilegeWithUI
|
||||
CheckGamingPrivilegeWithUIForUser
|
||||
ProcessPendingGameUI
|
||||
ShowChangeFriendRelationshipUI
|
||||
ShowChangeFriendRelationshipUIForUser
|
||||
ShowGameInviteUI
|
||||
ShowGameInviteUIForUser
|
||||
ShowPlayerPickerUI
|
||||
ShowPlayerPickerUIForUser
|
||||
ShowProfileCardUI
|
||||
ShowProfileCardUIForUser
|
||||
ShowTitleAchievementsUI
|
||||
ShowTitleAchievementsUIForUser
|
||||
TryCancelPendingGameUI
|
||||
22
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-3.def
Normal file
22
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-3.def
Normal file
@ -0,0 +1,22 @@
|
||||
LIBRARY api-ms-win-gaming-tcui-l1-1-3
|
||||
|
||||
EXPORTS
|
||||
|
||||
CheckGamingPrivilegeSilently
|
||||
CheckGamingPrivilegeSilentlyForUser
|
||||
CheckGamingPrivilegeWithUI
|
||||
CheckGamingPrivilegeWithUIForUser
|
||||
ProcessPendingGameUI
|
||||
ShowChangeFriendRelationshipUI
|
||||
ShowChangeFriendRelationshipUIForUser
|
||||
ShowGameInviteUI
|
||||
ShowGameInviteUIForUser
|
||||
ShowGameInviteUIWithContext
|
||||
ShowGameInviteUIWithContextForUser
|
||||
ShowPlayerPickerUI
|
||||
ShowPlayerPickerUIForUser
|
||||
ShowProfileCardUI
|
||||
ShowProfileCardUIForUser
|
||||
ShowTitleAchievementsUI
|
||||
ShowTitleAchievementsUIForUser
|
||||
TryCancelPendingGameUI
|
||||
30
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-4.def
Normal file
30
lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-4.def
Normal file
@ -0,0 +1,30 @@
|
||||
LIBRARY api-ms-win-gaming-tcui-l1-1-4
|
||||
|
||||
EXPORTS
|
||||
|
||||
CheckGamingPrivilegeSilently
|
||||
CheckGamingPrivilegeSilentlyForUser
|
||||
CheckGamingPrivilegeWithUI
|
||||
CheckGamingPrivilegeWithUIForUser
|
||||
ProcessPendingGameUI
|
||||
ShowChangeFriendRelationshipUI
|
||||
ShowChangeFriendRelationshipUIForUser
|
||||
ShowCustomizeUserProfileUI
|
||||
ShowCustomizeUserProfileUIForUser
|
||||
ShowFindFriendsUI
|
||||
ShowFindFriendsUIForUser
|
||||
ShowGameInfoUI
|
||||
ShowGameInfoUIForUser
|
||||
ShowGameInviteUI
|
||||
ShowGameInviteUIForUser
|
||||
ShowGameInviteUIWithContext
|
||||
ShowGameInviteUIWithContextForUser
|
||||
ShowPlayerPickerUI
|
||||
ShowPlayerPickerUIForUser
|
||||
ShowProfileCardUI
|
||||
ShowProfileCardUIForUser
|
||||
ShowTitleAchievementsUI
|
||||
ShowTitleAchievementsUIForUser
|
||||
ShowUserSettingsUI
|
||||
ShowUserSettingsUIForUser
|
||||
TryCancelPendingGameUI
|
||||
@ -0,0 +1,5 @@
|
||||
LIBRARY api-ms-win-security-isolatedcontainer-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
IsProcessInIsolatedContainer
|
||||
@ -0,0 +1,7 @@
|
||||
LIBRARY api-ms-win-shcore-stream-winrt-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
CreateRandomAccessStreamOnFile
|
||||
CreateRandomAccessStreamOverStream
|
||||
CreateStreamOverRandomAccessStream
|
||||
77
lib/libc/mingw/lib-common/authz.def
Normal file
77
lib/libc/mingw/lib-common/authz.def
Normal file
@ -0,0 +1,77 @@
|
||||
;
|
||||
; Definition file of AUTHZ.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "AUTHZ.dll"
|
||||
EXPORTS
|
||||
AuthzAccessCheck
|
||||
AuthzAddSidsToContext
|
||||
AuthzCachedAccessCheck
|
||||
AuthzComputeEffectivePermission
|
||||
AuthzEnumerateSecurityEventSources
|
||||
AuthzEvaluateSacl
|
||||
AuthzFreeAuditEvent
|
||||
AuthzFreeCentralAccessPolicyCache
|
||||
AuthzFreeContext
|
||||
AuthzFreeHandle
|
||||
AuthzFreeResourceManager
|
||||
AuthzGetInformationFromContext
|
||||
AuthzInitializeCompoundContext
|
||||
AuthzInitializeContextFromAuthzContext
|
||||
AuthzInitializeContextFromSid
|
||||
AuthzInitializeContextFromToken
|
||||
AuthzInitializeObjectAccessAuditEvent
|
||||
AuthzInitializeObjectAccessAuditEvent2
|
||||
AuthzInitializeRemoteAccessCheck
|
||||
AuthzInitializeRemoteResourceManager
|
||||
AuthzInitializeResourceManager
|
||||
AuthzInitializeResourceManagerEx
|
||||
AuthzInstallSecurityEventSource
|
||||
AuthzModifyClaims
|
||||
AuthzModifySecurityAttributes
|
||||
AuthzModifySids
|
||||
AuthzOpenObjectAudit
|
||||
AuthzRegisterCapChangeNotification
|
||||
AuthzRegisterSecurityEventSource
|
||||
AuthzReportSecurityEvent
|
||||
AuthzReportSecurityEventFromParams
|
||||
AuthzSetAppContainerInformation
|
||||
AuthzShutdownRemoteAccessCheck
|
||||
AuthzUninstallSecurityEventSource
|
||||
AuthzUnregisterCapChangeNotification
|
||||
AuthzUnregisterSecurityEventSource
|
||||
AuthziAccessCheckEx
|
||||
AuthziAllocateAuditParams
|
||||
AuthziCheckContextMembership
|
||||
AuthziFreeAuditEventType
|
||||
AuthziFreeAuditParams
|
||||
AuthziFreeAuditQueue
|
||||
AuthziGenerateAdminAlertAuditW
|
||||
AuthziInitializeAuditEvent
|
||||
AuthziInitializeAuditEventType
|
||||
AuthziInitializeAuditParams
|
||||
AuthziInitializeAuditParamsFromArray
|
||||
AuthziInitializeAuditParamsWithRM
|
||||
AuthziInitializeAuditQueue
|
||||
AuthziInitializeContextFromSid
|
||||
AuthziLogAuditEvent
|
||||
AuthziModifyAuditEvent
|
||||
AuthziModifyAuditEvent2
|
||||
AuthziModifyAuditEventType
|
||||
AuthziModifyAuditQueue
|
||||
AuthziQueryAuditPolicy
|
||||
AuthziSetAuditPolicy
|
||||
AuthziModifySecurityAttributes
|
||||
AuthziQuerySecurityAttributes
|
||||
AuthziSourceAudit
|
||||
FreeClaimDefinitions
|
||||
FreeClaimDictionary
|
||||
GenerateNewCAPID
|
||||
GetCentralAccessPoliciesByCapID
|
||||
GetCentralAccessPoliciesByDN
|
||||
GetClaimDefinitions
|
||||
GetClaimDomainInfo
|
||||
GetDefaultCAPESecurityDescriptor
|
||||
InitializeClaimDictionary
|
||||
RefreshClaimDictionary
|
||||
103
lib/libc/mingw/lib-common/bluetoothapis.def
Normal file
103
lib/libc/mingw/lib-common/bluetoothapis.def
Normal file
@ -0,0 +1,103 @@
|
||||
;
|
||||
; Definition file of BluetoothApis.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "BluetoothApis.dll"
|
||||
EXPORTS
|
||||
BluetoothAddressToString
|
||||
BluetoothDisconnectDevice
|
||||
BluetoothEnableDiscovery
|
||||
BluetoothEnableIncomingConnections
|
||||
BluetoothEnumerateInstalledServices
|
||||
BluetoothEnumerateInstalledServicesEx
|
||||
BluetoothEnumerateLocalServices
|
||||
BluetoothFindBrowseGroupClose
|
||||
BluetoothFindClassIdClose
|
||||
BluetoothFindDeviceClose
|
||||
BluetoothFindFirstBrowseGroup
|
||||
BluetoothFindFirstClassId
|
||||
BluetoothFindFirstDevice
|
||||
BluetoothFindFirstProfileDescriptor
|
||||
BluetoothFindFirstProtocolDescriptorStack
|
||||
BluetoothFindFirstProtocolEntry
|
||||
BluetoothFindFirstRadio
|
||||
BluetoothFindFirstService
|
||||
BluetoothFindFirstServiceEx
|
||||
BluetoothFindNextBrowseGroup
|
||||
BluetoothFindNextClassId
|
||||
BluetoothFindNextDevice
|
||||
BluetoothFindNextProfileDescriptor
|
||||
BluetoothFindNextProtocolDescriptorStack
|
||||
BluetoothFindNextProtocolEntry
|
||||
BluetoothFindNextRadio
|
||||
BluetoothFindNextService
|
||||
BluetoothFindProfileDescriptorClose
|
||||
BluetoothFindProtocolDescriptorStackClose
|
||||
BluetoothFindProtocolEntryClose
|
||||
BluetoothFindRadioClose
|
||||
BluetoothFindServiceClose
|
||||
BluetoothGATTAbortReliableWrite
|
||||
BluetoothGATTBeginReliableWrite
|
||||
BluetoothGATTEndReliableWrite
|
||||
BluetoothGATTGetCharacteristicValue
|
||||
BluetoothGATTGetCharacteristics
|
||||
BluetoothGATTGetDescriptorValue
|
||||
BluetoothGATTGetDescriptors
|
||||
BluetoothGATTGetIncludedServices
|
||||
BluetoothGATTGetServices
|
||||
BluetoothGATTRegisterEvent
|
||||
BluetoothGATTSetCharacteristicValue
|
||||
BluetoothGATTSetDescriptorValue
|
||||
BluetoothGATTUnregisterEvent
|
||||
BluetoothGetDeviceInfo
|
||||
BluetoothGetLocalServiceInfo
|
||||
BluetoothGetRadioInfo
|
||||
BluetoothGetServicePnpInstance
|
||||
BluetoothIsConnectable
|
||||
BluetoothIsDiscoverable
|
||||
BluetoothIsVersionAvailable
|
||||
BluetoothRegisterForAuthentication
|
||||
BluetoothRegisterForAuthenticationEx
|
||||
BluetoothRemoveDevice
|
||||
BluetoothSdpEnumAttributes
|
||||
BluetoothSdpGetAttributeValue
|
||||
BluetoothSdpGetContainerElementData
|
||||
BluetoothSdpGetElementData
|
||||
BluetoothSdpGetString
|
||||
BluetoothSendAuthenticationResponse
|
||||
BluetoothSendAuthenticationResponseEx
|
||||
BluetoothSetLocalServiceInfo
|
||||
BluetoothSetServiceState
|
||||
BluetoothSetServiceStateEx
|
||||
BluetoothUnregisterAuthentication
|
||||
BluetoothUpdateDeviceRecord
|
||||
BthpCheckForUnsupportedGuid
|
||||
BthpCleanupBRDeviceNode
|
||||
BthpCleanupDeviceLocalServices
|
||||
BthpCleanupDeviceRemoteServices
|
||||
BthpCleanupLEDeviceNodes
|
||||
BthpEnableA2DPIfPresent
|
||||
BthpEnableAllServices
|
||||
BthpEnableConnectableAndDiscoverable
|
||||
BthpEnableRadioSoftware
|
||||
BthpFindPnpInfo
|
||||
BthpGATTCloseSession
|
||||
BthpInnerRecord
|
||||
BthpIsBluetoothServiceRunning
|
||||
BthpIsConnectableByDefault
|
||||
BthpIsDiscoverable
|
||||
BthpIsDiscoverableByDefault
|
||||
BthpIsRadioSoftwareEnabled
|
||||
BthpIsTopOfServiceGroup
|
||||
BthpMapStatusToErr
|
||||
BthpNextRecord
|
||||
BthpRegisterForAuthentication
|
||||
BthpSetServiceState
|
||||
BthpSetServiceStateEx
|
||||
BthpTranspose16Bits
|
||||
BthpTranspose32Bits
|
||||
BthpTransposeAndExtendBytes
|
||||
FindNextOpenVCOMPort
|
||||
InstallIncomingComPort
|
||||
ShouldForceAuthentication
|
||||
32
lib/libc/mingw/lib-common/cabinet.def
Normal file
32
lib/libc/mingw/lib-common/cabinet.def
Normal file
@ -0,0 +1,32 @@
|
||||
;
|
||||
; Definition file of Cabinet.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "Cabinet.dll"
|
||||
EXPORTS
|
||||
GetDllVersion
|
||||
Extract
|
||||
DeleteExtractedFiles
|
||||
FCICreate
|
||||
FCIAddFile
|
||||
FCIFlushFolder
|
||||
FCIFlushCabinet
|
||||
FCIDestroy
|
||||
FDICreate
|
||||
FDIIsCabinet
|
||||
FDICopy
|
||||
FDIDestroy
|
||||
FDITruncateCabinet
|
||||
CreateCompressor
|
||||
SetCompressorInformation
|
||||
QueryCompressorInformation
|
||||
Compress
|
||||
ResetCompressor
|
||||
CloseCompressor
|
||||
CreateDecompressor
|
||||
SetDecompressorInformation
|
||||
QueryDecompressorInformation
|
||||
Decompress
|
||||
ResetDecompressor
|
||||
CloseDecompressor
|
||||
285
lib/libc/mingw/lib-common/cfgmgr32.def
Normal file
285
lib/libc/mingw/lib-common/cfgmgr32.def
Normal file
@ -0,0 +1,285 @@
|
||||
;
|
||||
; Definition file of CFGMGR32.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "CFGMGR32.dll"
|
||||
EXPORTS
|
||||
CMP_GetBlockedDriverInfo
|
||||
CMP_GetServerSideDeviceInstallFlags
|
||||
CMP_Init_Detection
|
||||
CMP_RegisterNotification
|
||||
CMP_RegisterServiceNotification
|
||||
CMP_Register_Notification
|
||||
CMP_Report_LogOn
|
||||
CMP_UnregisterNotification
|
||||
CMP_WaitNoPendingInstallEvents
|
||||
CMP_WaitServicesAvailable
|
||||
CM_Add_Driver_PackageW
|
||||
CM_Add_Driver_Package_ExW
|
||||
CM_Add_Empty_Log_Conf
|
||||
CM_Add_Empty_Log_Conf_Ex
|
||||
CM_Add_IDA
|
||||
CM_Add_IDW
|
||||
CM_Add_ID_ExA
|
||||
CM_Add_ID_ExW
|
||||
CM_Add_Range
|
||||
CM_Add_Res_Des
|
||||
CM_Add_Res_Des_Ex
|
||||
CM_Apply_PowerScheme
|
||||
CM_Connect_MachineA
|
||||
CM_Connect_MachineW
|
||||
CM_Create_DevNodeA
|
||||
CM_Create_DevNodeW
|
||||
CM_Create_DevNode_ExA
|
||||
CM_Create_DevNode_ExW
|
||||
CM_Create_Range_List
|
||||
CM_Delete_Class_Key
|
||||
CM_Delete_Class_Key_Ex
|
||||
CM_Delete_DevNode_Key
|
||||
CM_Delete_DevNode_Key_Ex
|
||||
CM_Delete_Device_Interface_KeyA
|
||||
CM_Delete_Device_Interface_KeyW
|
||||
CM_Delete_Device_Interface_Key_ExA
|
||||
CM_Delete_Device_Interface_Key_ExW
|
||||
CM_Delete_Driver_PackageW
|
||||
CM_Delete_Driver_Package_ExW
|
||||
CM_Delete_PowerScheme
|
||||
CM_Delete_Range
|
||||
CM_Detect_Resource_Conflict
|
||||
CM_Detect_Resource_Conflict_Ex
|
||||
CM_Disable_DevNode
|
||||
CM_Disable_DevNode_Ex
|
||||
CM_Disconnect_Machine
|
||||
CM_Dup_Range_List
|
||||
CM_Duplicate_PowerScheme
|
||||
CM_Enable_DevNode
|
||||
CM_Enable_DevNode_Ex
|
||||
CM_Enumerate_Classes
|
||||
CM_Enumerate_Classes_Ex
|
||||
CM_Enumerate_EnumeratorsA
|
||||
CM_Enumerate_EnumeratorsW
|
||||
CM_Enumerate_Enumerators_ExA
|
||||
CM_Enumerate_Enumerators_ExW
|
||||
CM_Find_Range
|
||||
CM_First_Range
|
||||
CM_Free_Log_Conf
|
||||
CM_Free_Log_Conf_Ex
|
||||
CM_Free_Log_Conf_Handle
|
||||
CM_Free_Range_List
|
||||
CM_Free_Res_Des
|
||||
CM_Free_Res_Des_Ex
|
||||
CM_Free_Res_Des_Handle
|
||||
CM_Free_Resource_Conflict_Handle
|
||||
CM_Get_Child
|
||||
CM_Get_Child_Ex
|
||||
CM_Get_Class_Key_NameA
|
||||
CM_Get_Class_Key_NameW
|
||||
CM_Get_Class_Key_Name_ExA
|
||||
CM_Get_Class_Key_Name_ExW
|
||||
CM_Get_Class_NameA
|
||||
CM_Get_Class_NameW
|
||||
CM_Get_Class_Name_ExA
|
||||
CM_Get_Class_Name_ExW
|
||||
CM_Get_Class_PropertyW
|
||||
CM_Get_Class_Property_ExW
|
||||
CM_Get_Class_Property_Keys
|
||||
CM_Get_Class_Property_Keys_Ex
|
||||
CM_Get_Class_Registry_PropertyA
|
||||
CM_Get_Class_Registry_PropertyW
|
||||
CM_Get_Depth
|
||||
CM_Get_Depth_Ex
|
||||
CM_Get_DevNode_Custom_PropertyA
|
||||
CM_Get_DevNode_Custom_PropertyW
|
||||
CM_Get_DevNode_Custom_Property_ExA
|
||||
CM_Get_DevNode_Custom_Property_ExW
|
||||
CM_Get_DevNode_PropertyW
|
||||
CM_Get_DevNode_Property_ExW
|
||||
CM_Get_DevNode_Property_Keys
|
||||
CM_Get_DevNode_Property_Keys_Ex
|
||||
CM_Get_DevNode_Registry_PropertyA
|
||||
CM_Get_DevNode_Registry_PropertyW
|
||||
CM_Get_DevNode_Registry_Property_ExA
|
||||
CM_Get_DevNode_Registry_Property_ExW
|
||||
CM_Get_DevNode_Status
|
||||
CM_Get_DevNode_Status_Ex
|
||||
CM_Get_Device_IDA
|
||||
CM_Get_Device_IDW
|
||||
CM_Get_Device_ID_ExA
|
||||
CM_Get_Device_ID_ExW
|
||||
CM_Get_Device_ID_ListA
|
||||
CM_Get_Device_ID_ListW
|
||||
CM_Get_Device_ID_List_ExA
|
||||
CM_Get_Device_ID_List_ExW
|
||||
CM_Get_Device_ID_List_SizeA
|
||||
CM_Get_Device_ID_List_SizeW
|
||||
CM_Get_Device_ID_List_Size_ExA
|
||||
CM_Get_Device_ID_List_Size_ExW
|
||||
CM_Get_Device_ID_Size
|
||||
CM_Get_Device_ID_Size_Ex
|
||||
CM_Get_Device_Interface_AliasA
|
||||
CM_Get_Device_Interface_AliasW
|
||||
CM_Get_Device_Interface_Alias_ExA
|
||||
CM_Get_Device_Interface_Alias_ExW
|
||||
CM_Get_Device_Interface_ListA
|
||||
CM_Get_Device_Interface_ListW
|
||||
CM_Get_Device_Interface_List_ExA
|
||||
CM_Get_Device_Interface_List_ExW
|
||||
CM_Get_Device_Interface_List_SizeA
|
||||
CM_Get_Device_Interface_List_SizeW
|
||||
CM_Get_Device_Interface_List_Size_ExA
|
||||
CM_Get_Device_Interface_List_Size_ExW
|
||||
CM_Get_Device_Interface_PropertyW
|
||||
CM_Get_Device_Interface_Property_ExW
|
||||
CM_Get_Device_Interface_Property_KeysW
|
||||
CM_Get_Device_Interface_Property_Keys_ExW
|
||||
CM_Get_First_Log_Conf
|
||||
CM_Get_First_Log_Conf_Ex
|
||||
CM_Get_Global_State
|
||||
CM_Get_Global_State_Ex
|
||||
CM_Get_HW_Prof_FlagsA
|
||||
CM_Get_HW_Prof_FlagsW
|
||||
CM_Get_HW_Prof_Flags_ExA
|
||||
CM_Get_HW_Prof_Flags_ExW
|
||||
CM_Get_Hardware_Profile_InfoA
|
||||
CM_Get_Hardware_Profile_InfoW
|
||||
CM_Get_Hardware_Profile_Info_ExA
|
||||
CM_Get_Hardware_Profile_Info_ExW
|
||||
CM_Get_Log_Conf_Priority
|
||||
CM_Get_Log_Conf_Priority_Ex
|
||||
CM_Get_Next_Log_Conf
|
||||
CM_Get_Next_Log_Conf_Ex
|
||||
CM_Get_Next_Res_Des
|
||||
CM_Get_Next_Res_Des_Ex
|
||||
CM_Get_Parent
|
||||
CM_Get_Parent_Ex
|
||||
CM_Get_Res_Des_Data
|
||||
CM_Get_Res_Des_Data_Ex
|
||||
CM_Get_Res_Des_Data_Size
|
||||
CM_Get_Res_Des_Data_Size_Ex
|
||||
CM_Get_Resource_Conflict_Count
|
||||
CM_Get_Resource_Conflict_DetailsA
|
||||
CM_Get_Resource_Conflict_DetailsW
|
||||
CM_Get_Sibling
|
||||
CM_Get_Sibling_Ex
|
||||
CM_Get_Version
|
||||
CM_Get_Version_Ex
|
||||
CM_Import_PowerScheme
|
||||
CM_Install_DevNodeW
|
||||
CM_Install_DevNode_ExW
|
||||
CM_Intersect_Range_List
|
||||
CM_Invert_Range_List
|
||||
CM_Is_Dock_Station_Present
|
||||
CM_Is_Dock_Station_Present_Ex
|
||||
CM_Is_Version_Available
|
||||
CM_Is_Version_Available_Ex
|
||||
CM_Locate_DevNodeA
|
||||
CM_Locate_DevNodeW
|
||||
CM_Locate_DevNode_ExA
|
||||
CM_Locate_DevNode_ExW
|
||||
CM_MapCrToSpErr
|
||||
CM_MapCrToWin32Err
|
||||
CM_Merge_Range_List
|
||||
CM_Modify_Res_Des
|
||||
CM_Modify_Res_Des_Ex
|
||||
CM_Move_DevNode
|
||||
CM_Move_DevNode_Ex
|
||||
CM_Next_Range
|
||||
CM_Open_Class_KeyA
|
||||
CM_Open_Class_KeyW
|
||||
CM_Open_Class_Key_ExA
|
||||
CM_Open_Class_Key_ExW
|
||||
CM_Open_DevNode_Key
|
||||
CM_Open_DevNode_Key_Ex
|
||||
CM_Open_Device_Interface_KeyA
|
||||
CM_Open_Device_Interface_KeyW
|
||||
CM_Open_Device_Interface_Key_ExA
|
||||
CM_Open_Device_Interface_Key_ExW
|
||||
CM_Query_And_Remove_SubTreeA
|
||||
CM_Query_And_Remove_SubTreeW
|
||||
CM_Query_And_Remove_SubTree_ExA
|
||||
CM_Query_And_Remove_SubTree_ExW
|
||||
CM_Query_Arbitrator_Free_Data
|
||||
CM_Query_Arbitrator_Free_Data_Ex
|
||||
CM_Query_Arbitrator_Free_Size
|
||||
CM_Query_Arbitrator_Free_Size_Ex
|
||||
CM_Query_Remove_SubTree
|
||||
CM_Query_Remove_SubTree_Ex
|
||||
CM_Query_Resource_Conflict_List
|
||||
CM_Reenumerate_DevNode
|
||||
CM_Reenumerate_DevNode_Ex
|
||||
CM_Register_Device_Driver
|
||||
CM_Register_Device_Driver_Ex
|
||||
CM_Register_Device_InterfaceA
|
||||
CM_Register_Device_InterfaceW
|
||||
CM_Register_Device_Interface_ExA
|
||||
CM_Register_Device_Interface_ExW
|
||||
CM_Register_Notification
|
||||
CM_Remove_SubTree
|
||||
CM_Remove_SubTree_Ex
|
||||
CM_Request_Device_EjectA
|
||||
CM_Request_Device_EjectW
|
||||
CM_Request_Device_Eject_ExA
|
||||
CM_Request_Device_Eject_ExW
|
||||
CM_Request_Eject_PC
|
||||
CM_Request_Eject_PC_Ex
|
||||
CM_RestoreAll_DefaultPowerSchemes
|
||||
CM_Restore_DefaultPowerScheme
|
||||
CM_Run_Detection
|
||||
CM_Run_Detection_Ex
|
||||
CM_Set_ActiveScheme
|
||||
CM_Set_Class_PropertyW
|
||||
CM_Set_Class_Property_ExW
|
||||
CM_Set_Class_Registry_PropertyA
|
||||
CM_Set_Class_Registry_PropertyW
|
||||
CM_Set_DevNode_Problem
|
||||
CM_Set_DevNode_Problem_Ex
|
||||
CM_Set_DevNode_PropertyW
|
||||
CM_Set_DevNode_Property_ExW
|
||||
CM_Set_DevNode_Registry_PropertyA
|
||||
CM_Set_DevNode_Registry_PropertyW
|
||||
CM_Set_DevNode_Registry_Property_ExA
|
||||
CM_Set_DevNode_Registry_Property_ExW
|
||||
CM_Set_Device_Interface_PropertyW
|
||||
CM_Set_Device_Interface_Property_ExW
|
||||
CM_Set_HW_Prof
|
||||
CM_Set_HW_Prof_Ex
|
||||
CM_Set_HW_Prof_FlagsA
|
||||
CM_Set_HW_Prof_FlagsW
|
||||
CM_Set_HW_Prof_Flags_ExA
|
||||
CM_Set_HW_Prof_Flags_ExW
|
||||
CM_Setup_DevNode
|
||||
CM_Setup_DevNode_Ex
|
||||
CM_Test_Range_Available
|
||||
CM_Uninstall_DevNode
|
||||
CM_Uninstall_DevNode_Ex
|
||||
CM_Unregister_Device_InterfaceA
|
||||
CM_Unregister_Device_InterfaceW
|
||||
CM_Unregister_Device_Interface_ExA
|
||||
CM_Unregister_Device_Interface_ExW
|
||||
CM_Unregister_Notification
|
||||
CM_Write_UserPowerKey
|
||||
DevCloseObjectQuery
|
||||
DevCreateObjectQuery
|
||||
DevCreateObjectQueryEx
|
||||
DevCreateObjectQueryFromId
|
||||
DevCreateObjectQueryFromIdEx
|
||||
DevCreateObjectQueryFromIds
|
||||
DevCreateObjectQueryFromIdsEx
|
||||
DevFindProperty
|
||||
DevFreeObjectProperties
|
||||
DevFreeObjects
|
||||
DevGetObjectProperties
|
||||
DevGetObjectPropertiesEx
|
||||
DevGetObjects
|
||||
DevGetObjectsEx
|
||||
DevSetObjectProperties
|
||||
SwDeviceClose
|
||||
SwDeviceCreate
|
||||
SwDeviceGetLifetime
|
||||
SwDeviceInterfacePropertySet
|
||||
SwDeviceInterfaceRegister
|
||||
SwDeviceInterfaceSetState
|
||||
SwDevicePropertySet
|
||||
SwDeviceSetLifetime
|
||||
SwMemFree
|
||||
203
lib/libc/mingw/lib-common/clusapi.def
Normal file
203
lib/libc/mingw/lib-common/clusapi.def
Normal file
@ -0,0 +1,203 @@
|
||||
;
|
||||
; Definition file of CLUSAPI.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "CLUSAPI.dll"
|
||||
EXPORTS
|
||||
CCHlpAddNodeUpdateCluster
|
||||
CCHlpConfigureNode
|
||||
CCHlpCreateClusterNameCOIfNotExists
|
||||
CCHlpGetClusterServiceSecret
|
||||
CCHlpGetDNSHostLabel
|
||||
CCHlpRestoreClusterVirtualObjectToInitialState
|
||||
AddClusterNode
|
||||
AddClusterResourceDependency
|
||||
AddClusterResourceNode
|
||||
AddResourceToClusterSharedVolumes
|
||||
BackupClusterDatabase
|
||||
CanResourceBeDependent
|
||||
CancelClusterGroupOperation
|
||||
ChangeClusterResourceGroup
|
||||
CloseCluster
|
||||
CloseClusterGroup
|
||||
CloseClusterNetInterface
|
||||
CloseClusterNetwork
|
||||
CloseClusterNode
|
||||
CloseClusterNotifyPort
|
||||
CloseClusterResource
|
||||
ClusterCloseEnum
|
||||
ClusterCloseEnumEx
|
||||
ClusterControl
|
||||
ClusterEnum
|
||||
ClusterEnumEx
|
||||
ClusterFreeMemory
|
||||
ClusterFreeMrrResponse
|
||||
ClusterGetEnumCount
|
||||
ClusterGetEnumCountEx
|
||||
ClusterGroupCloseEnum
|
||||
ClusterGroupCloseEnumEx
|
||||
ClusterGroupControl
|
||||
ClusterGroupEnum
|
||||
ClusterGroupEnumEx
|
||||
ClusterGroupGetEnumCount
|
||||
ClusterGroupGetEnumCountEx
|
||||
ClusterGroupOpenEnum
|
||||
ClusterGroupOpenEnumEx
|
||||
ClusterNetInterfaceControl
|
||||
ClusterNetworkCloseEnum
|
||||
ClusterNetworkControl
|
||||
ClusterNetworkEnum
|
||||
ClusterNetworkGetEnumCount
|
||||
ClusterNetworkOpenEnum
|
||||
ClusterNodeCloseEnum
|
||||
ClusterNodeCloseEnumEx
|
||||
ClusterNodeControl
|
||||
ClusterNodeEnum
|
||||
ClusterNodeEnumEx
|
||||
ClusterNodeGetEnumCount
|
||||
ClusterNodeGetEnumCountEx
|
||||
ClusterNodeOpenEnum
|
||||
ClusterNodeOpenEnumEx
|
||||
ClusterOpenEnum
|
||||
ClusterOpenEnumEx
|
||||
ClusterRegBatchAddCommand
|
||||
ClusterRegBatchCloseNotification
|
||||
ClusterRegBatchReadCommand
|
||||
ClusterRegCloseBatch
|
||||
ClusterRegCloseBatchEx
|
||||
ClusterRegCloseBatchNotifyPort
|
||||
ClusterRegCloseKey
|
||||
ClusterRegCloseReadBatch
|
||||
ClusterRegCloseReadBatchReply
|
||||
ClusterRegCreateBatch
|
||||
ClusterRegCreateBatchNotifyPort
|
||||
ClusterRegCreateKey
|
||||
ClusterRegCreateKeyForceSync
|
||||
ClusterRegCreateReadBatch
|
||||
ClusterRegDeleteKey
|
||||
ClusterRegDeleteKeyForceSync
|
||||
ClusterRegDeleteValue
|
||||
ClusterRegDeleteValueForceSync
|
||||
ClusterRegEnumKey
|
||||
ClusterRegEnumValue
|
||||
ClusterRegGetBatchNotification
|
||||
ClusterRegGetKeySecurity
|
||||
ClusterRegOpenKey
|
||||
ClusterRegQueryAllValues
|
||||
ClusterRegQueryInfoKey
|
||||
ClusterRegQueryValue
|
||||
ClusterRegReadBatchAddCommand
|
||||
ClusterRegReadBatchReplyNextCommand
|
||||
ClusterRegSetKeySecurity
|
||||
ClusterRegSetValue
|
||||
ClusterRegSetValueForceSync
|
||||
ClusterRegSyncDatabase
|
||||
ClusterResourceCloseEnum
|
||||
ClusterResourceCloseEnumEx
|
||||
ClusterResourceControl
|
||||
ClusterResourceEnum
|
||||
ClusterResourceEnumEx
|
||||
ClusterResourceGetEnumCount
|
||||
ClusterResourceGetEnumCountEx
|
||||
ClusterResourceOpenEnum
|
||||
ClusterResourceOpenEnumEx
|
||||
ClusterResourceTypeCloseEnum
|
||||
ClusterResourceTypeControl
|
||||
ClusterResourceTypeEnum
|
||||
ClusterResourceTypeGetEnumCount
|
||||
ClusterResourceTypeOpenEnum
|
||||
ClusterSendReceiveMrr
|
||||
ClusterSharedVolumeClearBackupState
|
||||
ClusterSharedVolumeSetSnapshotState
|
||||
ClusterStmFindDisk
|
||||
CreateCluster
|
||||
CreateClusterGroup
|
||||
CreateClusterGroupEx
|
||||
CreateClusterManagementPoint
|
||||
CreateClusterNotifyPort
|
||||
CreateClusterNotifyPortV2
|
||||
CreateClusterResource
|
||||
CreateClusterResourceType
|
||||
CreateClusterResourceWithId
|
||||
DeleteClusterGroup
|
||||
DeleteClusterResource
|
||||
DeleteClusterResourceType
|
||||
DestroyCluster
|
||||
DestroyClusterGroup
|
||||
EvictClusterNode
|
||||
EvictClusterNodeEx
|
||||
FailClusterResource
|
||||
GetClusterFromGroup
|
||||
GetClusterFromNetInterface
|
||||
GetClusterFromNetwork
|
||||
GetClusterFromNode
|
||||
GetClusterFromResource
|
||||
GetClusterGroupKey
|
||||
GetClusterGroupState
|
||||
GetClusterInformation
|
||||
GetClusterKey
|
||||
GetClusterNetInterface
|
||||
GetClusterNetInterfaceKey
|
||||
GetClusterNetInterfaceState
|
||||
GetClusterNetworkId
|
||||
GetClusterNetworkKey
|
||||
GetClusterNetworkState
|
||||
GetClusterNodeId
|
||||
GetClusterNodeKey
|
||||
GetClusterNodeState
|
||||
GetClusterNotify
|
||||
GetClusterNotifyV2
|
||||
GetClusterQuorumResource
|
||||
GetClusterResourceDependencyExpression
|
||||
GetClusterResourceKey
|
||||
GetClusterResourceNetworkName
|
||||
GetClusterResourceState
|
||||
GetClusterResourceTypeKey
|
||||
GetClusterSharedVolumeNameForFile
|
||||
GetNodeClusterState
|
||||
GetNotifyEventHandle
|
||||
IsFileOnClusterSharedVolume
|
||||
MoveClusterGroup
|
||||
MoveClusterGroupEx
|
||||
OfflineClusterGroup
|
||||
OfflineClusterGroupEx
|
||||
OfflineClusterResource
|
||||
OfflineClusterResourceEx
|
||||
OnlineClusterGroup
|
||||
OnlineClusterGroupEx
|
||||
OnlineClusterResource
|
||||
OnlineClusterResourceEx
|
||||
OpenCluster
|
||||
OpenClusterEx
|
||||
OpenClusterEx2
|
||||
OpenClusterGroup
|
||||
OpenClusterGroupEx
|
||||
OpenClusterNetInterface
|
||||
OpenClusterNetInterfaceEx
|
||||
OpenClusterNetwork
|
||||
OpenClusterNetworkEx
|
||||
OpenClusterNode
|
||||
OpenClusterNodeEx
|
||||
OpenClusterResource
|
||||
OpenClusterResourceEx
|
||||
PauseClusterNode
|
||||
PauseClusterNodeEx
|
||||
RegisterClusterNotify
|
||||
RegisterClusterNotifyV2
|
||||
RemoveClusterResourceDependency
|
||||
RemoveClusterResourceNode
|
||||
RemoveResourceFromClusterSharedVolumes
|
||||
RestartClusterResource
|
||||
RestoreClusterDatabase
|
||||
ResumeClusterNode
|
||||
ResumeClusterNodeEx
|
||||
SetClusterGroupName
|
||||
SetClusterGroupNodeList
|
||||
SetClusterName
|
||||
SetClusterNetworkName
|
||||
SetClusterNetworkPriorityOrder
|
||||
SetClusterQuorumResource
|
||||
SetClusterResourceDependencyExpression
|
||||
SetClusterResourceName
|
||||
SetClusterServiceAccountPassword
|
||||
33
lib/libc/mingw/lib-common/credui.def
Normal file
33
lib/libc/mingw/lib-common/credui.def
Normal file
@ -0,0 +1,33 @@
|
||||
;
|
||||
; Definition file of credui.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "credui.dll"
|
||||
EXPORTS
|
||||
CredPackAuthenticationBufferA
|
||||
CredPackAuthenticationBufferW
|
||||
CredUICmdLinePromptForCredentialsA
|
||||
CredUICmdLinePromptForCredentialsW
|
||||
CredUIConfirmCredentialsA
|
||||
CredUIConfirmCredentialsW
|
||||
CredUIInitControls
|
||||
CredUIParseUserNameA
|
||||
CredUIParseUserNameW
|
||||
CredUIPromptForCredentialsA
|
||||
CredUIPromptForCredentialsW
|
||||
CredUIPromptForWindowsCredentialsA
|
||||
CredUIPromptForWindowsCredentialsW
|
||||
CredUIPromptForWindowsCredentialsWorker
|
||||
CredUIReadSSOCredA
|
||||
CredUIReadSSOCredW
|
||||
CredUIStoreSSOCredA
|
||||
CredUIStoreSSOCredW
|
||||
CredUnPackAuthenticationBufferA
|
||||
CredUnPackAuthenticationBufferW
|
||||
SspiGetCredUIContext
|
||||
SspiIsPromptingNeeded
|
||||
SspiPromptForCredentialsA
|
||||
SspiPromptForCredentialsW
|
||||
SspiUnmarshalCredUIContext
|
||||
SspiUpdateCredentials
|
||||
69
lib/libc/mingw/lib-common/cryptui.def
Normal file
69
lib/libc/mingw/lib-common/cryptui.def
Normal file
@ -0,0 +1,69 @@
|
||||
LIBRARY "CRYPTUI.dll"
|
||||
EXPORTS
|
||||
AddChainToStore
|
||||
CertDllProtectedRootMessageBox
|
||||
CompareCertificate
|
||||
CryptUIDlgAddPolicyServer
|
||||
CryptUIDlgAddPolicyServerWithPriority
|
||||
CryptUIDlgPropertyPolicy
|
||||
DisplayHtmlHelp
|
||||
FormatDateStringAutoLayout
|
||||
GetUnknownErrorString
|
||||
InvokeHelpLink
|
||||
MyFormatEnhancedKeyUsageString
|
||||
ACUIProviderInvokeUI
|
||||
CertSelectionGetSerializedBlob
|
||||
CommonInit
|
||||
CryptDllProtectPrompt
|
||||
CryptUIDlgCertMgr
|
||||
CryptUIDlgFreeCAContext
|
||||
CryptUIDlgFreePolicyServerContext
|
||||
CryptUIDlgSelectCA
|
||||
CryptUIDlgSelectCertificateA
|
||||
CryptUIDlgSelectCertificateFromStore
|
||||
CryptUIDlgSelectCertificateW
|
||||
CryptUIDlgSelectPolicyServer
|
||||
CryptUIDlgSelectStoreA
|
||||
CryptUIDlgSelectStoreW
|
||||
CryptUIDlgViewCRLA
|
||||
CryptUIDlgViewCRLW
|
||||
CryptUIDlgViewCTLA
|
||||
CryptUIDlgViewCTLW
|
||||
CryptUIDlgViewCertificateA
|
||||
CryptUIDlgViewCertificatePropertiesA
|
||||
CryptUIDlgViewCertificatePropertiesW
|
||||
CryptUIDlgViewCertificateW
|
||||
CryptUIDlgViewContext
|
||||
CryptUIDlgViewSignerInfoA
|
||||
CryptUIDlgViewSignerInfoW
|
||||
CryptUIFreeCertificatePropertiesPagesA
|
||||
CryptUIFreeCertificatePropertiesPagesW
|
||||
CryptUIFreeViewSignaturesPagesA
|
||||
CryptUIFreeViewSignaturesPagesW
|
||||
CryptUIGetCertificatePropertiesPagesA
|
||||
CryptUIGetCertificatePropertiesPagesW
|
||||
CryptUIGetViewSignaturesPagesA
|
||||
CryptUIGetViewSignaturesPagesW
|
||||
CryptUIStartCertMgr
|
||||
CryptUIViewExpiringCerts
|
||||
CryptUIWizBuildCTL
|
||||
CryptUIWizCertRequest
|
||||
CryptUIWizCreateCertRequestNoDS
|
||||
CryptUIWizDigitalSign
|
||||
CryptUIWizExport
|
||||
CryptUIWizFreeCertRequestNoDS
|
||||
CryptUIWizFreeDigitalSignContext
|
||||
CryptUIWizImport
|
||||
CryptUIWizImportInternal
|
||||
CryptUIWizQueryCertRequestNoDS
|
||||
CryptUIWizSubmitCertRequestNoDS
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
EnrollmentCOMObjectFactory_getInstance
|
||||
I_CryptUIProtect
|
||||
I_CryptUIProtectFailure
|
||||
IsWizardExtensionAvailable
|
||||
LocalEnroll
|
||||
LocalEnrollNoDS
|
||||
RetrievePKCS7FromCA
|
||||
WizardFree
|
||||
26
lib/libc/mingw/lib-common/cryptxml.def
Normal file
26
lib/libc/mingw/lib-common/cryptxml.def
Normal file
@ -0,0 +1,26 @@
|
||||
;
|
||||
; Definition file of CRYPTXML.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "CRYPTXML.dll"
|
||||
EXPORTS
|
||||
CryptXmlAddObject
|
||||
CryptXmlClose
|
||||
CryptXmlCreateReference
|
||||
CryptXmlDigestReference
|
||||
CryptXmlEncode
|
||||
CryptXmlEnumAlgorithmInfo
|
||||
CryptXmlFindAlgorithmInfo
|
||||
CryptXmlGetAlgorithmInfo
|
||||
CryptXmlGetDocContext
|
||||
CryptXmlGetReference
|
||||
CryptXmlGetSignature
|
||||
CryptXmlGetStatus
|
||||
CryptXmlGetTransforms
|
||||
CryptXmlImportPublicKey
|
||||
CryptXmlOpenToDecode
|
||||
CryptXmlOpenToEncode
|
||||
CryptXmlSetHMACSecret
|
||||
CryptXmlSign
|
||||
CryptXmlVerifySignature
|
||||
14
lib/libc/mingw/lib-common/cscapi.def
Normal file
14
lib/libc/mingw/lib-common/cscapi.def
Normal file
@ -0,0 +1,14 @@
|
||||
;
|
||||
; Definition file of CSCAPI.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "CSCAPI.dll"
|
||||
EXPORTS
|
||||
CscNetApiGetInterface
|
||||
CscSearchApiGetInterface
|
||||
OfflineFilesEnable
|
||||
OfflineFilesGetShareCachingMode
|
||||
OfflineFilesQueryStatus
|
||||
OfflineFilesQueryStatusEx
|
||||
OfflineFilesStart
|
||||
19
lib/libc/mingw/lib-common/d2d1.def
Normal file
19
lib/libc/mingw/lib-common/d2d1.def
Normal file
@ -0,0 +1,19 @@
|
||||
;
|
||||
; Definition file of d2d1.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "d2d1.dll"
|
||||
EXPORTS
|
||||
D2D1CreateFactory
|
||||
D2D1MakeRotateMatrix
|
||||
D2D1MakeSkewMatrix
|
||||
D2D1IsMatrixInvertible
|
||||
D2D1InvertMatrix
|
||||
D2D1ConvertColorSpace
|
||||
D2D1CreateDevice
|
||||
D2D1CreateDeviceContext
|
||||
D2D1SinCos
|
||||
D2D1Tan
|
||||
D2D1Vec3Length
|
||||
D2D1ComputeMaximumScaleFactor
|
||||
31
lib/libc/mingw/lib-common/d3d10.def
Normal file
31
lib/libc/mingw/lib-common/d3d10.def
Normal file
@ -0,0 +1,31 @@
|
||||
LIBRARY "d3d10.dll"
|
||||
EXPORTS
|
||||
D3D10CompileEffectFromMemory
|
||||
D3D10CompileShader
|
||||
D3D10CreateBlob
|
||||
D3D10CreateDevice
|
||||
D3D10CreateDeviceAndSwapChain
|
||||
D3D10CreateEffectFromMemory
|
||||
D3D10CreateEffectPoolFromMemory
|
||||
D3D10CreateStateBlock
|
||||
D3D10DisassembleEffect
|
||||
D3D10DisassembleShader
|
||||
D3D10GetGeometryShaderProfile
|
||||
D3D10GetInputAndOutputSignatureBlob
|
||||
D3D10GetInputSignatureBlob
|
||||
D3D10GetOutputSignatureBlob
|
||||
D3D10GetPixelShaderProfile
|
||||
D3D10GetShaderDebugInfo
|
||||
D3D10GetVersion
|
||||
D3D10GetVertexShaderProfile
|
||||
D3D10PreprocessShader
|
||||
D3D10ReflectShader
|
||||
D3D10RegisterLayers
|
||||
D3D10StateBlockMaskDifference
|
||||
D3D10StateBlockMaskDisableAll
|
||||
D3D10StateBlockMaskDisableCapture
|
||||
D3D10StateBlockMaskEnableAll
|
||||
D3D10StateBlockMaskEnableCapture
|
||||
D3D10StateBlockMaskGetSetting
|
||||
D3D10StateBlockMaskIntersect
|
||||
D3D10StateBlockMaskUnion
|
||||
58
lib/libc/mingw/lib-common/d3d11.def
Normal file
58
lib/libc/mingw/lib-common/d3d11.def
Normal file
@ -0,0 +1,58 @@
|
||||
;
|
||||
; Definition file of d3d11.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "d3d11.dll"
|
||||
EXPORTS
|
||||
D3D11CreateDeviceForD3D12
|
||||
D3DKMTCloseAdapter
|
||||
D3DKMTDestroyAllocation
|
||||
D3DKMTDestroyContext
|
||||
D3DKMTDestroyDevice
|
||||
D3DKMTDestroySynchronizationObject
|
||||
D3DKMTQueryAdapterInfo
|
||||
D3DKMTSetDisplayPrivateDriverFormat
|
||||
D3DKMTSignalSynchronizationObject
|
||||
D3DKMTUnlock
|
||||
D3DKMTWaitForSynchronizationObject
|
||||
EnableFeatureLevelUpgrade
|
||||
OpenAdapter10
|
||||
OpenAdapter10_2
|
||||
CreateDirect3D11DeviceFromDXGIDevice
|
||||
CreateDirect3D11SurfaceFromDXGISurface
|
||||
D3D11CoreCreateDevice
|
||||
D3D11CoreCreateLayeredDevice
|
||||
D3D11CoreGetLayeredDeviceSize
|
||||
D3D11CoreRegisterLayers
|
||||
D3D11CreateDevice
|
||||
D3D11CreateDeviceAndSwapChain
|
||||
D3D11On12CreateDevice
|
||||
D3DKMTCreateAllocation
|
||||
D3DKMTCreateContext
|
||||
D3DKMTCreateDevice
|
||||
D3DKMTCreateSynchronizationObject
|
||||
D3DKMTEscape
|
||||
D3DKMTGetContextSchedulingPriority
|
||||
D3DKMTGetDeviceState
|
||||
D3DKMTGetDisplayModeList
|
||||
D3DKMTGetMultisampleMethodList
|
||||
D3DKMTGetRuntimeData
|
||||
D3DKMTGetSharedPrimaryHandle
|
||||
D3DKMTLock
|
||||
D3DKMTOpenAdapterFromHdc
|
||||
D3DKMTOpenResource
|
||||
D3DKMTPresent
|
||||
D3DKMTQueryAllocationResidency
|
||||
D3DKMTQueryResourceInfo
|
||||
D3DKMTRender
|
||||
D3DKMTSetAllocationPriority
|
||||
D3DKMTSetContextSchedulingPriority
|
||||
D3DKMTSetDisplayMode
|
||||
D3DKMTSetGammaRamp
|
||||
D3DKMTSetVidPnSourceOwner
|
||||
D3DKMTWaitForVerticalBlankEvent
|
||||
D3DPerformance_BeginEvent
|
||||
D3DPerformance_EndEvent
|
||||
D3DPerformance_GetStatus
|
||||
D3DPerformance_SetMarker
|
||||
19
lib/libc/mingw/lib-common/d3d12.def
Normal file
19
lib/libc/mingw/lib-common/d3d12.def
Normal file
@ -0,0 +1,19 @@
|
||||
LIBRARY "d3d12.dll"
|
||||
EXPORTS
|
||||
GetBehaviorValue
|
||||
D3D12CreateDevice
|
||||
D3D12GetDebugInterface
|
||||
SetAppCompatStringPointer
|
||||
D3D12CoreCreateLayeredDevice
|
||||
D3D12CoreGetLayeredDeviceSize
|
||||
D3D12CoreRegisterLayers
|
||||
D3D12CreateRootSignatureDeserializer
|
||||
D3D12CreateVersionedRootSignatureDeserializer
|
||||
D3D12DeviceRemovedExtendedData DATA
|
||||
D3D12EnableExperimentalFeatures
|
||||
D3D12PIXEventsReplaceBlock
|
||||
D3D12PIXGetThreadInfo
|
||||
D3D12PIXNotifyWakeFromFenceSignal
|
||||
D3D12PIXReportCounter
|
||||
D3D12SerializeRootSignature
|
||||
D3D12SerializeVersionedRootSignature
|
||||
23
lib/libc/mingw/lib-common/d3d9.def
Normal file
23
lib/libc/mingw/lib-common/d3d9.def
Normal file
@ -0,0 +1,23 @@
|
||||
;
|
||||
; Definition file of d3d9.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "d3d9.dll"
|
||||
EXPORTS
|
||||
ord_16 @16
|
||||
Direct3DShaderValidatorCreate9
|
||||
PSGPError
|
||||
PSGPSampleTexture
|
||||
D3DPERF_BeginEvent
|
||||
D3DPERF_EndEvent
|
||||
D3DPERF_GetStatus
|
||||
D3DPERF_QueryRepeatFrame
|
||||
D3DPERF_SetMarker
|
||||
D3DPERF_SetOptions
|
||||
D3DPERF_SetRegion
|
||||
DebugSetLevel
|
||||
DebugSetMute
|
||||
Direct3D9EnableMaximizedWindowedModeShim
|
||||
Direct3DCreate9
|
||||
Direct3DCreate9Ex
|
||||
36
lib/libc/mingw/lib-common/d3dcompiler_47.def
Normal file
36
lib/libc/mingw/lib-common/d3dcompiler_47.def
Normal file
@ -0,0 +1,36 @@
|
||||
;
|
||||
; Definition file of D3DCOMPILER_47.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "D3DCOMPILER_47.dll"
|
||||
EXPORTS
|
||||
D3DAssemble
|
||||
DebugSetMute
|
||||
D3DCompile
|
||||
D3DCompile2
|
||||
D3DCompileFromFile
|
||||
D3DCompressShaders
|
||||
D3DCreateBlob
|
||||
D3DCreateFunctionLinkingGraph
|
||||
D3DCreateLinker
|
||||
D3DDecompressShaders
|
||||
D3DDisassemble
|
||||
D3DDisassemble10Effect
|
||||
D3DDisassemble11Trace
|
||||
D3DDisassembleRegion
|
||||
D3DGetBlobPart
|
||||
D3DGetDebugInfo
|
||||
D3DGetInputAndOutputSignatureBlob
|
||||
D3DGetInputSignatureBlob
|
||||
D3DGetOutputSignatureBlob
|
||||
D3DGetTraceInstructionOffsets
|
||||
D3DLoadModule
|
||||
D3DPreprocess
|
||||
D3DReadFileToBlob
|
||||
D3DReflect
|
||||
D3DReflectLibrary
|
||||
D3DReturnFailure1
|
||||
D3DSetBlobPart
|
||||
D3DStripShader
|
||||
D3DWriteBlobToFile
|
||||
28
lib/libc/mingw/lib-common/davclnt.def
Normal file
28
lib/libc/mingw/lib-common/davclnt.def
Normal file
@ -0,0 +1,28 @@
|
||||
;
|
||||
; Definition file of davclnt.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "davclnt.dll"
|
||||
EXPORTS
|
||||
DavCancelConnectionsToServer
|
||||
DavFreeUsedDiskSpace
|
||||
DavGetDiskSpaceUsage
|
||||
DavGetTheLockOwnerOfTheFile
|
||||
DavInvalidateCache
|
||||
DavRegisterAuthCallback
|
||||
DavSetCookieW
|
||||
DavUnregisterAuthCallback
|
||||
NPAddConnection
|
||||
NPAddConnection3
|
||||
NPCancelConnection
|
||||
NPCloseEnum
|
||||
NPEnumResource
|
||||
NPFormatNetworkName
|
||||
NPGetCaps
|
||||
NPGetConnection
|
||||
NPGetResourceInformation
|
||||
NPGetResourceParent
|
||||
NPGetUniversalName
|
||||
NPGetUser
|
||||
NPOpenEnum
|
||||
19
lib/libc/mingw/lib-common/dcomp.def
Normal file
19
lib/libc/mingw/lib-common/dcomp.def
Normal file
@ -0,0 +1,19 @@
|
||||
;
|
||||
; Definition file of dcomp.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "dcomp.dll"
|
||||
EXPORTS
|
||||
DCompositionAttachMouseDragToHwnd
|
||||
DCompositionAttachMouseWheelToHwnd
|
||||
DCompositionCreateDevice
|
||||
DCompositionCreateDevice2
|
||||
DCompositionCreateDevice3
|
||||
DCompositionCreateSurfaceHandle
|
||||
DllCanUnloadNow
|
||||
DllGetActivationFactory
|
||||
DllGetClassObject
|
||||
DwmEnableMMCSS
|
||||
DwmFlush
|
||||
DwmpEnableDDASupport
|
||||
27
lib/libc/mingw/lib-common/ddraw.def
Normal file
27
lib/libc/mingw/lib-common/ddraw.def
Normal file
@ -0,0 +1,27 @@
|
||||
;
|
||||
; Definition file of DDRAW.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "DDRAW.dll"
|
||||
EXPORTS
|
||||
AcquireDDThreadLock
|
||||
CompleteCreateSysmemSurface
|
||||
D3DParseUnknownCommand
|
||||
DDGetAttachedSurfaceLcl
|
||||
DDInternalLock
|
||||
DDInternalUnlock
|
||||
DSoundHelp
|
||||
DirectDrawCreate
|
||||
DirectDrawCreateClipper
|
||||
DirectDrawCreateEx
|
||||
DirectDrawEnumerateA
|
||||
DirectDrawEnumerateExA
|
||||
DirectDrawEnumerateExW
|
||||
DirectDrawEnumerateW
|
||||
GetDDSurfaceLocal
|
||||
GetOLEThunkData
|
||||
GetSurfaceFromDC
|
||||
RegisterSpecialCase
|
||||
ReleaseDDThreadLock
|
||||
SetAppCompatData
|
||||
36
lib/libc/mingw/lib-common/dfscli.def
Normal file
36
lib/libc/mingw/lib-common/dfscli.def
Normal file
@ -0,0 +1,36 @@
|
||||
;
|
||||
; Definition file of dfscli.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "dfscli.dll"
|
||||
EXPORTS
|
||||
I_NetDfsIsThisADomainName
|
||||
NetDfsAdd
|
||||
NetDfsAddFtRoot
|
||||
NetDfsAddRootTarget
|
||||
NetDfsAddStdRoot
|
||||
NetDfsAddStdRootForced
|
||||
NetDfsEnum
|
||||
NetDfsGetClientInfo
|
||||
NetDfsGetDcAddress
|
||||
NetDfsGetFtContainerSecurity
|
||||
NetDfsGetInfo
|
||||
NetDfsGetSecurity
|
||||
NetDfsGetStdContainerSecurity
|
||||
NetDfsGetSupportedNamespaceVersion
|
||||
NetDfsManagerGetConfigInfo
|
||||
NetDfsManagerInitialize
|
||||
NetDfsManagerSendSiteInfo
|
||||
NetDfsMove
|
||||
NetDfsRemove
|
||||
NetDfsRemoveFtRoot
|
||||
NetDfsRemoveFtRootForced
|
||||
NetDfsRemoveRootTarget
|
||||
NetDfsRemoveStdRoot
|
||||
NetDfsRename
|
||||
NetDfsSetClientInfo
|
||||
NetDfsSetFtContainerSecurity
|
||||
NetDfsSetInfo
|
||||
NetDfsSetSecurity
|
||||
NetDfsSetStdContainerSecurity
|
||||
74
lib/libc/mingw/lib-common/dhcpcsvc.def
Normal file
74
lib/libc/mingw/lib-common/dhcpcsvc.def
Normal file
@ -0,0 +1,74 @@
|
||||
;
|
||||
; Definition file of dhcpcsvc.DLL
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "dhcpcsvc.DLL"
|
||||
EXPORTS
|
||||
DhcpAcquireParameters
|
||||
DhcpAcquireParametersByBroadcast
|
||||
DhcpCApiCleanup
|
||||
DhcpCApiInitialize
|
||||
DhcpClient_Generalize
|
||||
DhcpDeRegisterConnectionStateNotification
|
||||
DhcpDeRegisterOptions
|
||||
DhcpDeRegisterParamChange
|
||||
DhcpDelPersistentRequestParams
|
||||
DhcpEnableDhcp
|
||||
DhcpEnableTracing
|
||||
DhcpEnumClasses
|
||||
DhcpEnumInterfaces
|
||||
DhcpFallbackRefreshParams
|
||||
DhcpFreeEnumeratedInterfaces
|
||||
DhcpFreeLeaseInfo
|
||||
DhcpFreeLeaseInfoArray
|
||||
DhcpFreeMem
|
||||
DhcpGetClassId
|
||||
DhcpGetClientId
|
||||
DhcpGetDhcpServicedConnections
|
||||
DhcpGetFallbackParams
|
||||
DhcpGetNotificationStatus
|
||||
DhcpGetOriginalSubnetMask
|
||||
DhcpGetTraceArray
|
||||
DhcpGlobalIsShuttingDown DATA
|
||||
DhcpGlobalServiceSyncEvent DATA
|
||||
DhcpGlobalTerminateEvent DATA
|
||||
DhcpHandlePnPEvent
|
||||
DhcpIsEnabled
|
||||
DhcpLeaseIpAddress
|
||||
DhcpLeaseIpAddressEx
|
||||
DhcpNotifyConfigChange
|
||||
DhcpNotifyConfigChangeEx
|
||||
DhcpNotifyMediaReconnected
|
||||
DhcpOpenGlobalEvent
|
||||
DhcpPersistentRequestParams
|
||||
DhcpQueryLeaseInfo
|
||||
DhcpQueryLeaseInfoArray
|
||||
DhcpQueryLeaseInfoEx
|
||||
DhcpRegisterConnectionStateNotification
|
||||
DhcpRegisterOptions
|
||||
DhcpRegisterParamChange
|
||||
DhcpReleaseIpAddressLease
|
||||
DhcpReleaseIpAddressLeaseEx
|
||||
DhcpReleaseParameters
|
||||
DhcpRemoveDNSRegistrations
|
||||
DhcpRenewIpAddressLease
|
||||
DhcpRenewIpAddressLeaseEx
|
||||
DhcpRequestCachedParams
|
||||
DhcpRequestOptions
|
||||
DhcpRequestParams
|
||||
DhcpSetClassId
|
||||
DhcpSetClientId
|
||||
DhcpSetFallbackParams
|
||||
DhcpSetMSFTVendorSpecificOptions
|
||||
DhcpStaticRefreshParams
|
||||
DhcpUndoRequestParams
|
||||
Dhcpv4CheckServerAvailability
|
||||
Dhcpv4EnableDhcpEx
|
||||
McastApiCleanup
|
||||
McastApiStartup
|
||||
McastEnumerateScopes
|
||||
McastGenUID
|
||||
McastReleaseAddress
|
||||
McastRenewAddress
|
||||
McastRequestAddress
|
||||
216
lib/libc/mingw/lib-common/dhcpsapi.def
Normal file
216
lib/libc/mingw/lib-common/dhcpsapi.def
Normal file
@ -0,0 +1,216 @@
|
||||
;
|
||||
; Definition file of DHCPSAPI.DLL
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "DHCPSAPI.DLL"
|
||||
EXPORTS
|
||||
DhcpAddFilterV4
|
||||
DhcpAddMScopeElement
|
||||
DhcpAddSecurityGroup
|
||||
DhcpAddServer
|
||||
DhcpAddSubnetElement
|
||||
DhcpAddSubnetElementV4
|
||||
DhcpAddSubnetElementV5
|
||||
DhcpAddSubnetElementV6
|
||||
DhcpAuditLogGetParams
|
||||
DhcpAuditLogSetParams
|
||||
DhcpCreateClass
|
||||
DhcpCreateClassV6
|
||||
DhcpCreateClientInfo
|
||||
DhcpCreateClientInfoV4
|
||||
DhcpCreateClientInfoVQ
|
||||
DhcpCreateOption
|
||||
DhcpCreateOptionV5
|
||||
DhcpCreateOptionV6
|
||||
DhcpCreateSubnet
|
||||
DhcpCreateSubnetV6
|
||||
DhcpCreateSubnetVQ
|
||||
DhcpDeleteClass
|
||||
DhcpDeleteClassV6
|
||||
DhcpDeleteClientInfo
|
||||
DhcpDeleteClientInfoV6
|
||||
DhcpDeleteFilterV4
|
||||
DhcpDeleteMClientInfo
|
||||
DhcpDeleteMScope
|
||||
DhcpDeleteServer
|
||||
DhcpDeleteSubnet
|
||||
DhcpDeleteSubnetV6
|
||||
DhcpDeleteSuperScopeV4
|
||||
DhcpDsCleanup
|
||||
DhcpDsClearHostServerEntries
|
||||
DhcpDsInit
|
||||
DhcpEnumClasses
|
||||
DhcpEnumClassesV6
|
||||
DhcpEnumFilterV4
|
||||
DhcpEnumMScopeClients
|
||||
DhcpEnumMScopeElements
|
||||
DhcpEnumMScopes
|
||||
DhcpEnumOptionValues
|
||||
DhcpEnumOptionValuesV5
|
||||
DhcpEnumOptionValuesV6
|
||||
DhcpEnumOptions
|
||||
DhcpEnumOptionsV5
|
||||
DhcpEnumOptionsV6
|
||||
DhcpEnumServers
|
||||
DhcpEnumSubnetClients
|
||||
DhcpEnumSubnetClientsFilterStatusInfo
|
||||
DhcpEnumSubnetClientsV4
|
||||
DhcpEnumSubnetClientsV5
|
||||
DhcpEnumSubnetClientsV6
|
||||
DhcpEnumSubnetClientsVQ
|
||||
DhcpEnumSubnetElements
|
||||
DhcpEnumSubnetElementsV4
|
||||
DhcpEnumSubnetElementsV5
|
||||
DhcpEnumSubnetElementsV6
|
||||
DhcpEnumSubnets
|
||||
DhcpEnumSubnetsV6
|
||||
DhcpGetAllOptionValues
|
||||
DhcpGetAllOptionValuesV6
|
||||
DhcpGetAllOptions
|
||||
DhcpGetAllOptionsV6
|
||||
DhcpGetClassInfo
|
||||
DhcpGetClientInfo
|
||||
DhcpGetClientInfoV4
|
||||
DhcpGetClientInfoV6
|
||||
DhcpGetClientInfoVQ
|
||||
DhcpGetClientOptions
|
||||
DhcpGetFilterV4
|
||||
DhcpGetMCastMibInfo
|
||||
DhcpGetMScopeInfo
|
||||
DhcpGetMibInfo
|
||||
DhcpGetMibInfoV5
|
||||
DhcpGetMibInfoV6
|
||||
DhcpGetMibInfoVQ
|
||||
DhcpGetOptionInfo
|
||||
DhcpGetOptionInfoV5
|
||||
DhcpGetOptionInfoV6
|
||||
DhcpGetOptionValue
|
||||
DhcpGetOptionValueV5
|
||||
DhcpGetOptionValueV6
|
||||
DhcpGetServerBindingInfo
|
||||
DhcpGetServerBindingInfoV6
|
||||
DhcpGetServerSpecificStrings
|
||||
DhcpGetSubnetDelayOffer
|
||||
DhcpGetSubnetInfo
|
||||
DhcpGetSubnetInfoV6
|
||||
DhcpGetSubnetInfoVQ
|
||||
DhcpGetSuperScopeInfoV4
|
||||
DhcpGetThreadOptions
|
||||
DhcpGetVersion
|
||||
DhcpHlprAddV4PolicyCondition
|
||||
DhcpHlprAddV4PolicyExpr
|
||||
DhcpHlprAddV4PolicyRange
|
||||
DhcpHlprCreateV4Policy
|
||||
DhcpHlprCreateV4PolicyEx
|
||||
DhcpHlprFindV4DhcpProperty
|
||||
DhcpHlprFreeV4DhcpProperty
|
||||
DhcpHlprFreeV4DhcpPropertyArray
|
||||
DhcpHlprFreeV4Policy
|
||||
DhcpHlprFreeV4PolicyArray
|
||||
DhcpHlprFreeV4PolicyEx
|
||||
DhcpHlprFreeV4PolicyExArray
|
||||
DhcpHlprIsV4PolicySingleUC
|
||||
DhcpHlprIsV4PolicyValid
|
||||
DhcpHlprIsV4PolicyWellFormed
|
||||
DhcpHlprModifyV4PolicyExpr
|
||||
DhcpHlprResetV4PolicyExpr
|
||||
DhcpModifyClass
|
||||
DhcpModifyClassV6
|
||||
DhcpRemoveMScopeElement
|
||||
DhcpRemoveOption
|
||||
DhcpRemoveOptionV5
|
||||
DhcpRemoveOptionV6
|
||||
DhcpRemoveOptionValue
|
||||
DhcpRemoveOptionValueV5
|
||||
DhcpRemoveOptionValueV6
|
||||
DhcpRemoveSubnetElement
|
||||
DhcpRemoveSubnetElementV4
|
||||
DhcpRemoveSubnetElementV5
|
||||
DhcpRemoveSubnetElementV6
|
||||
DhcpRpcFreeMemory
|
||||
DhcpScanDatabase
|
||||
DhcpScanMDatabase
|
||||
DhcpServerAuditlogParamsFree
|
||||
DhcpServerBackupDatabase
|
||||
DhcpServerGetConfig
|
||||
DhcpServerGetConfigV4
|
||||
DhcpServerGetConfigV6
|
||||
DhcpServerGetConfigVQ
|
||||
DhcpServerQueryAttribute
|
||||
DhcpServerQueryAttributes
|
||||
DhcpServerQueryDnsRegCredentials
|
||||
DhcpServerRedoAuthorization
|
||||
DhcpServerRestoreDatabase
|
||||
DhcpServerSetConfig
|
||||
DhcpServerSetConfigV4
|
||||
DhcpServerSetConfigV6
|
||||
DhcpServerSetConfigVQ
|
||||
DhcpServerSetDnsRegCredentials
|
||||
DhcpServerSetDnsRegCredentialsV5
|
||||
DhcpSetClientInfo
|
||||
DhcpSetClientInfoV4
|
||||
DhcpSetClientInfoV6
|
||||
DhcpSetClientInfoVQ
|
||||
DhcpSetFilterV4
|
||||
DhcpSetMScopeInfo
|
||||
DhcpSetOptionInfo
|
||||
DhcpSetOptionInfoV5
|
||||
DhcpSetOptionInfoV6
|
||||
DhcpSetOptionValue
|
||||
DhcpSetOptionValueV5
|
||||
DhcpSetOptionValueV6
|
||||
DhcpSetOptionValues
|
||||
DhcpSetOptionValuesV5
|
||||
DhcpSetServerBindingInfo
|
||||
DhcpSetServerBindingInfoV6
|
||||
DhcpSetSubnetDelayOffer
|
||||
DhcpSetSubnetInfo
|
||||
DhcpSetSubnetInfoV6
|
||||
DhcpSetSubnetInfoVQ
|
||||
DhcpSetSuperScopeV4
|
||||
DhcpSetThreadOptions
|
||||
DhcpV4AddPolicyRange
|
||||
DhcpV4CreateClientInfo
|
||||
DhcpV4CreateClientInfoEx
|
||||
DhcpV4CreatePolicy
|
||||
DhcpV4CreatePolicyEx
|
||||
DhcpV4DeletePolicy
|
||||
DhcpV4EnumPolicies
|
||||
DhcpV4EnumPoliciesEx
|
||||
DhcpV4EnumSubnetClients
|
||||
DhcpV4EnumSubnetClientsEx
|
||||
DhcpV4EnumSubnetReservations
|
||||
DhcpV4FailoverAddScopeToRelationship
|
||||
DhcpV4FailoverCreateRelationship
|
||||
DhcpV4FailoverDeleteRelationship
|
||||
DhcpV4FailoverDeleteScopeFromRelationship
|
||||
DhcpV4FailoverEnumRelationship
|
||||
DhcpV4FailoverGetAddressStatus
|
||||
DhcpV4FailoverGetClientInfo
|
||||
DhcpV4FailoverGetRelationship
|
||||
DhcpV4FailoverGetScopeRelationship
|
||||
DhcpV4FailoverGetScopeStatistics
|
||||
DhcpV4FailoverGetSystemTime
|
||||
DhcpV4FailoverSetRelationship
|
||||
DhcpV4FailoverTriggerAddrAllocation
|
||||
DhcpV4GetAllOptionValues
|
||||
DhcpV4GetClientInfo
|
||||
DhcpV4GetClientInfoEx
|
||||
DhcpV4GetFreeIPAddress
|
||||
DhcpV4GetOptionValue
|
||||
DhcpV4GetPolicy
|
||||
DhcpV4GetPolicyEx
|
||||
DhcpV4QueryPolicyEnforcement
|
||||
DhcpV4RemoveOptionValue
|
||||
DhcpV4RemovePolicyRange
|
||||
DhcpV4SetOptionValue
|
||||
DhcpV4SetOptionValues
|
||||
DhcpV4SetPolicy
|
||||
DhcpV4SetPolicyEnforcement
|
||||
DhcpV4SetPolicyEx
|
||||
DhcpV6CreateClientInfo
|
||||
DhcpV6GetFreeIPAddress
|
||||
DhcpV6GetStatelessStatistics
|
||||
DhcpV6GetStatelessStoreParams
|
||||
DhcpV6SetStatelessStoreParams
|
||||
13
lib/libc/mingw/lib-common/dinput8.def
Normal file
13
lib/libc/mingw/lib-common/dinput8.def
Normal file
@ -0,0 +1,13 @@
|
||||
;
|
||||
; Exports of file DINPUT8.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY DINPUT8.dll
|
||||
EXPORTS
|
||||
DirectInput8Create
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
295
lib/libc/mingw/lib-common/dnsapi.def
Normal file
295
lib/libc/mingw/lib-common/dnsapi.def
Normal file
@ -0,0 +1,295 @@
|
||||
;
|
||||
; Definition file of DNSAPI.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "DNSAPI.dll"
|
||||
EXPORTS
|
||||
AdaptiveTimeout_ClearInterfaceSpecificConfiguration
|
||||
AdaptiveTimeout_ResetAdaptiveTimeout
|
||||
AddRefQueryBlobEx
|
||||
BreakRecordsIntoBlob
|
||||
Coalesce_UpdateNetVersion
|
||||
CombineRecordsInBlob
|
||||
DeRefQueryBlobEx
|
||||
DelaySortDAServerlist
|
||||
DnsAcquireContextHandle_A
|
||||
DnsAcquireContextHandle_W
|
||||
DnsAllocateRecord
|
||||
DnsApiAlloc
|
||||
DnsApiAllocZero
|
||||
DnsApiFree
|
||||
DnsApiHeapReset
|
||||
DnsApiRealloc
|
||||
DnsApiSetDebugGlobals
|
||||
DnsAsyncRegisterHostAddrs
|
||||
DnsAsyncRegisterInit
|
||||
DnsAsyncRegisterTerm
|
||||
DnsCancelQuery
|
||||
DnsCheckNrptRuleIntegrity
|
||||
DnsCheckNrptRules
|
||||
DnsConnectionDeletePolicyEntries
|
||||
DnsConnectionDeletePolicyEntriesPrivate
|
||||
DnsConnectionDeleteProxyInfo
|
||||
DnsConnectionFreeNameList
|
||||
DnsConnectionFreeProxyInfo
|
||||
DnsConnectionFreeProxyInfoEx
|
||||
DnsConnectionFreeProxyList
|
||||
DnsConnectionGetHandleForHostUrlPrivate
|
||||
DnsConnectionGetNameList
|
||||
DnsConnectionGetProxyInfo
|
||||
DnsConnectionGetProxyInfoForHostUrl
|
||||
DnsConnectionGetProxyList
|
||||
DnsConnectionSetPolicyEntries
|
||||
DnsConnectionSetPolicyEntriesPrivate
|
||||
DnsConnectionSetProxyInfo
|
||||
DnsConnectionUpdateIfIndexTable
|
||||
DnsCopyStringEx
|
||||
DnsCreateReverseNameStringForIpAddress
|
||||
DnsCreateStandardDnsNameCopy
|
||||
DnsCreateStringCopy
|
||||
DnsDeRegisterLocal
|
||||
DnsDhcpRegisterAddrs
|
||||
DnsDhcpRegisterHostAddrs
|
||||
DnsDhcpRegisterInit
|
||||
DnsDhcpRegisterTerm
|
||||
DnsDhcpRemoveRegistrations
|
||||
DnsDhcpSrvRegisterHostAddr
|
||||
DnsDhcpSrvRegisterHostAddrEx
|
||||
DnsDhcpSrvRegisterHostName
|
||||
DnsDhcpSrvRegisterHostNameEx
|
||||
DnsDhcpSrvRegisterInit
|
||||
DnsDhcpSrvRegisterInitEx
|
||||
DnsDhcpSrvRegisterInitialize
|
||||
DnsDhcpSrvRegisterTerm
|
||||
DnsDisableIdnEncoding
|
||||
DnsDowncaseDnsNameLabel
|
||||
DnsExtractRecordsFromMessage_UTF8
|
||||
DnsExtractRecordsFromMessage_W
|
||||
DnsFindAuthoritativeZone
|
||||
DnsFlushResolverCache
|
||||
DnsFlushResolverCacheEntry_A
|
||||
DnsFlushResolverCacheEntry_UTF8
|
||||
DnsFlushResolverCacheEntry_W
|
||||
DnsFree
|
||||
DnsFreeAdaptersInfo
|
||||
DnsFreeConfigStructure
|
||||
DnsFreeNrptRule
|
||||
DnsFreeNrptRuleNamesList
|
||||
DnsFreePolicyConfig
|
||||
DnsFreeProxyName
|
||||
DnsGetAdaptersInfo
|
||||
DnsGetApplicationIdentifier
|
||||
DnsGetBufferLengthForStringCopy
|
||||
DnsGetCacheDataTable
|
||||
DnsGetCacheDataTableEx
|
||||
DnsGetDnsServerList
|
||||
DnsGetDomainName
|
||||
DnsGetInterfaceSettings
|
||||
DnsGetLastFailedUpdateInfo
|
||||
DnsGetNrptRuleNamesList
|
||||
DnsGetPolicyTableInfo
|
||||
DnsGetPolicyTableInfoPrivate
|
||||
DnsGetPrimaryDomainName_A
|
||||
DnsGetProxyInfoPrivate
|
||||
DnsGetProxyInformation
|
||||
DnsGetQueryRetryTimeouts
|
||||
DnsGetSettings
|
||||
DnsGlobals DATA
|
||||
DnsIpv6AddressToString
|
||||
DnsIpv6StringToAddress
|
||||
DnsIsAMailboxType
|
||||
DnsIsNSECType
|
||||
DnsIsStatusRcode
|
||||
DnsIsStringCountValidForTextType
|
||||
DnsLogEvent
|
||||
DnsMapRcodeToStatus
|
||||
DnsModifyRecordsInSet_A
|
||||
DnsModifyRecordsInSet_UTF8
|
||||
DnsModifyRecordsInSet_W
|
||||
DnsNameCompareEx_A
|
||||
DnsNameCompareEx_UTF8
|
||||
DnsNameCompareEx_W
|
||||
DnsNameCompare_A
|
||||
DnsNameCompare_UTF8
|
||||
DnsNameCompare_W
|
||||
DnsNameCopy
|
||||
DnsNameCopyAllocate
|
||||
DnsNetworkInfo_CreateFromFAZ
|
||||
DnsNetworkInformation_CreateFromFAZ
|
||||
DnsNotifyResolver
|
||||
DnsNotifyResolverClusterIp
|
||||
DnsNotifyResolverEx
|
||||
DnsQueryConfig
|
||||
DnsQueryConfigAllocEx
|
||||
DnsQueryConfigDword
|
||||
DnsQueryEx
|
||||
DnsQueryExA
|
||||
DnsQueryExUTF8
|
||||
DnsQueryExW
|
||||
DnsQuery_A
|
||||
DnsQuery_UTF8
|
||||
DnsQuery_W
|
||||
DnsRecordBuild_UTF8
|
||||
DnsRecordBuild_W
|
||||
DnsRecordCompare
|
||||
DnsRecordCopyEx
|
||||
DnsRecordListFree
|
||||
DnsRecordListUnmapV4MappedAAAAInPlace
|
||||
DnsRecordSetCompare
|
||||
DnsRecordSetCopyEx
|
||||
DnsRecordSetDetach
|
||||
DnsRecordStringForType
|
||||
DnsRecordStringForWritableType
|
||||
DnsRecordTypeForName
|
||||
DnsRegisterLocal
|
||||
DnsReleaseContextHandle
|
||||
DnsRemoveNrptRule
|
||||
DnsRemoveRegistrations
|
||||
DnsReplaceRecordSetA
|
||||
DnsReplaceRecordSetUTF8
|
||||
DnsReplaceRecordSetW
|
||||
DnsResetQueryRetryTimeouts
|
||||
DnsResolverOp
|
||||
DnsResolverQueryHvsi
|
||||
DnsScreenLocalAddrsForRegistration
|
||||
DnsServiceBrowse
|
||||
DnsServiceBrowseCancel
|
||||
DnsServiceConstructInstance
|
||||
DnsServiceCopyInstance
|
||||
DnsServiceDeRegister
|
||||
DnsServiceFreeInstance
|
||||
DnsServiceRegister
|
||||
DnsServiceRegisterCancel
|
||||
DnsServiceResolve
|
||||
DnsServiceResolveCancel
|
||||
DnsSetConfigDword
|
||||
DnsSetConfigValue
|
||||
DnsSetInterfaceSettings
|
||||
DnsSetNrptRule
|
||||
DnsSetNrptRules
|
||||
DnsSetQueryRetryTimeouts
|
||||
DnsSetSettings
|
||||
DnsStartMulticastQuery
|
||||
DnsStatusString
|
||||
DnsStopMulticastQuery
|
||||
DnsStringCopyAllocateEx
|
||||
DnsTraceServerConfig
|
||||
DnsUnicodeToUtf8
|
||||
DnsUpdate
|
||||
DnsUpdateMachinePresence
|
||||
DnsUpdateTest_A
|
||||
DnsUpdateTest_UTF8
|
||||
DnsUpdateTest_W
|
||||
DnsUtf8ToUnicode
|
||||
DnsValidateNameOrIp_TempW
|
||||
DnsValidateName_A
|
||||
DnsValidateName_UTF8
|
||||
DnsValidateName_W
|
||||
DnsValidateServerArray_A
|
||||
DnsValidateServerArray_W
|
||||
DnsValidateServerStatus
|
||||
DnsValidateServer_A
|
||||
DnsValidateServer_W
|
||||
DnsValidateUtf8Byte
|
||||
DnsWriteQuestionToBuffer_UTF8
|
||||
DnsWriteQuestionToBuffer_W
|
||||
DnsWriteReverseNameStringForIpAddress
|
||||
Dns_AddRecordsToMessage
|
||||
Dns_AllocateMsgBuf
|
||||
Dns_BuildPacket
|
||||
Dns_CacheServiceCleanup
|
||||
Dns_CacheServiceInit
|
||||
Dns_CacheServiceStopIssued
|
||||
Dns_CleanupWinsock
|
||||
Dns_CloseConnection
|
||||
Dns_CloseSocket
|
||||
Dns_CreateMulticastSocket
|
||||
Dns_CreateSocket
|
||||
Dns_CreateSocketEx
|
||||
Dns_ExtractRecordsFromMessage
|
||||
Dns_FindAuthoritativeZoneLib
|
||||
Dns_FreeMsgBuf
|
||||
Dns_GetRandomXid
|
||||
Dns_InitializeMsgBuf
|
||||
Dns_InitializeMsgRemoteSockaddr
|
||||
Dns_InitializeWinsock
|
||||
Dns_OpenTcpConnectionAndSend
|
||||
Dns_ParseMessage
|
||||
Dns_ParsePacketRecord
|
||||
Dns_PingAdapterServers
|
||||
Dns_ReadPacketName
|
||||
Dns_ReadPacketNameAllocate
|
||||
Dns_ReadRecordStructureFromPacket
|
||||
Dns_RecvTcp
|
||||
Dns_ResetNetworkInfo
|
||||
Dns_SendAndRecvUdp
|
||||
Dns_SendEx
|
||||
Dns_SetRecordDatalength
|
||||
Dns_SetRecordsSection
|
||||
Dns_SetRecordsTtl
|
||||
Dns_SkipPacketName
|
||||
Dns_SkipToRecord
|
||||
Dns_UpdateLib
|
||||
Dns_UpdateLibEx
|
||||
Dns_WriteDottedNameToPacket
|
||||
Dns_WriteQuestionToMessage
|
||||
Dns_WriteRecordStructureToPacketEx
|
||||
ExtraInfo_Init
|
||||
Faz_AreServerListsInSameNameSpace
|
||||
FlushDnsPolicyUnreachableStatus
|
||||
GetCurrentTimeInSeconds
|
||||
HostsFile_Close
|
||||
HostsFile_Open
|
||||
HostsFile_ReadLine
|
||||
IpHelp_IsAddrOnLink
|
||||
Local_GetRecordsForLocalName
|
||||
Local_GetRecordsForLocalNameEx
|
||||
NetInfo_Build
|
||||
NetInfo_Clean
|
||||
NetInfo_Copy
|
||||
NetInfo_CopyNetworkIndex
|
||||
NetInfo_CreatePerNetworkNetinfo
|
||||
NetInfo_Free
|
||||
NetInfo_GetAdapterByAddress
|
||||
NetInfo_GetAdapterByInterfaceIndex
|
||||
NetInfo_GetAdapterByName
|
||||
NetInfo_IsAddrConfig
|
||||
NetInfo_IsForUpdate
|
||||
NetInfo_IsTcpipConfigChange
|
||||
NetInfo_ResetServerPriorities
|
||||
NetInfo_UpdateDnsInterfaceConfigChange
|
||||
NetInfo_UpdateNetworkProperties
|
||||
NetInfo_UpdateServerReachability
|
||||
QueryDirectEx
|
||||
Query_Cancel
|
||||
Query_Main
|
||||
Reg_FreeUpdateInfo
|
||||
Reg_GetValueEx
|
||||
Reg_ReadGlobalsEx
|
||||
Reg_ReadUpdateInfo
|
||||
Security_ContextListTimeout
|
||||
Send_AndRecvUdpWithParam
|
||||
Send_MessagePrivate
|
||||
Send_MessagePrivateEx
|
||||
Send_OpenTcpConnectionAndSend
|
||||
Socket_CacheCleanup
|
||||
Socket_CacheInit
|
||||
Socket_CleanupWinsock
|
||||
Socket_ClearMessageSockets
|
||||
Socket_CloseEx
|
||||
Socket_CloseMessageSockets
|
||||
Socket_Create
|
||||
Socket_CreateMulticast
|
||||
Socket_InitWinsock
|
||||
Socket_JoinMulticast
|
||||
Socket_RecvFrom
|
||||
Socket_SetMulticastInterface
|
||||
Socket_SetMulticastLoopBack
|
||||
Socket_SetTtl
|
||||
Socket_TcpListen
|
||||
Trace_Reset
|
||||
Update_ReplaceAddressRecordsW
|
||||
Util_IsIp6Running
|
||||
Util_IsRunningOnXboxOne
|
||||
WriteDnsNrptRulesToRegistry
|
||||
20
lib/libc/mingw/lib-common/dsound.def
Normal file
20
lib/libc/mingw/lib-common/dsound.def
Normal file
@ -0,0 +1,20 @@
|
||||
;
|
||||
; Exports of file DSOUND.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY DSOUND.dll
|
||||
EXPORTS
|
||||
DirectSoundCreate
|
||||
DirectSoundEnumerateA
|
||||
DirectSoundEnumerateW
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
DirectSoundCaptureCreate
|
||||
DirectSoundCaptureEnumerateA
|
||||
DirectSoundCaptureEnumerateW
|
||||
GetDeviceID
|
||||
DirectSoundFullDuplexCreate
|
||||
DirectSoundCreate8
|
||||
DirectSoundCaptureCreate8
|
||||
31
lib/libc/mingw/lib-common/dsprop.def
Normal file
31
lib/libc/mingw/lib-common/dsprop.def
Normal file
@ -0,0 +1,31 @@
|
||||
;
|
||||
; Exports of file dsprop.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY dsprop.dll
|
||||
EXPORTS
|
||||
CheckADsError
|
||||
CrackName
|
||||
DSPROP_GetGCSearchOnDomain
|
||||
ErrMsg
|
||||
ErrMsgParam
|
||||
FindSheet
|
||||
MsgBox
|
||||
ReportError
|
||||
Smart_PADS_ATTR_INFO__Empty
|
||||
ADsPropCheckIfWritable
|
||||
ADsPropCreateNotifyObj
|
||||
ADsPropGetInitInfo
|
||||
ADsPropSendErrorMessage
|
||||
ADsPropSetHwnd
|
||||
ADsPropSetHwndWithTitle
|
||||
ADsPropShowErrorDialog
|
||||
BringSheetToForeground
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
IsSheetAlreadyUp
|
||||
PostADsPropSheet
|
||||
21
lib/libc/mingw/lib-common/dsrole.def
Normal file
21
lib/libc/mingw/lib-common/dsrole.def
Normal file
@ -0,0 +1,21 @@
|
||||
;
|
||||
; Definition file of dsrole.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "dsrole.dll"
|
||||
EXPORTS
|
||||
DsRoleAbortDownlevelServerUpgrade
|
||||
DsRoleCancel
|
||||
DsRoleDcAsDc
|
||||
DsRoleDcAsReplica
|
||||
DsRoleDemoteDc
|
||||
DsRoleDnsNameToFlatName
|
||||
DsRoleFreeMemory
|
||||
DsRoleGetDatabaseFacts
|
||||
DsRoleGetDcOperationProgress
|
||||
DsRoleGetDcOperationResults
|
||||
DsRoleGetPrimaryDomainInformation
|
||||
DsRoleIfmHandleFree
|
||||
DsRoleServerSaveStateForUpgrade
|
||||
DsRoleUpgradeDownlevelServer
|
||||
14
lib/libc/mingw/lib-common/dssec.def
Normal file
14
lib/libc/mingw/lib-common/dssec.def
Normal file
@ -0,0 +1,14 @@
|
||||
;
|
||||
; Exports of file DSSEC.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY DSSEC.dll
|
||||
EXPORTS
|
||||
DSCreateISecurityInfoObject
|
||||
DSCreateSecurityPage
|
||||
DSEditSecurity
|
||||
DSCreateISecurityInfoObjectEx
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
17
lib/libc/mingw/lib-common/dsuiext.def
Normal file
17
lib/libc/mingw/lib-common/dsuiext.def
Normal file
@ -0,0 +1,17 @@
|
||||
;
|
||||
; Exports of file dsuiext.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY dsuiext.dll
|
||||
EXPORTS
|
||||
DsBrowseForContainerA
|
||||
DsBrowseForContainerW
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
DllInstall
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
DsGetIcon
|
||||
DsGetFriendlyClassName
|
||||
48
lib/libc/mingw/lib-common/dwmapi.def
Normal file
48
lib/libc/mingw/lib-common/dwmapi.def
Normal file
@ -0,0 +1,48 @@
|
||||
;
|
||||
; Definition file of dwmapi.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "dwmapi.dll"
|
||||
EXPORTS
|
||||
DwmpDxGetWindowSharedSurface
|
||||
DwmpDxUpdateWindowSharedSurface
|
||||
DwmEnableComposition
|
||||
DwmAttachMilContent
|
||||
DwmDefWindowProc
|
||||
DwmDetachMilContent
|
||||
DwmEnableBlurBehindWindow
|
||||
DwmEnableMMCSS
|
||||
DwmExtendFrameIntoClientArea
|
||||
DwmFlush
|
||||
DwmGetColorizationColor
|
||||
DwmpDxBindSwapChain
|
||||
DwmpDxUnbindSwapChain
|
||||
DwmpDxgiIsThreadDesktopComposited
|
||||
DwmGetCompositionTimingInfo
|
||||
DwmGetGraphicsStreamClient
|
||||
DwmpDxUpdateWindowRedirectionBltSurface
|
||||
DwmpRenderFlick
|
||||
DwmpAllocateSecurityDescriptor
|
||||
DwmpFreeSecurityDescriptor
|
||||
DwmpEnableDDASupport
|
||||
DwmGetGraphicsStreamTransformHint
|
||||
DwmTetherTextContact
|
||||
DwmGetTransportAttributes
|
||||
DwmGetWindowAttribute
|
||||
DwmInvalidateIconicBitmaps
|
||||
DwmIsCompositionEnabled
|
||||
DwmModifyPreviousDxFrameDuration
|
||||
DwmQueryThumbnailSourceSize
|
||||
DwmRegisterThumbnail
|
||||
DwmRenderGesture
|
||||
DwmSetDxFrameDuration
|
||||
DwmSetIconicLivePreviewBitmap
|
||||
DwmSetIconicThumbnail
|
||||
DwmSetPresentParameters
|
||||
DwmSetWindowAttribute
|
||||
DwmShowContact
|
||||
DwmTetherContact
|
||||
DwmTransitionOwnedWindow
|
||||
DwmUnregisterThumbnail
|
||||
DwmUpdateThumbnailProperties
|
||||
8
lib/libc/mingw/lib-common/dwrite.def
Normal file
8
lib/libc/mingw/lib-common/dwrite.def
Normal file
@ -0,0 +1,8 @@
|
||||
;
|
||||
; Definition file of DWrite.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "DWrite.dll"
|
||||
EXPORTS
|
||||
DWriteCreateFactory
|
||||
54
lib/libc/mingw/lib-common/dxgi.def
Normal file
54
lib/libc/mingw/lib-common/dxgi.def
Normal file
@ -0,0 +1,54 @@
|
||||
LIBRARY "dxgi.dll"
|
||||
EXPORTS
|
||||
CompatString
|
||||
CompatValue
|
||||
D3DKMTCloseAdapter
|
||||
D3DKMTDestroyAllocation
|
||||
D3DKMTDestroyContext
|
||||
D3DKMTDestroyDevice
|
||||
D3DKMTDestroySynchronizationObject
|
||||
D3DKMTQueryAdapterInfo
|
||||
D3DKMTSetDisplayPrivateDriverFormat
|
||||
D3DKMTSignalSynchronizationObject
|
||||
D3DKMTUnlock
|
||||
D3DKMTWaitForSynchronizationObject
|
||||
DXGIDumpJournal
|
||||
DXGIRevertToSxS
|
||||
OpenAdapter10
|
||||
OpenAdapter10_2
|
||||
SetAppCompatStringPointer
|
||||
CreateDXGIFactory
|
||||
CreateDXGIFactory1
|
||||
CreateDXGIFactory2
|
||||
D3DKMTCreateAllocation
|
||||
D3DKMTCreateContext
|
||||
D3DKMTCreateDevice
|
||||
D3DKMTCreateSynchronizationObject
|
||||
D3DKMTEscape
|
||||
D3DKMTGetContextSchedulingPriority
|
||||
D3DKMTGetDeviceState
|
||||
D3DKMTGetDisplayModeList
|
||||
D3DKMTGetMultisampleMethodList
|
||||
D3DKMTGetRuntimeData
|
||||
D3DKMTGetSharedPrimaryHandle
|
||||
D3DKMTLock
|
||||
D3DKMTOpenAdapterFromHdc
|
||||
D3DKMTOpenResource
|
||||
D3DKMTPresent
|
||||
D3DKMTQueryAllocationResidency
|
||||
D3DKMTQueryResourceInfo
|
||||
D3DKMTRender
|
||||
D3DKMTSetAllocationPriority
|
||||
D3DKMTSetContextSchedulingPriority
|
||||
D3DKMTSetDisplayMode
|
||||
D3DKMTSetGammaRamp
|
||||
D3DKMTSetVidPnSourceOwner
|
||||
D3DKMTWaitForSynchronizationObject
|
||||
D3DKMTWaitForVerticalBlankEvent
|
||||
DXGID3D10CreateDevice
|
||||
DXGID3D10CreateLayeredDevice
|
||||
DXGID3D10ETWRundown
|
||||
DXGID3D10GetLayeredDeviceSize
|
||||
DXGID3D10RegisterLayers
|
||||
DXGIGetDebugInterface1
|
||||
DXGIReportAdapterConfiguration
|
||||
40
lib/libc/mingw/lib-common/dxva2.def
Normal file
40
lib/libc/mingw/lib-common/dxva2.def
Normal file
@ -0,0 +1,40 @@
|
||||
LIBRARY "dxva2.dll"
|
||||
EXPORTS
|
||||
CapabilitiesRequestAndCapabilitiesReply
|
||||
DXVA2CreateDirect3DDeviceManager9
|
||||
DXVA2CreateVideoService
|
||||
DXVAHD_CreateDevice
|
||||
DegaussMonitor
|
||||
DestroyPhysicalMonitor
|
||||
DestroyPhysicalMonitors
|
||||
GetCapabilitiesStringLength
|
||||
GetMonitorBrightness
|
||||
GetMonitorCapabilities
|
||||
GetMonitorColorTemperature
|
||||
GetMonitorContrast
|
||||
GetMonitorDisplayAreaPosition
|
||||
GetMonitorDisplayAreaSize
|
||||
GetMonitorRedGreenOrBlueDrive
|
||||
GetMonitorRedGreenOrBlueGain
|
||||
GetMonitorTechnologyType
|
||||
GetNumberOfPhysicalMonitorsFromHMONITOR
|
||||
GetNumberOfPhysicalMonitorsFromIDirect3DDevice9
|
||||
GetPhysicalMonitorsFromHMONITOR
|
||||
GetPhysicalMonitorsFromIDirect3DDevice9
|
||||
GetTimingReport
|
||||
GetVCPFeatureAndVCPFeatureReply
|
||||
OPMGetVideoOutputsFromHMONITOR
|
||||
OPMGetVideoOutputsFromIDirect3DDevice9Object
|
||||
RestoreMonitorFactoryColorDefaults
|
||||
RestoreMonitorFactoryDefaults
|
||||
SaveCurrentMonitorSettings
|
||||
SaveCurrentSettings
|
||||
SetMonitorBrightness
|
||||
SetMonitorColorTemperature
|
||||
SetMonitorContrast
|
||||
SetMonitorDisplayAreaPosition
|
||||
SetMonitorDisplayAreaSize
|
||||
SetMonitorRedGreenOrBlueDrive
|
||||
SetMonitorRedGreenOrBlueGain
|
||||
SetVCPFeature
|
||||
UABGetCertificate
|
||||
22
lib/libc/mingw/lib-common/eappcfg.def
Normal file
22
lib/libc/mingw/lib-common/eappcfg.def
Normal file
@ -0,0 +1,22 @@
|
||||
;
|
||||
; Definition file of eappcfg.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "eappcfg.dll"
|
||||
EXPORTS
|
||||
EapHostPeerConfigBlob2Xml
|
||||
EapHostPeerConfigXml2Blob
|
||||
EapHostPeerCreateMethodConfiguration
|
||||
EapHostPeerCredentialsXml2Blob
|
||||
EapHostPeerFreeErrorMemory
|
||||
EapHostPeerFreeMemory
|
||||
EapHostPeerGetMethodProperties
|
||||
EapHostPeerGetMethods
|
||||
EapHostPeerInvokeConfigUI
|
||||
EapHostPeerInvokeIdentityUI
|
||||
EapHostPeerInvokeInteractiveUI
|
||||
EapHostPeerQueryCredentialInputFields
|
||||
EapHostPeerQueryInteractiveUIInputFields
|
||||
EapHostPeerQueryUIBlobFromInteractiveUIInputFields
|
||||
EapHostPeerQueryUserBlobFromCredentialInputFields
|
||||
23
lib/libc/mingw/lib-common/eappprxy.def
Normal file
23
lib/libc/mingw/lib-common/eappprxy.def
Normal file
@ -0,0 +1,23 @@
|
||||
;
|
||||
; Definition file of eappprxy.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "eappprxy.dll"
|
||||
EXPORTS
|
||||
EapHostPeerBeginSession
|
||||
EapHostPeerClearConnection
|
||||
EapHostPeerEndSession
|
||||
EapHostPeerFreeEapError
|
||||
EapHostPeerFreeRuntimeMemory
|
||||
EapHostPeerGetAuthStatus
|
||||
EapHostPeerGetIdentity
|
||||
EapHostPeerGetResponseAttributes
|
||||
EapHostPeerGetResult
|
||||
EapHostPeerGetSendPacket
|
||||
EapHostPeerGetUIContext
|
||||
EapHostPeerInitialize
|
||||
EapHostPeerProcessReceivedPacket
|
||||
EapHostPeerSetResponseAttributes
|
||||
EapHostPeerSetUIContext
|
||||
EapHostPeerUninitialize
|
||||
12
lib/libc/mingw/lib-common/elscore.def
Normal file
12
lib/libc/mingw/lib-common/elscore.def
Normal file
@ -0,0 +1,12 @@
|
||||
;
|
||||
; Definition file of elscore.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "elscore.dll"
|
||||
EXPORTS
|
||||
MappingDoAction
|
||||
MappingFreePropertyBag
|
||||
MappingFreeServices
|
||||
MappingGetServices
|
||||
MappingRecognizeText
|
||||
31
lib/libc/mingw/lib-common/evr.def
Normal file
31
lib/libc/mingw/lib-common/evr.def
Normal file
@ -0,0 +1,31 @@
|
||||
;
|
||||
; Definition file of EVR.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "EVR.dll"
|
||||
EXPORTS
|
||||
MFConvertColorInfoFromDXVA
|
||||
MFConvertColorInfoToDXVA
|
||||
MFConvertFromFP16Array
|
||||
MFConvertToFP16Array
|
||||
MFCopyImage
|
||||
MFCreateDXSurfaceBuffer
|
||||
MFCreateVideoMediaType
|
||||
MFCreateVideoMediaTypeFromBitMapInfoHeader
|
||||
MFCreateVideoMediaTypeFromSubtype
|
||||
MFCreateVideoMediaTypeFromVideoInfoHeader
|
||||
MFCreateVideoMediaTypeFromVideoInfoHeader2
|
||||
MFCreateVideoMixer
|
||||
MFCreateVideoMixerAndPresenter
|
||||
MFCreateVideoOTA
|
||||
MFCreateVideoPresenter
|
||||
MFCreateVideoPresenter2
|
||||
MFCreateVideoSampleAllocator
|
||||
MFCreateVideoSampleFromSurface
|
||||
MFGetPlaneSize
|
||||
MFGetStrideForBitmapInfoHeader
|
||||
MFGetUncompressedVideoFormat
|
||||
MFInitVideoFormat
|
||||
MFInitVideoFormat_RGB
|
||||
MFIsFormatYUV
|
||||
37
lib/libc/mingw/lib-common/fltlib.def
Normal file
37
lib/libc/mingw/lib-common/fltlib.def
Normal file
@ -0,0 +1,37 @@
|
||||
;
|
||||
; Exports of file FLTLIB.DLL
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY FLTLIB.DLL
|
||||
EXPORTS
|
||||
FilterAttach
|
||||
FilterAttachAtAltitude
|
||||
FilterClose
|
||||
FilterConnectCommunicationPort
|
||||
FilterCreate
|
||||
FilterDetach
|
||||
FilterFindClose
|
||||
FilterFindFirst
|
||||
FilterFindNext
|
||||
FilterGetDosName
|
||||
FilterGetInformation
|
||||
FilterGetMessage
|
||||
FilterInstanceClose
|
||||
FilterInstanceCreate
|
||||
FilterInstanceFindClose
|
||||
FilterInstanceFindFirst
|
||||
FilterInstanceFindNext
|
||||
FilterInstanceGetInformation
|
||||
FilterLoad
|
||||
FilterReplyMessage
|
||||
FilterSendMessage
|
||||
FilterUnload
|
||||
FilterVolumeClose
|
||||
FilterVolumeFindClose
|
||||
FilterVolumeFindFirst
|
||||
FilterVolumeFindNext
|
||||
FilterVolumeInstanceFindClose
|
||||
FilterVolumeInstanceFindFirst
|
||||
FilterVolumeInstanceFindNext
|
||||
10
lib/libc/mingw/lib-common/fontsub.def
Normal file
10
lib/libc/mingw/lib-common/fontsub.def
Normal file
@ -0,0 +1,10 @@
|
||||
;
|
||||
; Exports of file FONTSUB.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY FONTSUB.dll
|
||||
EXPORTS
|
||||
CreateFontPackage
|
||||
MergeFontPackage
|
||||
18
lib/libc/mingw/lib-common/gpedit.def
Normal file
18
lib/libc/mingw/lib-common/gpedit.def
Normal file
@ -0,0 +1,18 @@
|
||||
;
|
||||
; Exports of file GPEDIT.DLL
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY GPEDIT.DLL
|
||||
EXPORTS
|
||||
BrowseForGPO
|
||||
CreateGPOLink
|
||||
DeleteAllGPOLinks
|
||||
DeleteGPOLink
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
DllRegisterServer
|
||||
DllUnregisterServer
|
||||
ExportRSoPData
|
||||
ImportRSoPData
|
||||
52
lib/libc/mingw/lib-common/hid.def
Normal file
52
lib/libc/mingw/lib-common/hid.def
Normal file
@ -0,0 +1,52 @@
|
||||
;
|
||||
; Exports of file HID.DLL
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY HID.DLL
|
||||
EXPORTS
|
||||
HidD_FlushQueue
|
||||
HidD_FreePreparsedData
|
||||
HidD_GetAttributes
|
||||
HidD_GetConfiguration
|
||||
HidD_GetFeature
|
||||
HidD_GetHidGuid
|
||||
HidD_GetIndexedString
|
||||
HidD_GetInputReport
|
||||
HidD_GetManufacturerString
|
||||
HidD_GetMsGenreDescriptor
|
||||
HidD_GetNumInputBuffers
|
||||
HidD_GetPhysicalDescriptor
|
||||
HidD_GetPreparsedData
|
||||
HidD_GetProductString
|
||||
HidD_GetSerialNumberString
|
||||
HidD_Hello
|
||||
HidD_SetConfiguration
|
||||
HidD_SetFeature
|
||||
HidD_SetNumInputBuffers
|
||||
HidD_SetOutputReport
|
||||
HidP_GetButtonCaps
|
||||
HidP_GetCaps
|
||||
HidP_GetData
|
||||
HidP_GetExtendedAttributes
|
||||
HidP_GetLinkCollectionNodes
|
||||
HidP_GetScaledUsageValue
|
||||
HidP_GetSpecificButtonCaps
|
||||
HidP_GetSpecificValueCaps
|
||||
HidP_GetUsageValue
|
||||
HidP_GetUsageValueArray
|
||||
HidP_GetUsages
|
||||
HidP_GetUsagesEx
|
||||
HidP_GetValueCaps
|
||||
HidP_InitializeReportForID
|
||||
HidP_MaxDataListLength
|
||||
HidP_MaxUsageListLength
|
||||
HidP_SetData
|
||||
HidP_SetScaledUsageValue
|
||||
HidP_SetUsageValue
|
||||
HidP_SetUsageValueArray
|
||||
HidP_SetUsages
|
||||
HidP_TranslateUsagesToI8042ScanCodes
|
||||
HidP_UnsetUsages
|
||||
HidP_UsageListDifference
|
||||
40
lib/libc/mingw/lib-common/hlink.def
Normal file
40
lib/libc/mingw/lib-common/hlink.def
Normal file
@ -0,0 +1,40 @@
|
||||
;
|
||||
; Exports of file hlink.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY hlink.dll
|
||||
EXPORTS
|
||||
HlinkCreateFromMoniker
|
||||
HlinkCreateFromString
|
||||
HlinkCreateFromData
|
||||
HlinkCreateBrowseContext
|
||||
HlinkClone
|
||||
HlinkNavigateToStringReference
|
||||
HlinkOnNavigate
|
||||
HlinkNavigate
|
||||
HlinkUpdateStackItem
|
||||
HlinkOnRenameDocument
|
||||
DllCanUnloadNow
|
||||
HlinkResolveMonikerForData
|
||||
HlinkResolveStringForData
|
||||
OleSaveToStreamEx
|
||||
DllGetClassObject
|
||||
HlinkParseDisplayName
|
||||
DllRegisterServer
|
||||
HlinkQueryCreateFromData
|
||||
HlinkSetSpecialReference
|
||||
HlinkGetSpecialReference
|
||||
HlinkCreateShortcut
|
||||
HlinkResolveShortcut
|
||||
HlinkIsShortcut
|
||||
HlinkResolveShortcutToString
|
||||
HlinkCreateShortcutFromString
|
||||
HlinkGetValueFromParams
|
||||
HlinkCreateShortcutFromMoniker
|
||||
HlinkResolveShortcutToMoniker
|
||||
HlinkTranslateURL
|
||||
HlinkCreateExtensionServices
|
||||
HlinkPreprocessMoniker
|
||||
DllUnregisterServer
|
||||
29
lib/libc/mingw/lib-common/icm32.def
Normal file
29
lib/libc/mingw/lib-common/icm32.def
Normal file
@ -0,0 +1,29 @@
|
||||
;
|
||||
; Exports of file ICM32.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY ICM32.dll
|
||||
EXPORTS
|
||||
CMCheckColors
|
||||
CMCheckColorsInGamut
|
||||
CMCheckRGBs
|
||||
CMCreateDeviceLinkProfile
|
||||
CMCreateMultiProfileTransform
|
||||
CMCreateProfile
|
||||
CMCreateProfileW
|
||||
CMCreateTransform
|
||||
CMCreateTransformExt
|
||||
CMCreateTransformExtW
|
||||
CMCreateTransformW
|
||||
CMDeleteTransform
|
||||
CMGetInfo
|
||||
CMIsProfileValid
|
||||
CMTranslateColors
|
||||
CMTranslateRGB
|
||||
CMTranslateRGBs
|
||||
CMTranslateRGBsExt
|
||||
CMConvertColorNameToIndex
|
||||
CMConvertIndexToColorName
|
||||
CMGetNamedProfileInfo
|
||||
12
lib/libc/mingw/lib-common/icmui.def
Normal file
12
lib/libc/mingw/lib-common/icmui.def
Normal file
@ -0,0 +1,12 @@
|
||||
;
|
||||
; Exports of file ICMUI.DLL
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY ICMUI.DLL
|
||||
EXPORTS
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
SetupColorMatchingA
|
||||
SetupColorMatchingW
|
||||
15
lib/libc/mingw/lib-common/ksuser.def
Normal file
15
lib/libc/mingw/lib-common/ksuser.def
Normal file
@ -0,0 +1,15 @@
|
||||
;
|
||||
; Definition file of ksuser.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "ksuser.dll"
|
||||
EXPORTS
|
||||
KsCreateAllocator
|
||||
KsCreateAllocator2
|
||||
KsCreateClock
|
||||
KsCreateClock2
|
||||
KsCreatePin
|
||||
KsCreatePin2
|
||||
KsCreateTopologyNode
|
||||
KsCreateTopologyNode2
|
||||
51
lib/libc/mingw/lib-common/ktmw32.def
Normal file
51
lib/libc/mingw/lib-common/ktmw32.def
Normal file
@ -0,0 +1,51 @@
|
||||
;
|
||||
; Definition file of ktmw32.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008
|
||||
;
|
||||
LIBRARY "ktmw32.dll"
|
||||
EXPORTS
|
||||
CommitComplete
|
||||
CommitEnlistment
|
||||
CommitTransaction
|
||||
CommitTransactionAsync
|
||||
CreateEnlistment
|
||||
CreateResourceManager
|
||||
CreateTransaction
|
||||
CreateTransactionManager
|
||||
GetCurrentClockTransactionManager
|
||||
GetEnlistmentId
|
||||
GetEnlistmentRecoveryInformation
|
||||
GetNotificationResourceManager
|
||||
GetNotificationResourceManagerAsync
|
||||
GetTransactionId
|
||||
GetTransactionInformation
|
||||
GetTransactionManagerId
|
||||
OpenEnlistment
|
||||
OpenResourceManager
|
||||
OpenTransaction
|
||||
OpenTransactionManager
|
||||
OpenTransactionManagerById
|
||||
PrePrepareComplete
|
||||
PrePrepareEnlistment
|
||||
PrepareComplete
|
||||
PrepareEnlistment
|
||||
PrivCreateTransaction
|
||||
PrivIsLogWritableTransactionManager
|
||||
PrivPropagationComplete
|
||||
PrivPropagationFailed
|
||||
PrivRegisterProtocolAddressInformation
|
||||
ReadOnlyEnlistment
|
||||
RecoverEnlistment
|
||||
RecoverResourceManager
|
||||
RecoverTransactionManager
|
||||
RenameTransactionManager
|
||||
RollbackComplete
|
||||
RollbackEnlistment
|
||||
RollbackTransaction
|
||||
RollbackTransactionAsync
|
||||
RollforwardTransactionManager
|
||||
SetEnlistmentRecoveryInformation
|
||||
SetResourceManagerCompletionPort
|
||||
SetTransactionInformation
|
||||
SinglePhaseReject
|
||||
21
lib/libc/mingw/lib-common/loadperf.def
Normal file
21
lib/libc/mingw/lib-common/loadperf.def
Normal file
@ -0,0 +1,21 @@
|
||||
;
|
||||
; Definition file of loadperf.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "loadperf.dll"
|
||||
EXPORTS
|
||||
BackupPerfRegistryToFileW
|
||||
InstallPerfDllA
|
||||
InstallPerfDllW
|
||||
LoadPerfCounterTextStringsA
|
||||
LoadPerfCounterTextStringsW
|
||||
LpAcquireInstallationMutex
|
||||
LpReleaseInstallationMutex
|
||||
RestorePerfRegistryFromFileW
|
||||
SetServiceAsTrustedA
|
||||
SetServiceAsTrustedW
|
||||
UnloadPerfCounterTextStringsA
|
||||
UnloadPerfCounterTextStringsW
|
||||
UpdatePerfNameFilesA
|
||||
UpdatePerfNameFilesW
|
||||
91
lib/libc/mingw/lib-common/logoncli.def
Normal file
91
lib/libc/mingw/lib-common/logoncli.def
Normal file
@ -0,0 +1,91 @@
|
||||
;
|
||||
; Definition file of logoncli.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "logoncli.dll"
|
||||
EXPORTS
|
||||
AuthzrExtAccessCheck
|
||||
AuthzrExtFreeContext
|
||||
AuthzrExtFreeResourceManager
|
||||
AuthzrExtGetInformationFromContext
|
||||
AuthzrExtInitializeCompoundContext
|
||||
AuthzrExtInitializeContextFromSid
|
||||
AuthzrExtInitializeRemoteResourceManager
|
||||
AuthzrExtModifyClaims
|
||||
DsAddressToSiteNamesA
|
||||
DsAddressToSiteNamesExA
|
||||
DsAddressToSiteNamesExW
|
||||
DsAddressToSiteNamesW
|
||||
DsDeregisterDnsHostRecordsA
|
||||
DsDeregisterDnsHostRecordsW
|
||||
DsEnumerateDomainTrustsA
|
||||
DsEnumerateDomainTrustsW
|
||||
DsGetDcCloseW
|
||||
DsGetDcNameA
|
||||
DsGetDcNameW
|
||||
DsGetDcNameWithAccountA
|
||||
DsGetDcNameWithAccountW
|
||||
DsGetDcNextA
|
||||
DsGetDcNextW
|
||||
DsGetDcOpenA
|
||||
DsGetDcOpenW
|
||||
DsGetDcSiteCoverageA
|
||||
DsGetDcSiteCoverageW
|
||||
DsGetForestTrustInformationW
|
||||
DsGetSiteNameA
|
||||
DsGetSiteNameW
|
||||
DsMergeForestTrustInformationW
|
||||
DsValidateSubnetNameA
|
||||
DsValidateSubnetNameW
|
||||
I_DsUpdateReadOnlyServerDnsRecords
|
||||
I_NetAccountDeltas
|
||||
I_NetAccountSync
|
||||
I_NetChainSetClientAttributes
|
||||
I_NetChainSetClientAttributes2
|
||||
I_NetDatabaseDeltas
|
||||
I_NetDatabaseRedo
|
||||
I_NetDatabaseSync
|
||||
I_NetDatabaseSync2
|
||||
I_NetGetDCList
|
||||
I_NetGetForestTrustInformation
|
||||
I_NetLogonControl
|
||||
I_NetLogonControl2
|
||||
I_NetLogonGetCapabilities
|
||||
I_NetLogonGetDomainInfo
|
||||
I_NetLogonSamLogoff
|
||||
I_NetLogonSamLogon
|
||||
I_NetLogonSamLogonEx
|
||||
I_NetLogonSamLogonWithFlags
|
||||
I_NetLogonSendToSam
|
||||
I_NetLogonUasLogoff
|
||||
I_NetLogonUasLogon
|
||||
I_NetServerAuthenticate
|
||||
I_NetServerAuthenticate2
|
||||
I_NetServerAuthenticate3
|
||||
I_NetServerGetTrustInfo
|
||||
I_NetServerPasswordGet
|
||||
I_NetServerPasswordSet
|
||||
I_NetServerPasswordSet2
|
||||
I_NetServerReqChallenge
|
||||
I_NetServerTrustPasswordsGet
|
||||
I_NetlogonComputeClientDigest
|
||||
I_NetlogonComputeClientSignature
|
||||
I_NetlogonComputeServerDigest
|
||||
I_NetlogonComputeServerSignature
|
||||
I_NetlogonGetTrustRid
|
||||
I_RpcExtInitializeExtensionPoint
|
||||
NetAddServiceAccount
|
||||
NetEnumerateServiceAccounts
|
||||
NetEnumerateTrustedDomains
|
||||
NetGetAnyDCName
|
||||
NetGetDCName
|
||||
NetIsServiceAccount
|
||||
NetLogonGetTimeServiceParentDomain
|
||||
NetLogonSetServiceBits
|
||||
NetQueryServiceAccount
|
||||
NetRemoveServiceAccount
|
||||
NlBindingAddServerToCache
|
||||
NlBindingRemoveServerFromCache
|
||||
NlBindingSetAuthInfo
|
||||
NlSetDsIsCloningPDC
|
||||
177
lib/libc/mingw/lib-common/mapi32.def
Normal file
177
lib/libc/mingw/lib-common/mapi32.def
Normal file
@ -0,0 +1,177 @@
|
||||
;
|
||||
; Definition file of MAPI32.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "MAPI32.dll"
|
||||
EXPORTS
|
||||
ord_8 @8
|
||||
MAPILogonEx
|
||||
MAPIAllocateBuffer
|
||||
MAPIAllocateMore
|
||||
MAPIFreeBuffer
|
||||
MAPIAdminProfiles
|
||||
MAPIInitialize
|
||||
MAPIUninitialize
|
||||
PRProviderInit
|
||||
LAUNCHWIZARD
|
||||
LaunchWizard
|
||||
MAPIOpenFormMgr
|
||||
MAPIOpenLocalFormContainer
|
||||
ScInitMapiUtil
|
||||
DeinitMapiUtil
|
||||
ScGenerateMuid
|
||||
HrAllocAdviseSink
|
||||
WrapProgress
|
||||
HrThisThreadAdviseSink
|
||||
ScBinFromHexBounded
|
||||
FBinFromHex
|
||||
HexFromBin
|
||||
BuildDisplayTable
|
||||
SwapPlong
|
||||
SwapPword
|
||||
MAPIInitIdle
|
||||
MAPIDeinitIdle
|
||||
InstallFilterHook
|
||||
FtgRegisterIdleRoutine
|
||||
EnableIdleRoutine
|
||||
DeregisterIdleRoutine
|
||||
ChangeIdleRoutine
|
||||
MAPIGetDefaultMalloc
|
||||
CreateIProp
|
||||
CreateTable
|
||||
MNLS_lstrlenW
|
||||
MNLS_lstrcmpW
|
||||
MNLS_lstrcpyW
|
||||
MNLS_CompareStringW
|
||||
MNLS_MultiByteToWideChar
|
||||
MNLS_WideCharToMultiByte
|
||||
MNLS_IsBadStringPtrW
|
||||
FEqualNames
|
||||
WrapStoreEntryID
|
||||
IsBadBoundedStringPtr
|
||||
HrQueryAllRows
|
||||
PropCopyMore
|
||||
UlPropSize
|
||||
FPropContainsProp
|
||||
FPropCompareProp
|
||||
LPropCompareProp
|
||||
HrAddColumns
|
||||
HrAddColumnsEx
|
||||
FtAddFt
|
||||
FtAdcFt
|
||||
FtSubFt
|
||||
FtMulDw
|
||||
FtMulDwDw
|
||||
FtNegFt
|
||||
FtDivFtBogus
|
||||
UlAddRef
|
||||
UlRelease
|
||||
SzFindCh
|
||||
SzFindLastCh
|
||||
SzFindSz
|
||||
UFromSz
|
||||
HrGetOneProp
|
||||
HrSetOneProp
|
||||
FPropExists
|
||||
PpropFindProp
|
||||
FreePadrlist
|
||||
FreeProws
|
||||
HrSzFromEntryID
|
||||
HrEntryIDFromSz
|
||||
HrComposeEID
|
||||
HrDecomposeEID
|
||||
HrComposeMsgID
|
||||
HrDecomposeMsgID
|
||||
OpenStreamOnFile
|
||||
OpenTnefStream
|
||||
OpenTnefStreamEx
|
||||
GetTnefStreamCodepage
|
||||
UlFromSzHex
|
||||
UNKOBJ_ScAllocate
|
||||
UNKOBJ_ScAllocateMore
|
||||
UNKOBJ_Free
|
||||
UNKOBJ_FreeRows
|
||||
UNKOBJ_ScCOAllocate
|
||||
UNKOBJ_ScCOReallocate
|
||||
UNKOBJ_COFree
|
||||
UNKOBJ_ScSzFromIdsAlloc
|
||||
ScCountNotifications
|
||||
ScCopyNotifications
|
||||
ScRelocNotifications
|
||||
ScCountProps
|
||||
ScCopyProps
|
||||
ScRelocProps
|
||||
LpValFindProp
|
||||
ScDupPropset
|
||||
FBadRglpszA
|
||||
FBadRglpszW
|
||||
FBadRowSet
|
||||
FBadRglpNameID
|
||||
FBadPropTag
|
||||
FBadRow
|
||||
FBadProp
|
||||
FBadColumnSet
|
||||
RTFSync
|
||||
WrapCompressedRTFStream
|
||||
__ValidateParameters
|
||||
__CPPValidateParameters
|
||||
FBadSortOrderSet
|
||||
FBadEntryList
|
||||
FBadRestriction
|
||||
ScUNCFromLocalPath
|
||||
ScLocalPathFromUNC
|
||||
HrIStorageFromStream
|
||||
HrValidateIPMSubtree
|
||||
OpenIMsgSession
|
||||
CloseIMsgSession
|
||||
OpenIMsgOnIStg
|
||||
SetAttribIMsgOnIStg
|
||||
GetAttribIMsgOnIStg
|
||||
MapStorageSCode
|
||||
ScMAPIXFromCMC
|
||||
ScMAPIXFromSMAPI
|
||||
EncodeID
|
||||
FDecodeID
|
||||
CchOfEncoding
|
||||
CbOfEncoded
|
||||
MAPISendDocuments
|
||||
MAPILogon
|
||||
MAPILogoff
|
||||
MAPISendMail
|
||||
MAPISaveMail
|
||||
MAPIReadMail
|
||||
MAPIFindNext
|
||||
MAPIDeleteMail
|
||||
MAPIAddress
|
||||
MAPIDetails
|
||||
MAPIResolveName
|
||||
BMAPISendMail
|
||||
BMAPISaveMail
|
||||
BMAPIReadMail
|
||||
BMAPIGetReadMail
|
||||
BMAPIFindNext
|
||||
BMAPIAddress
|
||||
BMAPIGetAddress
|
||||
BMAPIDetails
|
||||
BMAPIResolveName
|
||||
cmc_act_on
|
||||
cmc_free
|
||||
cmc_list
|
||||
cmc_logoff
|
||||
cmc_logon
|
||||
cmc_look_up
|
||||
cmc_query_configuration
|
||||
cmc_read
|
||||
cmc_send
|
||||
cmc_send_documents
|
||||
HrDispatchNotifications
|
||||
HrValidateParametersV
|
||||
HrValidateParametersValist
|
||||
ScCreateConversationIndex
|
||||
HrGetOmiProvidersFlags
|
||||
HrSetOmiProvidersFlagsInvalid
|
||||
GetOutlookVersion
|
||||
FixMAPI
|
||||
FGetComponentPath
|
||||
MAPISendMailW
|
||||
97
lib/libc/mingw/lib-common/mf.def
Normal file
97
lib/libc/mingw/lib-common/mf.def
Normal file
@ -0,0 +1,97 @@
|
||||
;
|
||||
; Definition file of MF.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "MF.dll"
|
||||
EXPORTS
|
||||
AppendPropVariant
|
||||
ConvertPropVariant
|
||||
CopyPropertyStore
|
||||
CreateNamedPropertyStore
|
||||
ExtractPropVariant
|
||||
MFCreate3GPMediaSink
|
||||
MFCreateAC3MediaSink
|
||||
MFCreateADTSMediaSink
|
||||
MFCreateASFByteStreamPlugin
|
||||
MFCreateASFContentInfo
|
||||
MFCreateASFIndexer
|
||||
MFCreateASFIndexerByteStream
|
||||
MFCreateASFMediaSink
|
||||
MFCreateASFMediaSinkActivate
|
||||
MFCreateASFMultiplexer
|
||||
MFCreateASFProfile
|
||||
MFCreateASFProfileFromPresentationDescriptor
|
||||
MFCreateASFSplitter
|
||||
MFCreateASFStreamSelector
|
||||
MFCreateASFStreamingMediaSink
|
||||
MFCreateASFStreamingMediaSinkActivate
|
||||
MFCreateAggregateSource
|
||||
MFCreateAppSourceProxy
|
||||
MFCreateAudioRenderer
|
||||
MFCreateAudioRendererActivate
|
||||
MFCreateByteCacheFile
|
||||
MFCreateCacheManager
|
||||
MFCreateCredentialCache
|
||||
MFCreateDeviceSource
|
||||
MFCreateDeviceSourceActivate
|
||||
MFCreateDrmNetNDSchemePlugin
|
||||
MFCreateFMPEG4MediaSink
|
||||
MFCreateFileBlockMap
|
||||
MFCreateFileSchemePlugin
|
||||
MFCreateHttpSchemePlugin
|
||||
MFCreateLPCMByteStreamPlugin
|
||||
MFCreateMP3ByteStreamPlugin
|
||||
MFCreateMP3MediaSink
|
||||
MFCreateMPEG4MediaSink
|
||||
MFCreateMediaProcessor
|
||||
MFCreateMediaSession
|
||||
MFCreateMuxSink
|
||||
MFCreateNSCByteStreamPlugin
|
||||
MFCreateNetSchemePlugin
|
||||
MFCreatePMPHost
|
||||
MFCreatePMPMediaSession
|
||||
MFCreatePMPServer
|
||||
MFCreatePresentationClock
|
||||
MFCreatePresentationDescriptorFromASFProfile
|
||||
MFCreateProtectedEnvironmentAccess
|
||||
MFCreateProxyLocator
|
||||
MFCreateRemoteDesktopPlugin
|
||||
MFCreateSAMIByteStreamPlugin
|
||||
MFCreateSampleCopierMFT
|
||||
MFCreateSampleGrabberSinkActivate
|
||||
MFCreateSecureHttpSchemePlugin
|
||||
MFCreateSequencerSegmentOffset
|
||||
MFCreateSequencerSource
|
||||
MFCreateSequencerSourceRemoteStream
|
||||
MFCreateSimpleTypeHandler
|
||||
MFCreateSoundEventSchemePlugin
|
||||
MFCreateSourceResolver
|
||||
MFCreateStandardQualityManager
|
||||
MFCreateTopoLoader
|
||||
MFCreateTopology
|
||||
MFCreateTopologyNode
|
||||
MFCreateTranscodeProfile
|
||||
MFCreateTranscodeSinkActivate
|
||||
MFCreateTranscodeTopology
|
||||
MFCreateTranscodeTopologyFromByteStream
|
||||
MFCreateUrlmonSchemePlugin
|
||||
MFCreateVideoRenderer
|
||||
MFCreateVideoRendererActivate
|
||||
MFCreateWMAEncoderActivate
|
||||
MFCreateWMVEncoderActivate
|
||||
MFEnumDeviceSources
|
||||
MFGetLocalId
|
||||
MFGetMultipleServiceProviders
|
||||
MFGetService
|
||||
MFGetSupportedMimeTypes
|
||||
MFGetSupportedSchemes
|
||||
MFGetSystemId
|
||||
MFGetTopoNodeCurrentType
|
||||
MFLoadSignedLibrary
|
||||
MFRR_CreateActivate
|
||||
MFReadSequencerSegmentOffset
|
||||
MFRequireProtectedEnvironment
|
||||
MFShutdownObject
|
||||
MFTranscodeGetAudioOutputAvailableTypes
|
||||
MergePropertyStore
|
||||
205
lib/libc/mingw/lib-common/mfplat.def
Normal file
205
lib/libc/mingw/lib-common/mfplat.def
Normal file
@ -0,0 +1,205 @@
|
||||
LIBRARY "MFPlat.DLL"
|
||||
EXPORTS
|
||||
FormatTagFromWfx
|
||||
MFCreateGuid
|
||||
MFGetIoPortHandle
|
||||
MFEnumLocalMFTRegistrations
|
||||
MFGetPlatformFlags
|
||||
MFGetPlatformVersion
|
||||
MFGetRandomNumber
|
||||
MFIsFeatureEnabled
|
||||
MFIsQueueThread
|
||||
MFPlatformBigEndian
|
||||
MFPlatformLittleEndian
|
||||
MFTraceError
|
||||
MFllMulDiv
|
||||
ValidateWaveFormat
|
||||
CopyPropVariant
|
||||
CreatePropVariant
|
||||
CreatePropertyStore
|
||||
DestroyPropVariant
|
||||
GetAMSubtypeFromD3DFormat
|
||||
GetD3DFormatFromMFSubtype
|
||||
LFGetGlobalPool
|
||||
MFAddPeriodicCallback
|
||||
MFAllocateSerialWorkQueue
|
||||
MFAllocateWorkQueue
|
||||
MFAllocateWorkQueueEx
|
||||
MFAppendCollection
|
||||
MFAverageTimePerFrameToFrameRate
|
||||
MFBeginCreateFile
|
||||
MFBeginGetHostByName
|
||||
MFBeginRegisterWorkQueueWithMMCSS
|
||||
MFBeginRegisterWorkQueueWithMMCSSEx
|
||||
MFBeginUnregisterWorkQueueWithMMCSS
|
||||
MFBlockThread
|
||||
MFCalculateBitmapImageSize
|
||||
MFCalculateImageSize
|
||||
MFCancelCreateFile
|
||||
MFCancelWorkItem
|
||||
MFClearLocalMFTs
|
||||
MFCompareFullToPartialMediaType
|
||||
MFCompareSockaddrAddresses
|
||||
MFConvertColorInfoFromDXVA
|
||||
MFConvertColorInfoToDXVA
|
||||
MFConvertFromFP16Array
|
||||
MFConvertToFP16Array
|
||||
MFCopyImage
|
||||
MFCreate2DMediaBuffer
|
||||
MFCreateAMMediaTypeFromMFMediaType
|
||||
MFCreateAlignedMemoryBuffer
|
||||
MFCreateAsyncResult
|
||||
MFCreateAttributes
|
||||
MFCreateAudioMediaType
|
||||
MFCreateCollection
|
||||
MFCreateDXGIDeviceManager
|
||||
MFCreateDXGISurfaceBuffer
|
||||
MFCreateDXSurfaceBuffer
|
||||
MFCreateEventQueue
|
||||
MFCreateFile
|
||||
MFCreateFileFromHandle
|
||||
MFCreateLegacyMediaBufferOnMFMediaBuffer
|
||||
MFCreateMFByteStreamOnStream
|
||||
MFCreateMFByteStreamOnStreamEx
|
||||
MFCreateMFByteStreamWrapper
|
||||
MFCreateMFVideoFormatFromMFMediaType
|
||||
MFCreateMediaBufferFromMediaType
|
||||
MFCreateMediaBufferWrapper
|
||||
MFCreateMediaEvent
|
||||
MFCreateMediaEventResult
|
||||
MFCreateMediaExtensionActivate
|
||||
MFCreateMediaExtensionActivateNoInit
|
||||
MFCreateMediaType
|
||||
MFCreateMediaTypeFromProperties
|
||||
MFCreateMediaTypeFromRepresentation
|
||||
MFCreateMemoryBuffer
|
||||
MFCreateMemoryStream
|
||||
MFCreatePathFromURL
|
||||
MFCreatePresentationDescriptor
|
||||
MFCreatePropertiesFromMediaType
|
||||
MFCreateReusableByteStream
|
||||
MFCreateSample
|
||||
MFCreateSocket
|
||||
MFCreateSocketListener
|
||||
MFCreateSourceResolver
|
||||
MFCreateSourceResolverInternal
|
||||
MFCreateStreamDescriptor
|
||||
MFCreateStreamOnMFByteStream
|
||||
MFCreateStreamOnMFByteStreamEx
|
||||
MFCreateSystemTimeSource
|
||||
MFCreateSystemUnderlyingClock
|
||||
MFCreateTempFile
|
||||
MFCreateTrackedSample
|
||||
MFCreateTransformActivate
|
||||
MFCreateURLFromPath
|
||||
MFCreateUdpSockets
|
||||
MFCreateVideoMediaType
|
||||
MFCreateVideoMediaTypeFromBitMapInfoHeader
|
||||
MFCreateVideoMediaTypeFromBitMapInfoHeaderEx
|
||||
MFCreateVideoMediaTypeFromSubtype
|
||||
MFCreateVideoMediaTypeFromVideoInfoHeader
|
||||
MFCreateVideoMediaTypeFromVideoInfoHeader2
|
||||
MFCreateVideoSampleAllocatorEx
|
||||
MFCreateWICBitmapBuffer
|
||||
MFCreateWaveFormatExFromMFMediaType
|
||||
MFDeserializeAttributesFromStream
|
||||
MFDeserializeEvent
|
||||
MFDeserializeMediaTypeFromStream
|
||||
MFDeserializePresentationDescriptor
|
||||
MFEndCreateFile
|
||||
MFEndGetHostByName
|
||||
MFEndRegisterWorkQueueWithMMCSS
|
||||
MFEndUnregisterWorkQueueWithMMCSS
|
||||
MFFrameRateToAverageTimePerFrame
|
||||
MFFreeAdaptersAddresses
|
||||
MFGetAdaptersAddresses
|
||||
MFGetAttributesAsBlob
|
||||
MFGetAttributesAsBlobSize
|
||||
MFGetConfigurationDWORD
|
||||
MFGetConfigurationPolicy
|
||||
MFGetConfigurationStore
|
||||
MFGetConfigurationString
|
||||
MFGetContentProtectionSystemCLSID
|
||||
MFGetMFTMerit
|
||||
MFGetNumericNameFromSockaddr
|
||||
MFGetPlaneSize
|
||||
MFGetPlatform
|
||||
MFGetPluginControl
|
||||
MFGetPrivateWorkqueues
|
||||
MFGetSockaddrFromNumericName
|
||||
MFGetStrideForBitmapInfoHeader
|
||||
MFGetSupportedMimeTypes
|
||||
MFGetSupportedSchemes
|
||||
MFGetSystemTime
|
||||
MFGetTimerPeriodicity
|
||||
MFGetUncompressedVideoFormat
|
||||
MFGetWorkQueueMMCSSClass
|
||||
MFGetWorkQueueMMCSSPriority
|
||||
MFGetWorkQueueMMCSSTaskId
|
||||
MFHeapAlloc
|
||||
MFHeapFree
|
||||
MFInitAMMediaTypeFromMFMediaType
|
||||
MFInitAttributesFromBlob
|
||||
MFInitMediaTypeFromAMMediaType
|
||||
MFInitMediaTypeFromMFVideoFormat
|
||||
MFInitMediaTypeFromMPEG1VideoInfo
|
||||
MFInitMediaTypeFromMPEG2VideoInfo
|
||||
MFInitMediaTypeFromVideoInfoHeader
|
||||
MFInitMediaTypeFromVideoInfoHeader2
|
||||
MFInitMediaTypeFromWaveFormatEx
|
||||
MFInitVideoFormat
|
||||
MFInitVideoFormat_RGB
|
||||
MFInvokeCallback
|
||||
MFJoinIoPort
|
||||
MFIsBottomUpFormat
|
||||
MFIsLocallyRegisteredMimeType
|
||||
MFJoinWorkQueue
|
||||
MFLockDXGIDeviceManager
|
||||
MFLockPlatform
|
||||
MFLockSharedWorkQueue
|
||||
MFLockWorkQueue
|
||||
MFMapDX9FormatToDXGIFormat
|
||||
MFMapDXGIFormatToDX9Format
|
||||
MFPutWaitingWorkItem
|
||||
MFPutWorkItem
|
||||
MFPutWorkItem2
|
||||
MFPutWorkItemEx
|
||||
MFPutWorkItemEx2
|
||||
MFRecordError
|
||||
MFRegisterLocalByteStreamHandler
|
||||
MFRegisterLocalSchemeHandler
|
||||
MFRegisterPlatformWithMMCSS
|
||||
MFRemovePeriodicCallback
|
||||
MFScheduleWorkItem
|
||||
MFScheduleWorkItemEx
|
||||
MFSerializeAttributesToStream
|
||||
MFSerializeEvent
|
||||
MFSerializeMediaTypeToStream
|
||||
MFSerializePresentationDescriptor
|
||||
MFSetSockaddrAny
|
||||
MFShutdown
|
||||
MFStartup
|
||||
MFStreamDescriptorProtectMediaType
|
||||
MFTEnum
|
||||
MFTEnumEx
|
||||
MFTGetInfo
|
||||
MFTRegister
|
||||
MFTRegisterLocal
|
||||
MFTRegisterLocalByCLSID
|
||||
MFTUnregister
|
||||
MFTUnregisterLocal
|
||||
MFTUnregisterLocalByCLSID
|
||||
MFTraceError
|
||||
MFTraceFuncEnter
|
||||
MFUnblockThread
|
||||
MFUnjoinWorkQueue
|
||||
MFUnlockDXGIDeviceManager
|
||||
MFUnlockPlatform
|
||||
MFUnlockWorkQueue
|
||||
MFUnregisterPlatformFromMMCSS
|
||||
MFUnwrapMediaType
|
||||
MFValidateMediaTypeSize
|
||||
MFWrapMediaType
|
||||
MFllMulDiv
|
||||
PropVariantFromStream
|
||||
PropVariantToStream
|
||||
7
lib/libc/mingw/lib-common/mfreadwrite.def
Normal file
7
lib/libc/mingw/lib-common/mfreadwrite.def
Normal file
@ -0,0 +1,7 @@
|
||||
LIBRARY "MFReadWrite.dll"
|
||||
EXPORTS
|
||||
MFCreateSinkWriterFromMediaSink
|
||||
MFCreateSinkWriterFromURL
|
||||
MFCreateSourceReaderFromByteStream
|
||||
MFCreateSourceReaderFromMediaSource
|
||||
MFCreateSourceReaderFromURL
|
||||
17
lib/libc/mingw/lib-common/mgmtapi.def
Normal file
17
lib/libc/mingw/lib-common/mgmtapi.def
Normal file
@ -0,0 +1,17 @@
|
||||
;
|
||||
; Exports of file mgmtapi.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY mgmtapi.dll
|
||||
EXPORTS
|
||||
SnmpMgrClose
|
||||
SnmpMgrCtl
|
||||
SnmpMgrGetTrap
|
||||
SnmpMgrGetTrapEx
|
||||
SnmpMgrOidToStr
|
||||
SnmpMgrOpen
|
||||
SnmpMgrRequest
|
||||
SnmpMgrStrToOid
|
||||
SnmpMgrTrapListen
|
||||
3
lib/libc/mingw/lib-common/mmdevapi.def
Normal file
3
lib/libc/mingw/lib-common/mmdevapi.def
Normal file
@ -0,0 +1,3 @@
|
||||
LIBRARY "mmdevapi.dll"
|
||||
EXPORTS
|
||||
ActivateAudioInterfaceAsync
|
||||
51
lib/libc/mingw/lib-common/msacm32.def
Normal file
51
lib/libc/mingw/lib-common/msacm32.def
Normal file
@ -0,0 +1,51 @@
|
||||
;
|
||||
; Definition file of MSACM32.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "MSACM32.dll"
|
||||
EXPORTS
|
||||
XRegThunkEntry
|
||||
acmDriverAddA
|
||||
acmDriverAddW
|
||||
acmDriverClose
|
||||
acmDriverDetailsA
|
||||
acmDriverDetailsW
|
||||
acmDriverEnum
|
||||
acmDriverID
|
||||
acmDriverMessage
|
||||
acmDriverOpen
|
||||
acmDriverPriority
|
||||
acmDriverRemove
|
||||
acmFilterChooseA
|
||||
acmFilterChooseW
|
||||
acmFilterDetailsA
|
||||
acmFilterDetailsW
|
||||
acmFilterEnumA
|
||||
acmFilterEnumW
|
||||
acmFilterTagDetailsA
|
||||
acmFilterTagDetailsW
|
||||
acmFilterTagEnumA
|
||||
acmFilterTagEnumW
|
||||
acmFormatChooseA
|
||||
acmFormatChooseW
|
||||
acmFormatDetailsA
|
||||
acmFormatDetailsW
|
||||
acmFormatEnumA
|
||||
acmFormatEnumW
|
||||
acmFormatSuggest
|
||||
acmFormatTagDetailsA
|
||||
acmFormatTagDetailsW
|
||||
acmFormatTagEnumA
|
||||
acmFormatTagEnumW
|
||||
acmGetVersion
|
||||
acmMessage32
|
||||
acmMetrics
|
||||
acmStreamClose
|
||||
acmStreamConvert
|
||||
acmStreamMessage
|
||||
acmStreamOpen
|
||||
acmStreamPrepareHeader
|
||||
acmStreamReset
|
||||
acmStreamSize
|
||||
acmStreamUnprepareHeader
|
||||
23
lib/libc/mingw/lib-common/msdmo.def
Normal file
23
lib/libc/mingw/lib-common/msdmo.def
Normal file
@ -0,0 +1,23 @@
|
||||
;
|
||||
; Exports of file msdmo.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY msdmo.dll
|
||||
EXPORTS
|
||||
DMOEnum
|
||||
DMOGetName
|
||||
DMOGetTypes
|
||||
DMOGuidToStrA
|
||||
DMOGuidToStrW
|
||||
DMORegister
|
||||
DMOStrToGuidA
|
||||
DMOStrToGuidW
|
||||
DMOUnregister
|
||||
MoCopyMediaType
|
||||
MoCreateMediaType
|
||||
MoDeleteMediaType
|
||||
MoDuplicateMediaType
|
||||
MoFreeMediaType
|
||||
MoInitMediaType
|
||||
98
lib/libc/mingw/lib-common/msdrm.def
Normal file
98
lib/libc/mingw/lib-common/msdrm.def
Normal file
@ -0,0 +1,98 @@
|
||||
;
|
||||
; Definition file of msdrm.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "msdrm.dll"
|
||||
EXPORTS
|
||||
DRMAcquireAdvisories
|
||||
DRMAcquireIssuanceLicenseTemplate
|
||||
DRMAcquireLicense
|
||||
DRMActivate
|
||||
DRMAddLicense
|
||||
DRMAddRightWithUser
|
||||
DRMAttest
|
||||
DRMCheckSecurity
|
||||
DRMClearAllRights
|
||||
DRMCloseEnvironmentHandle
|
||||
DRMCloseHandle
|
||||
DRMClosePubHandle
|
||||
DRMCloseQueryHandle
|
||||
DRMCloseSession
|
||||
DRMConstructCertificateChain
|
||||
DRMCreateBoundLicense
|
||||
DRMCreateClientSession
|
||||
DRMCreateEnablingBitsDecryptor
|
||||
DRMCreateEnablingBitsEncryptor
|
||||
DRMCreateEnablingPrincipal
|
||||
DRMCreateIssuanceLicense
|
||||
DRMCreateLicenseStorageSession
|
||||
DRMCreateRight
|
||||
DRMCreateUser
|
||||
DRMDecode
|
||||
DRMDeconstructCertificateChain
|
||||
DRMDecrypt
|
||||
DRMDeleteLicense
|
||||
DRMDuplicateEnvironmentHandle
|
||||
DRMDuplicateHandle
|
||||
DRMDuplicatePubHandle
|
||||
DRMDuplicateSession
|
||||
DRMEncode
|
||||
DRMEncrypt
|
||||
DRMEnumerateLicense
|
||||
DRMGetApplicationSpecificData
|
||||
DRMGetBoundLicenseAttribute
|
||||
DRMGetBoundLicenseAttributeCount
|
||||
DRMGetBoundLicenseObject
|
||||
DRMGetBoundLicenseObjectCount
|
||||
DRMGetCertificateChainCount
|
||||
DRMGetClientVersion
|
||||
DRMGetEnvironmentInfo
|
||||
DRMGetInfo
|
||||
DRMGetIntervalTime
|
||||
DRMGetIssuanceLicenseInfo
|
||||
DRMGetIssuanceLicenseTemplate
|
||||
DRMGetMetaData
|
||||
DRMGetNameAndDescription
|
||||
DRMGetOwnerLicense
|
||||
DRMGetProcAddress
|
||||
DRMGetRevocationPoint
|
||||
DRMGetRightExtendedInfo
|
||||
DRMGetRightInfo
|
||||
DRMGetSecurityProvider
|
||||
DRMGetServiceLocation
|
||||
DRMGetSignedIssuanceLicense
|
||||
DRMGetSignedIssuanceLicenseEx
|
||||
DRMGetTime
|
||||
DRMGetUnboundLicenseAttribute
|
||||
DRMGetUnboundLicenseAttributeCount
|
||||
DRMGetUnboundLicenseObject
|
||||
DRMGetUnboundLicenseObjectCount
|
||||
DRMGetUsagePolicy
|
||||
DRMGetUserInfo
|
||||
DRMGetUserRights
|
||||
DRMGetUsers
|
||||
DRMInitEnvironment
|
||||
DRMIsActivated
|
||||
DRMIsWindowProtected
|
||||
DRMLoadLibrary
|
||||
DRMParseUnboundLicense
|
||||
DRMRegisterContent
|
||||
DRMRegisterProtectedWindow
|
||||
DRMRegisterRevocationList
|
||||
DRMRepair
|
||||
DRMSetApplicationSpecificData
|
||||
DRMSetGlobalOptions
|
||||
DRMSetIntervalTime
|
||||
DRMSetMetaData
|
||||
DRMSetNameAndDescription
|
||||
DRMSetRevocationPoint
|
||||
DRMSetUsagePolicy
|
||||
DRMVerify
|
||||
DRMpCloseFile
|
||||
DRMpFileInitialize
|
||||
DRMpFileIsProtected
|
||||
DRMpFileProtect
|
||||
DRMpFileUnprotect
|
||||
DRMpFreeMemory
|
||||
__AddMachineCertToLicenseStore
|
||||
297
lib/libc/mingw/lib-common/msi.def
Normal file
297
lib/libc/mingw/lib-common/msi.def
Normal file
@ -0,0 +1,297 @@
|
||||
;
|
||||
; Definition file of msi.dll
|
||||
; Automatic generated by gendef
|
||||
; written by Kai Tietz 2008-2014
|
||||
;
|
||||
LIBRARY "msi.dll"
|
||||
EXPORTS
|
||||
MsiAdvertiseProductA
|
||||
MsiAdvertiseProductW
|
||||
MsiCloseAllHandles
|
||||
MsiCloseHandle
|
||||
MsiCollectUserInfoA
|
||||
MsiCollectUserInfoW
|
||||
MsiConfigureFeatureA
|
||||
MsiConfigureFeatureFromDescriptorA
|
||||
MsiConfigureFeatureFromDescriptorW
|
||||
MsiConfigureFeatureW
|
||||
MsiConfigureProductA
|
||||
MsiConfigureProductW
|
||||
MsiCreateRecord
|
||||
MsiDatabaseApplyTransformA
|
||||
MsiDatabaseApplyTransformW
|
||||
MsiDatabaseCommit
|
||||
MsiDatabaseExportA
|
||||
MsiDatabaseExportW
|
||||
MsiDatabaseGenerateTransformA
|
||||
MsiDatabaseGenerateTransformW
|
||||
MsiDatabaseGetPrimaryKeysA
|
||||
MsiDatabaseGetPrimaryKeysW
|
||||
MsiDatabaseImportA
|
||||
MsiDatabaseImportW
|
||||
MsiDatabaseMergeA
|
||||
MsiDatabaseMergeW
|
||||
MsiDatabaseOpenViewA
|
||||
MsiDatabaseOpenViewW
|
||||
MsiDoActionA
|
||||
MsiDoActionW
|
||||
MsiEnableUIPreview
|
||||
MsiEnumClientsA
|
||||
MsiEnumClientsW
|
||||
MsiEnumComponentQualifiersA
|
||||
MsiEnumComponentQualifiersW
|
||||
MsiEnumComponentsA
|
||||
MsiEnumComponentsW
|
||||
MsiEnumFeaturesA
|
||||
MsiEnumFeaturesW
|
||||
MsiEnumProductsA
|
||||
MsiEnumProductsW
|
||||
MsiEvaluateConditionA
|
||||
MsiEvaluateConditionW
|
||||
MsiGetLastErrorRecord
|
||||
MsiGetActiveDatabase
|
||||
MsiGetComponentStateA
|
||||
MsiGetComponentStateW
|
||||
MsiGetDatabaseState
|
||||
MsiGetFeatureCostA
|
||||
MsiGetFeatureCostW
|
||||
MsiGetFeatureInfoA
|
||||
MsiGetFeatureInfoW
|
||||
MsiGetFeatureStateA
|
||||
MsiGetFeatureStateW
|
||||
MsiGetFeatureUsageA
|
||||
MsiGetFeatureUsageW
|
||||
MsiGetFeatureValidStatesA
|
||||
MsiGetFeatureValidStatesW
|
||||
MsiGetLanguage
|
||||
MsiGetMode
|
||||
MsiGetProductCodeA
|
||||
MsiGetProductCodeW
|
||||
MsiGetProductInfoA
|
||||
MsiGetProductInfoFromScriptA
|
||||
MsiGetProductInfoFromScriptW
|
||||
MsiGetProductInfoW
|
||||
MsiGetProductPropertyA
|
||||
MsiGetProductPropertyW
|
||||
MsiGetPropertyA
|
||||
MsiGetPropertyW
|
||||
MsiGetSourcePathA
|
||||
MsiGetSourcePathW
|
||||
MsiGetSummaryInformationA
|
||||
MsiGetSummaryInformationW
|
||||
MsiGetTargetPathA
|
||||
MsiGetTargetPathW
|
||||
MsiGetUserInfoA
|
||||
MsiGetUserInfoW
|
||||
MsiInstallMissingComponentA
|
||||
MsiInstallMissingComponentW
|
||||
MsiInstallMissingFileA
|
||||
MsiInstallMissingFileW
|
||||
MsiInstallProductA
|
||||
MsiInstallProductW
|
||||
MsiLocateComponentA
|
||||
MsiLocateComponentW
|
||||
MsiOpenDatabaseA
|
||||
MsiOpenDatabaseW
|
||||
MsiOpenPackageA
|
||||
MsiOpenPackageW
|
||||
MsiOpenProductA
|
||||
MsiOpenProductW
|
||||
MsiPreviewBillboardA
|
||||
MsiPreviewBillboardW
|
||||
MsiPreviewDialogA
|
||||
MsiPreviewDialogW
|
||||
MsiProcessAdvertiseScriptA
|
||||
MsiProcessAdvertiseScriptW
|
||||
MsiProcessMessage
|
||||
MsiProvideComponentA
|
||||
MsiProvideComponentFromDescriptorA
|
||||
MsiProvideComponentFromDescriptorW
|
||||
MsiProvideComponentW
|
||||
MsiProvideQualifiedComponentA
|
||||
MsiProvideQualifiedComponentW
|
||||
MsiQueryFeatureStateA
|
||||
MsiQueryFeatureStateW
|
||||
MsiQueryProductStateA
|
||||
MsiQueryProductStateW
|
||||
MsiRecordDataSize
|
||||
MsiRecordGetFieldCount
|
||||
MsiRecordGetInteger
|
||||
MsiRecordGetStringA
|
||||
MsiRecordGetStringW
|
||||
MsiRecordIsNull
|
||||
MsiRecordReadStream
|
||||
MsiRecordSetInteger
|
||||
MsiRecordSetStreamA
|
||||
MsiRecordSetStreamW
|
||||
MsiRecordSetStringA
|
||||
MsiRecordSetStringW
|
||||
MsiReinstallFeatureA
|
||||
MsiReinstallFeatureFromDescriptorA
|
||||
MsiReinstallFeatureFromDescriptorW
|
||||
MsiReinstallFeatureW
|
||||
MsiReinstallProductA
|
||||
MsiReinstallProductW
|
||||
MsiSequenceA
|
||||
MsiSequenceW
|
||||
MsiSetComponentStateA
|
||||
MsiSetComponentStateW
|
||||
MsiSetExternalUIA
|
||||
MsiSetExternalUIW
|
||||
MsiSetFeatureStateA
|
||||
MsiSetFeatureStateW
|
||||
MsiSetInstallLevel
|
||||
MsiSetInternalUI
|
||||
MsiVerifyDiskSpace
|
||||
MsiSetMode
|
||||
MsiSetPropertyA
|
||||
MsiSetPropertyW
|
||||
MsiSetTargetPathA
|
||||
MsiSetTargetPathW
|
||||
MsiSummaryInfoGetPropertyA
|
||||
MsiSummaryInfoGetPropertyCount
|
||||
MsiSummaryInfoGetPropertyW
|
||||
MsiSummaryInfoPersist
|
||||
MsiSummaryInfoSetPropertyA
|
||||
MsiSummaryInfoSetPropertyW
|
||||
MsiUseFeatureA
|
||||
MsiUseFeatureW
|
||||
MsiVerifyPackageA
|
||||
MsiVerifyPackageW
|
||||
MsiViewClose
|
||||
MsiViewExecute
|
||||
MsiViewFetch
|
||||
MsiViewGetErrorA
|
||||
MsiViewGetErrorW
|
||||
MsiViewModify
|
||||
MsiDatabaseIsTablePersistentA
|
||||
MsiDatabaseIsTablePersistentW
|
||||
MsiViewGetColumnInfo
|
||||
MsiRecordClearData
|
||||
MsiEnableLogA
|
||||
MsiEnableLogW
|
||||
MsiFormatRecordA
|
||||
MsiFormatRecordW
|
||||
MsiGetComponentPathA
|
||||
MsiGetComponentPathW
|
||||
MsiApplyPatchA
|
||||
MsiApplyPatchW
|
||||
MsiAdvertiseScriptA
|
||||
MsiAdvertiseScriptW
|
||||
MsiGetPatchInfoA
|
||||
MsiGetPatchInfoW
|
||||
MsiEnumPatchesA
|
||||
MsiEnumPatchesW
|
||||
MsiGetProductCodeFromPackageCodeA
|
||||
MsiGetProductCodeFromPackageCodeW
|
||||
MsiCreateTransformSummaryInfoA
|
||||
MsiCreateTransformSummaryInfoW
|
||||
MsiQueryFeatureStateFromDescriptorA
|
||||
MsiQueryFeatureStateFromDescriptorW
|
||||
MsiConfigureProductExA
|
||||
MsiConfigureProductExW
|
||||
MsiInvalidateFeatureCache
|
||||
MsiUseFeatureExA
|
||||
MsiUseFeatureExW
|
||||
MsiGetFileVersionA
|
||||
MsiGetFileVersionW
|
||||
MsiLoadStringA
|
||||
MsiLoadStringW
|
||||
MsiMessageBoxA
|
||||
MsiMessageBoxW
|
||||
MsiDecomposeDescriptorA
|
||||
MsiDecomposeDescriptorW
|
||||
MsiProvideQualifiedComponentExA
|
||||
MsiProvideQualifiedComponentExW
|
||||
MsiEnumRelatedProductsA
|
||||
MsiEnumRelatedProductsW
|
||||
MsiSetFeatureAttributesA
|
||||
MsiSetFeatureAttributesW
|
||||
MsiSourceListClearAllA
|
||||
MsiSourceListClearAllW
|
||||
MsiSourceListAddSourceA
|
||||
MsiSourceListAddSourceW
|
||||
MsiSourceListForceResolutionA
|
||||
MsiSourceListForceResolutionW
|
||||
MsiIsProductElevatedA
|
||||
MsiIsProductElevatedW
|
||||
MsiGetShortcutTargetA
|
||||
MsiGetShortcutTargetW
|
||||
MsiGetFileHashA
|
||||
MsiGetFileHashW
|
||||
MsiEnumComponentCostsA
|
||||
MsiEnumComponentCostsW
|
||||
MsiCreateAndVerifyInstallerDirectory
|
||||
MsiGetFileSignatureInformationA
|
||||
MsiGetFileSignatureInformationW
|
||||
MsiProvideAssemblyA
|
||||
MsiProvideAssemblyW
|
||||
MsiAdvertiseProductExA
|
||||
MsiAdvertiseProductExW
|
||||
MsiNotifySidChangeA
|
||||
MsiNotifySidChangeW
|
||||
MsiOpenPackageExA
|
||||
MsiOpenPackageExW
|
||||
MsiDeleteUserDataA
|
||||
MsiDeleteUserDataW
|
||||
Migrate10CachedPackagesA
|
||||
Migrate10CachedPackagesW
|
||||
MsiRemovePatchesA
|
||||
MsiRemovePatchesW
|
||||
MsiApplyMultiplePatchesA
|
||||
MsiApplyMultiplePatchesW
|
||||
MsiExtractPatchXMLDataA
|
||||
MsiExtractPatchXMLDataW
|
||||
MsiGetPatchInfoExA
|
||||
MsiGetPatchInfoExW
|
||||
MsiEnumProductsExA
|
||||
MsiEnumProductsExW
|
||||
MsiGetProductInfoExA
|
||||
MsiGetProductInfoExW
|
||||
MsiQueryComponentStateA
|
||||
MsiQueryComponentStateW
|
||||
MsiQueryFeatureStateExA
|
||||
MsiQueryFeatureStateExW
|
||||
MsiDeterminePatchSequenceA
|
||||
MsiDeterminePatchSequenceW
|
||||
MsiSourceListAddSourceExA
|
||||
MsiSourceListAddSourceExW
|
||||
MsiSourceListClearSourceA
|
||||
MsiSourceListClearSourceW
|
||||
MsiSourceListClearAllExA
|
||||
MsiSourceListClearAllExW
|
||||
MsiSourceListForceResolutionExA
|
||||
MsiSourceListForceResolutionExW
|
||||
MsiSourceListEnumSourcesA
|
||||
MsiSourceListEnumSourcesW
|
||||
MsiSourceListGetInfoA
|
||||
MsiSourceListGetInfoW
|
||||
MsiSourceListSetInfoA
|
||||
MsiSourceListSetInfoW
|
||||
MsiEnumPatchesExA
|
||||
MsiEnumPatchesExW
|
||||
MsiSourceListEnumMediaDisksA
|
||||
MsiSourceListEnumMediaDisksW
|
||||
MsiSourceListAddMediaDiskA
|
||||
MsiSourceListAddMediaDiskW
|
||||
MsiSourceListClearMediaDiskA
|
||||
MsiSourceListClearMediaDiskW
|
||||
MsiDetermineApplicablePatchesA
|
||||
MsiDetermineApplicablePatchesW
|
||||
MsiMessageBoxExA
|
||||
MsiMessageBoxExW
|
||||
MsiSetExternalUIRecord
|
||||
MsiGetPatchFileListA
|
||||
MsiGetPatchFileListW
|
||||
MsiBeginTransactionA
|
||||
MsiBeginTransactionW
|
||||
MsiEndTransaction
|
||||
MsiJoinTransaction
|
||||
MsiSetOfflineContextW
|
||||
MsiEnumComponentsExA
|
||||
MsiEnumComponentsExW
|
||||
MsiEnumClientsExA
|
||||
MsiEnumClientsExW
|
||||
MsiGetComponentPathExA
|
||||
MsiGetComponentPathExW
|
||||
QueryInstanceCount
|
||||
13
lib/libc/mingw/lib-common/msimg32.def
Normal file
13
lib/libc/mingw/lib-common/msimg32.def
Normal file
@ -0,0 +1,13 @@
|
||||
;
|
||||
; Exports of file MSIMG32.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY MSIMG32.dll
|
||||
EXPORTS
|
||||
vSetDdrawflag
|
||||
AlphaBlend
|
||||
DllInitialize
|
||||
GradientFill
|
||||
TransparentBlt
|
||||
19
lib/libc/mingw/lib-common/msports.def
Normal file
19
lib/libc/mingw/lib-common/msports.def
Normal file
@ -0,0 +1,19 @@
|
||||
;
|
||||
; Exports of file MSPORTS.DLL
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY MSPORTS.DLL
|
||||
EXPORTS
|
||||
ComDBClaimNextFreePort
|
||||
ComDBClaimPort
|
||||
ComDBClose
|
||||
ComDBGetCurrentPortUsage
|
||||
ComDBOpen
|
||||
ComDBReleasePort
|
||||
ComDBResizeDatabase
|
||||
ParallelPortPropPageProvider
|
||||
PortsClassInstaller
|
||||
SerialDisplayAdvancedSettings
|
||||
SerialPortPropPageProvider
|
||||
21
lib/libc/mingw/lib-common/mstask.def
Normal file
21
lib/libc/mingw/lib-common/mstask.def
Normal file
@ -0,0 +1,21 @@
|
||||
;
|
||||
; Exports of file mstask.dll
|
||||
;
|
||||
; Autogenerated by gen_exportdef
|
||||
; Written by Kai Tietz, 2007
|
||||
;
|
||||
LIBRARY mstask.dll
|
||||
EXPORTS
|
||||
ConvertAtJobsToTasks
|
||||
DllCanUnloadNow
|
||||
DllGetClassObject
|
||||
GetNetScheduleAccountInformation
|
||||
NetrJobAdd
|
||||
NetrJobDel
|
||||
NetrJobEnum
|
||||
NetrJobGetInfo
|
||||
SAGetAccountInformation
|
||||
SAGetNSAccountInformation
|
||||
SASetAccountInformation
|
||||
SASetNSAccountInformation
|
||||
SetNetScheduleAccountInformation
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user