Windows 10 Technical Preview API sets

[This documentation is preliminary and is subject to change.]

API Sets are strongly named API contracts that provide architectural separation between an API contract and the associated host (DLL) implementation. API Sets rely on operating system support in the library loader to effectively introduce a namespace redirection component to the library binding process. Subject to various inputs, including the API Set name and the binding (import) context, the library loader performs a runtime redirection of the reference to a target host binary that houses the appropriate implementation of the API Set.

The decoupling between implementation and interface contracts provided by API Sets offers many engineering advantages, but can also potentially reduce the number of DLLs loaded in a process.

API Sets available in Windows 10 Technical Preview

This page lists the API Sets available for use in Windows 10 Technical Preview. For convenience, two "umbrella" libs, MinCore.lib and MinCore_Downlevel.lib, are provided in the Microsoft Windows Software Development Kit (SDK) that encompasses the API surface defined in API Sets plus additional APIs that are contained in well-layered system DLLs.

Note  

Compatibility with older operating systems: Binaries that link to MinCore.lib or MinCore_Downlevel.lib are not designed to work on Windows 7, Windows Server 2008 R2 or earlier. Binaries that need to run on earlier versions of Windows or Windows Server must not use either MinCore.lib or MinCore_Downlevel.lib.

New API Sets - No Library

The API Sets listed in this table are the DLL names to use for delay load. Note that these sets are new in Windows 10 Technical Preview and not currently packaged as part of a library.

API Set API encompassed by API Set
api-ms-win-rtcore-ntuser-wmpointer-l1-1-0.dll

EnableMouseInPointer

GetCurrentInputMessageSource

GetPointerCursorId

GetPointerDevice

GetPointerDeviceProperties

GetPointerDeviceRects

GetPointerDevices

GetPointerFrameInfo

GetPointerFrameInfoHistory

GetPointerFramePenInfo

GetPointerFrameTouchInfo

GetPointerFrameTouchInfoHistory

GetPointerInfo

GetPointerInfoHistory

GetPointerInputTransform

GetPointerPenInfo

GetPointerPenInfoHistory

GetPointerTouchInfo

GetPointerTouchInfoHistory

GetPointerType

GetRawPointerDeviceData

InitializeTouchInjection

InjectTouchInput

IsMouseInPointerEnabled

 

MinCore.lib

The API Sets listed in this table are the DLL names to use for delay load.

API Set API encompassed by API Set
api-ms-win-core-com-l1-1-1.dll

CLSIDFromProgID

CLSIDFromString

CoAddRefServerProcess

CoAllowUnmarshalerCLSID

CoCancelCall

CoCopyProxy

CoCreateFreeThreadedMarshaler

CoCreateGuid

CoCreateInstance

CoCreateInstanceEx

CoCreateInstanceFromApp

CoDecodeProxy

CoDecrementMTAUsage

CoDisableCallCancellation

CoDisconnectContext

CoDisconnectObject

CoEnableCallCancellation

CoFreeUnusedLibraries

CoFreeUnusedLibrariesEx

CoGetApartmentType

CoGetCallContext

CoGetCallerTID

CoGetCancelObject

CoGetClassObject

CoGetContextToken

CoGetCurrentLogicalThreadId

CoGetCurrentProcess

CoGetDefaultContext

CoGetInterfaceAndReleaseStream

CoGetMalloc

CoGetMarshalSizeMax

CoGetObjectContext

CoGetPSClsid

CoGetStandardMarshal

CoGetStdMarshalEx

CoGetTreatAsClass

CoImpersonateClient

CoIncrementMTAUsage

CoInitializeEx

CoInitializeSecurity

CoInvalidateRemoteMachineBindings

CoIsHandlerConnected

CoLockObjectExternal

CoMarshalHresult

CoMarshalInterface

CoMarshalInterThreadInterfaceInStream

CoQueryAuthenticationServices

CoQueryClientBlanket

CoQueryProxyBlanket

CoRegisterActivationFilter

CoRegisterClassObject

CoRegisterPSClsid

CoRegisterSurrogate

CoReleaseMarshalData

CoReleaseServerProcess

CoResumeClassObjects

CoRevertToSelf

CoRevokeClassObject

CoSetCancelObject

CoSetProxyBlanket

CoSuspendClassObjects

CoSwitchCallContext

CoTaskMemAlloc

CoTaskMemFree

CoTaskMemRealloc

CoTestCancel

CoUninitialize

CoUnmarshalHresult

CoUnmarshalInterface

CoWaitForMultipleHandles

CoWaitForMultipleObjects

CreateStreamOnHGlobal

FreePropVariantArray

GetHGlobalFromStream

IIDFromString

ProgIDFromCLSID

PropVariantClear

PropVariantCopy

RoGetAgileReference

StringFromCLSID

StringFromGUID2

StringFromIID

api-ms-win-core-comm-l1-1-0.dll

ClearCommBreak

ClearCommError

EscapeCommFunction

GetCommConfig

GetCommMask

GetCommModemStatus

GetCommProperties

GetCommState

GetCommTimeouts

PurgeComm

SetCommBreak

SetCommConfig

SetCommMask

SetCommState

SetCommTimeouts

SetupComm

TransmitCommChar

WaitCommEvent

api-ms-win-core-console-l1-1-0.dll

AllocConsole

GetConsoleCP

GetConsoleMode

GetConsoleOutputCP

GetNumberOfConsoleInputEvents

PeekConsoleInputA

ReadConsoleA

ReadConsoleInputA

ReadConsoleInputW

ReadConsoleW

SetConsoleCtrlHandler

SetConsoleMode

WriteConsoleA

WriteConsoleW

api-ms-win-core-console-l2-1-0.dll

AttachConsole

CreateConsoleScreenBuffer

FillConsoleOutputAttribute

FillConsoleOutputCharacterA

FillConsoleOutputCharacterW

FlushConsoleInputBuffer

FreeConsole

GenerateConsoleCtrlEvent

GetConsoleCursorInfo

GetConsoleScreenBufferInfo

GetConsoleScreenBufferInfoEx

GetConsoleTitleW

GetLargestConsoleWindowSize

PeekConsoleInputW

ReadConsoleOutputA

ReadConsoleOutputAttribute

ReadConsoleOutputCharacterA

ReadConsoleOutputCharacterW

ReadConsoleOutputW

ScrollConsoleScreenBufferA

ScrollConsoleScreenBufferW

SetConsoleActiveScreenBuffer

SetConsoleCP

SetConsoleCursorInfo

SetConsoleCursorPosition

SetConsoleOutputCP

SetConsoleScreenBufferInfoEx

SetConsoleScreenBufferSize

SetConsoleTextAttribute

SetConsoleTitleW

SetConsoleWindowInfo

WriteConsoleInputA

WriteConsoleInputW

WriteConsoleOutputA

WriteConsoleOutputAttribute

WriteConsoleOutputCharacterA

WriteConsoleOutputCharacterW

WriteConsoleOutputW

api-ms-win-core-datetime-l1-1-1.dll

GetDateFormatA

GetDateFormatEx

GetDateFormatW

GetTimeFormatA

GetTimeFormatEx

GetTimeFormatW

api-ms-win-core-debug-l1-1-1.dll

CheckRemoteDebuggerPresent

ContinueDebugEvent

DebugActiveProcess

DebugActiveProcessStop

DebugBreak

IsDebuggerPresent

OutputDebugStringA

OutputDebugStringW

WaitForDebugEvent

api-ms-win-core-errorhandling-l1-1-1.dll

AddVectoredContinueHandler

AddVectoredExceptionHandler

GetErrorMode

GetLastError

RaiseException

RemoveVectoredContinueHandler

RemoveVectoredExceptionHandler

RestoreLastError

SetErrorMode

SetLastError

SetUnhandledExceptionFilter

UnhandledExceptionFilter

api-ms-win-core-fibers-l1-1-1.dll

FlsAlloc

FlsFree

FlsGetValue

FlsSetValue

IsThreadAFiber

api-ms-win-core-file-l1-2-1.dll

CompareFileTime

CreateDirectoryA

CreateDirectoryW

CreateFile2

CreateFileA

CreateFileW

DefineDosDeviceW

DeleteFileA

DeleteFileW

DeleteVolumeMountPointW

FileTimeToLocalFileTime

FindClose

FindCloseChangeNotification

FindFirstChangeNotificationA

FindFirstChangeNotificationW

FindFirstFileA

FindFirstFileExA

FindFirstFileExW

FindFirstFileW

FindFirstVolumeW

FindNextChangeNotification

FindNextFileA

FindNextFileW

FindNextVolumeW

FindVolumeClose

FlushFileBuffers

GetCompressedFileSizeA

GetCompressedFileSizeW

GetDiskFreeSpaceA

GetDiskFreeSpaceExA

GetDiskFreeSpaceExW

GetDiskFreeSpaceW

GetDriveTypeA

GetDriveTypeW

GetFileAttributesA

GetFileAttributesExA

GetFileAttributesExW

GetFileAttributesW

GetFileInformationByHandle

GetFileSize

GetFileSizeEx

GetFileTime

GetFileType

GetFinalPathNameByHandleA

GetFinalPathNameByHandleW

GetFullPathNameA

GetFullPathNameW

GetLogicalDrives

GetLogicalDriveStringsW

GetLongPathNameA

GetLongPathNameW

GetShortPathNameW

GetTempFileNameW

GetTempPathA

GetVolumeInformationByHandleW

GetVolumeInformationW

GetVolumeNameForVolumeMountPointW

GetVolumePathNamesForVolumeNameW

GetVolumePathNameW

LocalFileTimeToFileTime

LockFile

LockFileEx

QueryDosDeviceW

ReadFile

ReadFileEx

ReadFileScatter

RemoveDirectoryA

RemoveDirectoryW

SetEndOfFile

SetFileAttributesA

SetFileAttributesW

SetFileInformationByHandle

SetFileIoOverlappedRange

SetFilePointer

SetFilePointerEx

SetFileTime

SetFileValidData

UnlockFile

UnlockFileEx

WriteFile

WriteFileEx

WriteFileGather

api-ms-win-core-file-l2-1-1.dll

CopyFile2

CopyFileExW

CreateDirectoryExW

CreateHardLinkW

CreateSymbolicLinkW

GetFileInformationByHandleEx

MoveFileExW

MoveFileWithProgressW

OpenFileById

ReadDirectoryChangesW

ReOpenFile

ReplaceFileW

api-ms-win-core-firmware-l1-1-0.dll

GetFirmwareEnvironmentVariableExW

GetFirmwareEnvironmentVariableW

SetFirmwareEnvironmentVariableExW

SetFirmwareEnvironmentVariableW

api-ms-win-core-handle-l1-1-0.dll

CloseHandle

DuplicateHandle

GetHandleInformation

SetHandleInformation

api-ms-win-core-heap-l1-2-0.dll

GetProcessHeap

GetProcessHeaps

HeapAlloc

HeapCompact

HeapCreate

HeapDestroy

HeapFree

HeapLock

HeapQueryInformation

HeapReAlloc

HeapSetInformation

HeapSize

HeapUnlock

HeapValidate

HeapWalk

api-ms-win-core-interlocked-l1-2-0.dll

InitializeSListHead

InterlockedCompareExchange

InterlockedCompareExchange64

InterlockedDecrement

InterlockedExchange

InterlockedExchangeAdd

InterlockedFlushSList

InterlockedIncrement

InterlockedPopEntrySList

InterlockedPushEntrySList

InterlockedPushListSListEx

QueryDepthSList

api-ms-win-core-io-l1-1-1.dll

CancelIo

CancelIoEx

CancelSynchronousIo

CreateIoCompletionPort

DeviceIoControl

GetOverlappedResult

GetOverlappedResultEx

GetQueuedCompletionStatus

GetQueuedCompletionStatusEx

PostQueuedCompletionStatus

api-ms-win-core-job-l1-1-0.dll

IsProcessInJob

api-ms-win-core-libraryloader-l1-2-0.dll

AddDllDirectory

DisableThreadLibraryCalls

EnumResourceLanguagesExA

EnumResourceLanguagesExW

EnumResourceNamesExA

EnumResourceNamesExW

EnumResourceTypesExA

EnumResourceTypesExW

FindResourceExW

FindStringOrdinal

FreeLibrary

FreeLibraryAndExitThread

FreeResource

GetModuleFileNameA

GetModuleFileNameW

GetModuleHandleA

GetModuleHandleExA

GetModuleHandleExW

GetModuleHandleW

GetProcAddress

LoadLibraryExA

LoadLibraryExW

LoadResource

LoadStringA

LoadStringW

LockResource

RemoveDllDirectory

SetDefaultDllDirectories

SizeofResource

api-ms-win-core-localization-l1-2-1.dll

ConvertDefaultLocale

EnumSystemGeoID

EnumSystemLocalesA

EnumSystemLocalesEx

EnumSystemLocalesW

FindNLSString

FindNLSStringEx

FormatMessageA

FormatMessageW

GetACP

GetCalendarInfoEx

GetCalendarInfoW

GetCPInfo

GetCPInfoExW

GetFileMUIInfo

GetFileMUIPath

GetGeoInfoW

GetLocaleInfoA

GetLocaleInfoEx

GetLocaleInfoW

GetNLSVersion

GetNLSVersionEx

GetOEMCP

GetProcessPreferredUILanguages

GetSystemDefaultLangID

GetSystemDefaultLCID

GetSystemPreferredUILanguages

GetThreadLocale

GetThreadPreferredUILanguages

GetThreadUILanguage

GetUILanguageInfo

GetUserDefaultLangID

GetUserDefaultLCID

GetUserDefaultLocaleName

GetUserGeoID

GetUserPreferredUILanguages

IdnToAscii

IdnToUnicode

IsDBCSLeadByte

IsDBCSLeadByteEx

IsNLSDefinedString

IsValidCodePage

IsValidLanguageGroup

IsValidLocale

IsValidLocaleName

IsValidNLSVersion

LCMapStringA

LCMapStringEx

LCMapStringW

LocaleNameToLCID

ResolveLocaleName

SetCalendarInfoW

SetLocaleInfoW

SetProcessPreferredUILanguages

SetThreadLocale

SetThreadPreferredUILanguages

SetThreadUILanguage

SetUserGeoID

VerLanguageNameA

VerLanguageNameW

api-ms-win-core-memory-l1-1-2.dll

AllocateUserPhysicalPages

AllocateUserPhysicalPagesNuma

CreateFileMappingFromApp

CreateFileMappingNumaW

CreateFileMappingW

CreateMemoryResourceNotification

FlushViewOfFile

FreeUserPhysicalPages

GetLargePageMinimum

GetMemoryErrorHandlingCapabilities

GetProcessWorkingSetSizeEx

GetSystemFileCacheSize

GetWriteWatch

MapUserPhysicalPages

MapViewOfFile

MapViewOfFileEx

MapViewOfFileFromApp

OpenFileMappingW

PrefetchVirtualMemory

QueryMemoryResourceNotification

ReadProcessMemory

RegisterBadMemoryNotification

ResetWriteWatch

SetProcessWorkingSetSizeEx

SetSystemFileCacheSize

UnmapViewOfFile

UnmapViewOfFileEx

UnregisterBadMemoryNotification

VirtualAlloc

VirtualAllocEx

VirtualAllocExNuma

VirtualFree

VirtualFreeEx

VirtualLock

VirtualProtect

VirtualProtectEx

VirtualQuery

VirtualQueryEx

VirtualUnlock

WriteProcessMemory

api-ms-win-core-namedpipe-l1-2-0.dll

ConnectNamedPipe

CreateNamedPipeW

CreatePipe

DisconnectNamedPipe

GetNamedPipeClientComputerNameW

ImpersonateNamedPipeClient

PeekNamedPipe

SetNamedPipeHandleState

TransactNamedPipe

WaitNamedPipeW

api-ms-win-core-namespace-l1-1-0.dll

AddSIDToBoundaryDescriptor

ClosePrivateNamespace

CreateBoundaryDescriptorW

CreatePrivateNamespaceW

DeleteBoundaryDescriptor

OpenPrivateNamespaceW

api-ms-win-core-path-l1-1-0.dll

PathAllocCanonicalize

PathAllocCombine

PathCchAddBackslash

PathCchAddBackslashEx

PathCchAddExtension

PathCchAppend

PathCchAppendEx

PathCchCanonicalize

PathCchCanonicalizeEx

PathCchCombine

PathCchCombineEx

PathCchFindExtension

PathCchIsRoot

PathCchRemoveBackslash

PathCchRemoveBackslashEx

PathCchRemoveExtension

PathCchRemoveFileSpec

PathCchRenameExtension

PathCchSkipRoot

PathCchStripPrefix

PathCchStripToRoot

PathIsUNCEx

api-ms-win-core-processenvironment-l1-2-0.dll

ExpandEnvironmentStringsA

ExpandEnvironmentStringsW

FreeEnvironmentStringsA

FreeEnvironmentStringsW

GetCommandLineA

GetCommandLineW

GetCurrentDirectoryA

GetCurrentDirectoryW

GetEnvironmentStrings

GetEnvironmentStringsW

GetEnvironmentVariableA

GetEnvironmentVariableW

GetStdHandle

NeedCurrentDirectoryForExePathA

NeedCurrentDirectoryForExePathW

SearchPathA

SearchPathW

SetCurrentDirectoryA

SetCurrentDirectoryW

SetEnvironmentStringsW

SetEnvironmentVariableA

SetEnvironmentVariableW

SetStdHandle

SetStdHandleEx

api-ms-win-core-processthreads-l1-1-2.dll

CreateProcessA

CreateProcessAsUserW

CreateProcessW

CreateRemoteThread

CreateRemoteThreadEx

CreateThread

DeleteProcThreadAttributeList

ExitProcess

ExitThread

FlushInstructionCache

FlushProcessWriteBuffers

GetCurrentProcess

GetCurrentProcessId

GetCurrentProcessorNumber

GetCurrentProcessorNumberEx

GetCurrentThread

GetCurrentThreadId

GetCurrentThreadStackLimits

GetExitCodeProcess

GetExitCodeThread

GetPriorityClass

GetProcessHandleCount

GetProcessId

GetProcessIdOfThread

GetProcessMitigationPolicy

GetProcessPriorityBoost

GetProcessTimes

GetProcessVersion

GetStartupInfoW

GetSystemTimes

GetThreadContext

GetThreadId

GetThreadIdealProcessorEx

GetThreadInformation

GetThreadIOPendingFlag

GetThreadPriority

GetThreadPriorityBoost

GetThreadTimes

InitializeProcThreadAttributeList

IsProcessCritical

IsProcessorFeaturePresent

OpenProcess

OpenProcessToken

OpenThread

OpenThreadToken

ProcessIdToSessionId

QueryProcessAffinityUpdateMode

QueueUserAPC

ResumeThread

SetPriorityClass

SetProcessAffinityUpdateMode

SetProcessMitigationPolicy

SetProcessPriorityBoost

SetProcessShutdownParameters

SetThreadContext

SetThreadIdealProcessorEx

SetThreadInformation

SetThreadPriority

SetThreadPriorityBoost

SetThreadStackGuarantee

SetThreadToken

SuspendThread

SwitchToThread

TerminateProcess

TerminateThread

TlsAlloc

TlsFree

TlsGetValue

TlsSetValue

UpdateProcThreadAttribute

api-ms-win-core-processtopology-l1-2-0.dll

GetProcessGroupAffinity

GetThreadGroupAffinity

SetThreadGroupAffinity

api-ms-win-core-profile-l1-1-0.dll

QueryPerformanceCounter

QueryPerformanceFrequency

api-ms-win-core-psapi-l1-1-0.dll

K32EmptyWorkingSet

K32EnumDeviceDrivers

K32EnumPageFilesW

K32EnumProcesses

K32GetDeviceDriverBaseNameW

K32GetDeviceDriverFileNameW

K32GetMappedFileNameW

K32GetPerformanceInfo

K32GetProcessImageFileNameW

K32GetProcessMemoryInfo

K32GetWsChanges

K32GetWsChangesEx

K32InitializeProcessForWsWatch

K32QueryWorkingSet

K32QueryWorkingSetEx

QueryFullProcessImageNameW

api-ms-win-core-quirks-l1-1-0.dll

QuirkGetData

QuirkGetData2

QuirkIsEnabled

QuirkIsEnabled2

QuirkIsEnabled3

QuirkIsEnabledForPackage

QuirkIsEnabledForPackage2

QuirkIsEnabledForProcess

api-ms-win-core-realtime-l1-1-0.dll

QueryIdleProcessorCycleTime

QueryIdleProcessorCycleTimeEx

QueryProcessCycleTime

QueryThreadCycleTime

QueryUnbiasedInterruptTime

api-ms-win-core-registry-l1-1-0.dll

RegCloseKey

RegCopyTreeW

RegCreateKeyExA

RegCreateKeyExW

RegDeleteKeyExA

RegDeleteKeyExW

RegDeleteTreeA

RegDeleteTreeW

RegDeleteValueA

RegDeleteValueW

RegDisablePredefinedCacheEx

RegEnumKeyExA

RegEnumKeyExW

RegEnumValueA

RegEnumValueW

RegFlushKey

RegGetKeySecurity

RegGetValueA

RegGetValueW

RegLoadAppKeyA

RegLoadAppKeyW

RegLoadKeyA

RegLoadKeyW

RegLoadMUIStringA

RegLoadMUIStringW

RegNotifyChangeKeyValue

RegOpenCurrentUser

RegOpenKeyExA

RegOpenKeyExW

RegOpenUserClassesRoot

RegQueryInfoKeyA

RegQueryInfoKeyW

RegQueryValueExA

RegQueryValueExW

RegRestoreKeyA

RegRestoreKeyW

RegSaveKeyExA

RegSaveKeyExW

RegSetKeySecurity

RegSetValueExA

RegSetValueExW

RegUnLoadKeyA

RegUnLoadKeyW

api-ms-win-core-rtlsupport-l1-2-0.dll

RtlCaptureContext

RtlCaptureStackBackTrace

RtlCompareMemory

RtlPcToFileHeader

RtlRaiseException

RtlUnwind

api-ms-win-core-shutdown-l1-1-1.dll

AbortSystemShutdownW

InitiateShutdownW

InitiateSystemShutdownExW

api-ms-win-core-string-l1-1-0.dll

CompareStringEx

CompareStringOrdinal

CompareStringW

FoldStringW

GetStringTypeExW

GetStringTypeW

MultiByteToWideChar

WideCharToMultiByte

api-ms-win-core-string-l2-1-0.dll

CharLowerBuffW

CharLowerW

CharNextW

CharPrevW

CharUpperBuffW

CharUpperW

IsCharAlphaNumericW

IsCharAlphaW

IsCharLowerW

IsCharUpperW

api-ms-win-core-synch-l1-2-0.dll

AcquireSRWLockExclusive

AcquireSRWLockShared

CancelWaitableTimer

CreateEventA

CreateEventExA

CreateEventExW

CreateEventW

CreateMutexA

CreateMutexExA

CreateMutexExW

CreateMutexW

CreateSemaphoreExW

CreateWaitableTimerExW

DeleteCriticalSection

DeleteSynchronizationBarrier

EnterCriticalSection

EnterSynchronizationBarrier

InitializeConditionVariable

InitializeCriticalSection

InitializeCriticalSectionAndSpinCount

InitializeCriticalSectionEx

InitializeSRWLock

InitializeSynchronizationBarrier

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

api-ms-win-core-sysinfo-l1-2-1.dll

DnsHostnameToComputerNameExW

EnumSystemFirmwareTables

GetComputerNameExA

GetComputerNameExW

GetLocalTime

GetLogicalProcessorInformation

GetLogicalProcessorInformationEx

GetNativeSystemInfo

GetOsSafeBootMode

GetPhysicallyInstalledSystemMemory

GetProductInfo

GetSystemDirectoryA

GetSystemDirectoryW

GetSystemFirmwareTable

GetSystemInfo

GetSystemTime

GetSystemTimeAdjustment

GetSystemTimeAsFileTime

GetSystemTimePreciseAsFileTime

GetSystemWindowsDirectoryA

GetSystemWindowsDirectoryW

GetTickCount

GetTickCount64

GetVersion

GetVersionExA

GetVersionExW

GetWindowsDirectoryA

GetWindowsDirectoryW

GlobalMemoryStatusEx

InstallELAMCertificateInfo

SetComputerNameEx2W

SetComputerNameExW

SetLocalTime

SetSystemTime

SetSystemTimeAdjustment

VerSetConditionMask

api-ms-win-core-systemtopology-l1-1-0.dll

GetNumaHighestNodeNumber

GetNumaNodeProcessorMaskEx

api-ms-win-core-threadpool-l1-2-0.dll

CallbackMayRunLong

CancelThreadpoolIo

CloseThreadpool

CloseThreadpoolCleanupGroup

CloseThreadpoolCleanupGroupMembers

CloseThreadpoolIo

CloseThreadpoolTimer

CloseThreadpoolWait

CloseThreadpoolWork

CreateThreadpool

CreateThreadpoolCleanupGroup

CreateThreadpoolIo

CreateThreadpoolTimer

CreateThreadpoolWait

CreateThreadpoolWork

DisassociateCurrentThreadFromCallback

FreeLibraryWhenCallbackReturns

IsThreadpoolTimerSet

LeaveCriticalSectionWhenCallbackReturns

QueryThreadpoolStackInformation

ReleaseMutexWhenCallbackReturns

ReleaseSemaphoreWhenCallbackReturns

SetEventWhenCallbackReturns

SetThreadpoolStackInformation

SetThreadpoolThreadMaximum

SetThreadpoolThreadMinimum

SetThreadpoolTimer

SetThreadpoolTimerEx

SetThreadpoolWait

SetThreadpoolWaitEx

StartThreadpoolIo

SubmitThreadpoolWork

TrySubmitThreadpoolCallback

WaitForThreadpoolIoCallbacks

WaitForThreadpoolTimerCallbacks

WaitForThreadpoolWaitCallbacks

WaitForThreadpoolWorkCallbacks

api-ms-win-core-timezone-l1-1-0.dll

EnumDynamicTimeZoneInformation

FileTimeToSystemTime

GetDynamicTimeZoneInformation

GetDynamicTimeZoneInformationEffectiveYears

GetTimeZoneInformation

GetTimeZoneInformationForYear

SetDynamicTimeZoneInformation

SetTimeZoneInformation

SystemTimeToFileTime

SystemTimeToTzSpecificLocalTime

SystemTimeToTzSpecificLocalTimeEx

TzSpecificLocalTimeToSystemTime

TzSpecificLocalTimeToSystemTimeEx

api-ms-win-core-util-l1-1-0.dll

Beep

DecodePointer

DecodeSystemPointer

EncodePointer

EncodeSystemPointer

api-ms-win-core-version-l1-1-0.dll

GetFileVersionInfoExW

GetFileVersionInfoSizeExW

VerFindFileW

VerQueryValueW

api-ms-win-core-winrt-error-l1-1-1.dll

GetRestrictedErrorInfo

IsErrorPropagationEnabled

RoCaptureErrorContext

RoClearError

RoFailFastWithErrorContext

RoGetErrorReportingFlags

RoGetMatchingRestrictedErrorInfo

RoInspectCapturedStackBackTrace

RoInspectThreadErrorInfo

RoOriginateError

RoOriginateErrorW

RoOriginateLanguageException

RoReportFailedDelegate

RoReportUnhandledError

RoResolveRestrictedErrorInfoReference

RoSetErrorReportingFlags

RoTransformError

RoTransformErrorW

SetRestrictedErrorInfo

api-ms-win-core-winrt-l1-1-0.dll

RoActivateInstance

RoGetActivationFactory

RoGetApartmentIdentifier

RoInitialize

RoRegisterActivationFactories

RoRegisterForApartmentShutdown

RoRevokeActivationFactories

RoUninitialize

RoUnregisterForApartmentShutdown

api-ms-win-core-winrt-string-l1-1-0.dll

HSTRING_UserFree

HSTRING_UserMarshal

HSTRING_UserSize

HSTRING_UserUnmarshal

WindowsCompareStringOrdinal

WindowsConcatString

WindowsCreateString

WindowsCreateStringReference

WindowsDeleteString

WindowsDeleteStringBuffer

WindowsDuplicateString

WindowsGetStringLen

WindowsGetStringRawBuffer

WindowsInspectString

WindowsIsStringEmpty

WindowsPreallocateStringBuffer

WindowsPromoteStringBuffer

WindowsReplaceString

WindowsStringHasEmbeddedNull

WindowsSubstring

WindowsSubstringWithSpecifiedLength

WindowsTrimStringEnd

WindowsTrimStringStart

api-ms-win-core-xstate-l1-1-1.dll

RtlCopyContext

RtlCopyExtendedContext

RtlGetEnabledExtendedFeatures

RtlGetExtendedContextLength

RtlGetExtendedFeaturesMask

RtlInitializeExtendedContext

RtlLocateExtendedFeature

RtlLocateLegacyContext

RtlSetExtendedFeaturesMask

api-ms-win-core-xstate-l2-1-0.dll

CopyContext

GetEnabledXStateFeatures

GetXStateFeaturesMask

InitializeContext

LocateXStateFeature

SetXStateFeaturesMask

api-ms-win-devices-config-l1-1-1.dll

CM_Delete_Class_Key

CM_Delete_Device_Interface_KeyW

CM_Delete_DevNode_Key

CM_Disable_DevNode

CM_Enable_DevNode

CM_Get_Child

CM_Get_Class_Property_Keys

CM_Get_Class_PropertyW

CM_Get_Class_Registry_PropertyW

CM_Get_Depth

CM_Get_Device_ID_List_SizeW

CM_Get_Device_ID_ListW

CM_Get_Device_ID_Size

CM_Get_Device_IDW

CM_Get_Device_Interface_List_SizeW

CM_Get_Device_Interface_ListW

CM_Get_Device_Interface_Property_KeysW

CM_Get_Device_Interface_PropertyW

CM_Get_DevNode_Property_Keys

CM_Get_DevNode_PropertyW

CM_Get_DevNode_Registry_PropertyW

CM_Get_DevNode_Status

CM_Get_Parent

CM_Get_Sibling

CM_Locate_DevNodeW

CM_MapCrToWin32Err

CM_Open_Class_KeyW

CM_Open_Device_Interface_KeyW

CM_Open_DevNode_Key

CM_Query_And_Remove_SubTreeW

CM_Register_Notification

CM_Set_Class_PropertyW

CM_Set_Class_Registry_PropertyW

CM_Set_Device_Interface_PropertyW

CM_Set_DevNode_PropertyW

CM_Set_DevNode_Registry_PropertyW

CM_Setup_DevNode

CM_Uninstall_DevNode

CM_Unregister_Notification

api-ms-win-eventing-classicprovider-l1-1-0.dll

GetTraceEnableFlags

GetTraceEnableLevel

GetTraceLoggerHandle

RegisterTraceGuidsW

TraceEvent

TraceMessage

TraceMessageVa

UnregisterTraceGuids

api-ms-win-eventing-consumer-l1-1-0.dll

CloseTrace

OpenTraceW

ProcessTrace

api-ms-win-eventing-controller-l1-1-0.dll

ControlTraceW

EnableTraceEx2

EnumerateTraceGuidsEx

EventAccessControl

EventAccessQuery

EventAccessRemove

QueryAllTracesW

StartTraceW

StopTraceW

TraceQueryInformation

TraceSetInformation

api-ms-win-eventing-provider-l1-1-0.dll

EventActivityIdControl

EventEnabled

EventProviderEnabled

EventRegister

EventSetInformation

EventUnregister

EventWrite

EventWriteEx

EventWriteString

EventWriteTransfer

api-ms-win-power-base-l1-1-0.dll

CallNtPowerInformation

GetPwrCapabilities

PowerDeterminePlatformRoleEx

PowerRegisterSuspendResumeNotification

PowerUnregisterSuspendResumeNotification

api-ms-win-power-setting-l1-1-0.dll

PowerGetActiveScheme

PowerReadACValue

PowerReadDCValue

PowerSetActiveScheme

PowerSettingRegisterNotification

PowerSettingUnregisterNotification

PowerWriteACValueIndex

PowerWriteDCValueIndex

api-ms-win-security-appcontainer-l1-1-0.dll

GetAppContainerNamedObjectPath

api-ms-win-security-base-l1-2-0.dll

AccessCheck

AccessCheckAndAuditAlarmW

AccessCheckByType

AccessCheckByTypeAndAuditAlarmW

AccessCheckByTypeResultList

AccessCheckByTypeResultListAndAuditAlarmByHandleW

AccessCheckByTypeResultListAndAuditAlarmW

AddAccessAllowedAce

AddAccessAllowedAceEx

AddAccessAllowedObjectAce

AddAccessDeniedAce

AddAccessDeniedAceEx

AddAccessDeniedObjectAce

AddAce

AddAuditAccessAce

AddAuditAccessAceEx

AddAuditAccessObjectAce

AddMandatoryAce

AddResourceAttributeAce

AddScopedPolicyIDAce

AdjustTokenGroups

AdjustTokenPrivileges

AllocateAndInitializeSid

AllocateLocallyUniqueId

AreAllAccessesGranted

AreAnyAccessesGranted

CheckTokenCapability

CheckTokenMembership

CheckTokenMembershipEx

ConvertToAutoInheritPrivateObjectSecurity

CopySid

CreatePrivateObjectSecurity

CreatePrivateObjectSecurityEx

CreatePrivateObjectSecurityWithMultipleInheritance

CreateRestrictedToken

CreateWellKnownSid

DeleteAce

DestroyPrivateObjectSecurity

DuplicateToken

DuplicateTokenEx

EqualDomainSid

EqualPrefixSid

EqualSid

FindFirstFreeAce

FreeSid

GetAce

GetAclInformation

GetAppContainerAce

GetCachedSigningLevel

GetFileSecurityW

GetKernelObjectSecurity

GetLengthSid

GetPrivateObjectSecurity

GetSecurityDescriptorControl

GetSecurityDescriptorDacl

GetSecurityDescriptorGroup

GetSecurityDescriptorLength

GetSecurityDescriptorOwner

GetSecurityDescriptorRMControl

GetSecurityDescriptorSacl

GetSidIdentifierAuthority

GetSidLengthRequired

GetSidSubAuthority

GetSidSubAuthorityCount

GetTokenInformation

GetWindowsAccountDomainSid

ImpersonateAnonymousToken

ImpersonateLoggedOnUser

ImpersonateSelf

InitializeAcl

InitializeSecurityDescriptor

InitializeSid

IsTokenRestricted

IsValidAcl

IsValidSecurityDescriptor

IsValidSid

IsWellKnownSid

MakeAbsoluteSD

MakeSelfRelativeSD

MapGenericMask

ObjectCloseAuditAlarmW

ObjectDeleteAuditAlarmW

ObjectOpenAuditAlarmW

ObjectPrivilegeAuditAlarmW

PrivilegeCheck

PrivilegedServiceAuditAlarmW

QuerySecurityAccessMask

RevertToSelf

SetAclInformation

SetCachedSigningLevel

SetFileSecurityW

SetKernelObjectSecurity

SetPrivateObjectSecurity

SetPrivateObjectSecurityEx

SetSecurityAccessMask

SetSecurityDescriptorControl

SetSecurityDescriptorDacl

SetSecurityDescriptorGroup

SetSecurityDescriptorOwner

SetSecurityDescriptorRMControl

SetSecurityDescriptorSacl

SetTokenInformation

api-ms-win-security-credentials-l1-1-0.dll

CredDeleteA

CredDeleteW

CredEnumerateA

CredEnumerateW

CredFindBestCredentialA

CredFindBestCredentialW

CredFree

CredGetSessionTypes

CredGetTargetInfoA

CredGetTargetInfoW

CredIsMarshaledCredentialW

CredIsProtectedA

CredIsProtectedW

CredMarshalCredentialA

CredMarshalCredentialW

CredProtectA

CredProtectW

CredReadA

CredReadDomainCredentialsA

CredReadDomainCredentialsW

CredReadW

CredUnmarshalCredentialA

CredUnmarshalCredentialW

CredUnprotectA

CredUnprotectW

CredWriteA

CredWriteDomainCredentialsA

CredWriteDomainCredentialsW

CredWriteW

api-ms-win-security-lsalookup-l2-1-1.dll

LookupAccountNameW

LookupAccountSidW

LookupPrivilegeDisplayNameW

LookupPrivilegeNameW

LookupPrivilegeValueW

LsaEnumerateTrustedDomains

LsaManageSidNameMapping

api-ms-win-security-sddl-l1-1-0.dll

ConvertSecurityDescriptorToStringSecurityDescriptorW

ConvertSidToStringSidW

ConvertStringSecurityDescriptorToSecurityDescriptorW

ConvertStringSidToSidW

api-ms-win-service-core-l1-1-1.dll

EnumDependentServicesW

EnumServicesStatusExW

QueryServiceDynamicInformation

RegisterServiceCtrlHandlerExW

SetServiceStatus

StartServiceCtrlDispatcherW

api-ms-win-service-management-l1-1-0.dll

CloseServiceHandle

ControlServiceExW

CreateServiceW

DeleteService

OpenSCManagerW

OpenServiceW

StartServiceW

api-ms-win-service-management-l2-1-0.dll

ChangeServiceConfig2W

ChangeServiceConfigW

NotifyServiceStatusChangeW

QueryServiceConfig2W

QueryServiceConfigW

QueryServiceObjectSecurity

QueryServiceStatusEx

SetServiceObjectSecurity

api-ms-win-service-winsvc-l1-2-0.dll

ChangeServiceConfig2A

ChangeServiceConfigA

ControlService

ControlServiceExA

CreateServiceA

NotifyServiceStatusChangeA

OpenSCManagerA

OpenServiceA

QueryServiceConfig2A

QueryServiceConfigA

QueryServiceStatus

RegisterServiceCtrlHandlerA

RegisterServiceCtrlHandlerExA

RegisterServiceCtrlHandlerW

StartServiceA

StartServiceCtrlDispatcherA

 

API Set API encompassed by API Set
api-ms-win-core-com-l1-1-1.dll

CLSIDFromProgID

CLSIDFromString

CoAddRefServerProcess

CoAllowUnmarshalerCLSID

CoCancelCall

CoCopyProxy

CoCreateFreeThreadedMarshaler

CoCreateGuid

CoCreateInstance

CoCreateInstanceEx

CoCreateInstanceFromApp

CoDecodeProxy

CoDecrementMTAUsage

CoDisableCallCancellation

CoDisconnectContext

CoDisconnectObject

CoEnableCallCancellation

CoFreeUnusedLibraries

CoFreeUnusedLibrariesEx

CoGetApartmentType

CoGetCallContext

CoGetCallerTID

CoGetCancelObject

CoGetClassObject

CoGetContextToken

CoGetCurrentLogicalThreadId

CoGetCurrentProcess

CoGetDefaultContext

CoGetInterfaceAndReleaseStream

CoGetMalloc

CoGetMarshalSizeMax

CoGetObjectContext

CoGetPSClsid

CoGetStandardMarshal

CoGetStdMarshalEx

CoGetTreatAsClass

CoImpersonateClient

CoIncrementMTAUsage

CoInitializeEx

CoInitializeSecurity

CoInvalidateRemoteMachineBindings

CoIsHandlerConnected

CoLockObjectExternal

CoMarshalHresult

CoMarshalInterface

CoMarshalInterThreadInterfaceInStream

CoQueryAuthenticationServices

CoQueryClientBlanket

CoQueryProxyBlanket

CoRegisterActivationFilter

CoRegisterClassObject

CoRegisterPSClsid

CoRegisterSurrogate

CoReleaseMarshalData

CoReleaseServerProcess

CoResumeClassObjects

CoRevertToSelf

CoRevokeClassObject

CoSetCancelObject

CoSetProxyBlanket

CoSuspendClassObjects

CoSwitchCallContext

CoTaskMemAlloc

CoTaskMemFree

CoTaskMemRealloc

CoTestCancel

CoUninitialize

CoUnmarshalHresult

CoUnmarshalInterface

CoWaitForMultipleHandles

CoWaitForMultipleObjects

CreateStreamOnHGlobal

FreePropVariantArray

GetHGlobalFromStream

IIDFromString

ProgIDFromCLSID

PropVariantClear

PropVariantCopy

RoGetAgileReference

StringFromCLSID

StringFromGUID2

StringFromIID

api-ms-win-core-comm-l1-1-0.dll

ClearCommBreak

ClearCommError

EscapeCommFunction

GetCommConfig

GetCommMask

GetCommModemStatus

GetCommProperties

GetCommState

GetCommTimeouts

PurgeComm

SetCommBreak

SetCommConfig

SetCommMask

SetCommState

SetCommTimeouts

SetupComm

TransmitCommChar

WaitCommEvent

api-ms-win-core-console-l1-1-0.dll

AllocConsole

GetConsoleCP

GetConsoleMode

GetConsoleOutputCP

GetNumberOfConsoleInputEvents

PeekConsoleInputA

ReadConsoleA

ReadConsoleInputA

ReadConsoleInputW

ReadConsoleW

SetConsoleCtrlHandler

SetConsoleMode

WriteConsoleA

WriteConsoleW

api-ms-win-core-console-l2-1-0.dll

AttachConsole

CreateConsoleScreenBuffer

FillConsoleOutputAttribute

FillConsoleOutputCharacterA

FillConsoleOutputCharacterW

FlushConsoleInputBuffer

FreeConsole

GenerateConsoleCtrlEvent

GetConsoleCursorInfo

GetConsoleScreenBufferInfo

GetConsoleScreenBufferInfoEx

GetConsoleTitleW

GetLargestConsoleWindowSize

PeekConsoleInputW

ReadConsoleOutputA

ReadConsoleOutputAttribute

ReadConsoleOutputCharacterA

ReadConsoleOutputCharacterW

ReadConsoleOutputW

ScrollConsoleScreenBufferA

ScrollConsoleScreenBufferW

SetConsoleActiveScreenBuffer

SetConsoleCP

SetConsoleCursorInfo

SetConsoleCursorPosition

SetConsoleOutputCP

SetConsoleScreenBufferInfoEx

SetConsoleScreenBufferSize

SetConsoleTextAttribute

SetConsoleTitleW

SetConsoleWindowInfo

WriteConsoleInputA

WriteConsoleInputW

WriteConsoleOutputA

WriteConsoleOutputAttribute

WriteConsoleOutputCharacterA

WriteConsoleOutputCharacterW

WriteConsoleOutputW

api-ms-win-core-datetime-l1-1-1.dll

GetDateFormatA

GetDateFormatEx

GetDateFormatW

GetTimeFormatA

GetTimeFormatEx

GetTimeFormatW

api-ms-win-core-debug-l1-1-1.dll

CheckRemoteDebuggerPresent

ContinueDebugEvent

DebugActiveProcess

DebugActiveProcessStop

DebugBreak

IsDebuggerPresent

OutputDebugStringA

OutputDebugStringW

WaitForDebugEvent

api-ms-win-core-errorhandling-l1-1-1.dll

AddVectoredContinueHandler

AddVectoredExceptionHandler

GetErrorMode

GetLastError

RaiseException

RemoveVectoredContinueHandler

RemoveVectoredExceptionHandler

RestoreLastError

SetErrorMode

SetLastError

SetUnhandledExceptionFilter

UnhandledExceptionFilter

api-ms-win-core-fibers-l1-1-1.dll

FlsAlloc

FlsFree

FlsGetValue

FlsSetValue

IsThreadAFiber

api-ms-win-core-file-l1-2-1.dll

CompareFileTime

CreateDirectoryA

CreateDirectoryW

CreateFile2

CreateFileA

CreateFileW

DefineDosDeviceW

DeleteFileA

DeleteFileW

DeleteVolumeMountPointW

FileTimeToLocalFileTime

FindClose

FindCloseChangeNotification

FindFirstChangeNotificationA

FindFirstChangeNotificationW

FindFirstFileA

FindFirstFileExA

FindFirstFileExW

FindFirstFileW

FindFirstVolumeW

FindNextChangeNotification

FindNextFileA

FindNextFileW

FindNextVolumeW

FindVolumeClose

FlushFileBuffers

GetCompressedFileSizeA

GetCompressedFileSizeW

GetDiskFreeSpaceA

GetDiskFreeSpaceExA

GetDiskFreeSpaceExW

GetDiskFreeSpaceW

GetDriveTypeA

GetDriveTypeW

GetFileAttributesA

GetFileAttributesExA

GetFileAttributesExW

GetFileAttributesW

GetFileInformationByHandle

GetFileSize

GetFileSizeEx

GetFileTime

GetFileType

GetFinalPathNameByHandleA

GetFinalPathNameByHandleW

GetFullPathNameA

GetFullPathNameW

GetLogicalDrives

GetLogicalDriveStringsW

GetLongPathNameA

GetLongPathNameW

GetShortPathNameW

GetTempFileNameW

GetTempPathW

GetVolumeInformationByHandleW

GetVolumeInformationW

GetVolumeNameForVolumeMountPointW

GetVolumePathNamesForVolumeNameW

GetVolumePathNameW

LocalFileTimeToFileTime

LockFile

LockFileEx

QueryDosDeviceW

ReadFile

ReadFileEx

ReadFileScatter

RemoveDirectoryA

RemoveDirectoryW

SetEndOfFile

SetFileAttributesA

SetFileAttributesW

SetFileInformationByHandle

SetFileIoOverlappedRange

SetFilePointer

SetFilePointerEx

SetFileTime

SetFileValidData

UnlockFile

UnlockFileEx

WriteFile

WriteFileEx

WriteFileGather

api-ms-win-core-file-l2-1-1.dll

CopyFile2

CopyFileExW

CreateDirectoryExW

CreateHardLinkW

CreateSymbolicLinkW

GetFileInformationByHandleEx

MoveFileExW

MoveFileWithProgressW

OpenFileById

ReadDirectoryChangesW

ReOpenFile

ReplaceFileW

api-ms-win-core-firmware-l1-1-0.dll

GetFirmwareEnvironmentVariableExW

GetFirmwareEnvironmentVariableW

SetFirmwareEnvironmentVariableExW

SetFirmwareEnvironmentVariableW

api-ms-win-core-handle-l1-1-0.dll

CloseHandle

DuplicateHandle

GetHandleInformation

SetHandleInformation

api-ms-win-core-heap-l1-2-0.dll

GetProcessHeap

GetProcessHeaps

HeapAlloc

HeapCompact

HeapCreate

HeapDestroy

HeapFree

HeapLock

HeapQueryInformation

HeapReAlloc

HeapSetInformation

HeapSize

HeapUnlock

HeapValidate

HeapWalk

api-ms-win-core-interlocked-l1-2-0.dll

InitializeSListHead

InterlockedCompareExchange

InterlockedCompareExchange64

InterlockedDecrement

InterlockedExchange

InterlockedExchangeAdd

InterlockedFlushSList

InterlockedIncrement

InterlockedPopEntrySList

InterlockedPushEntrySList

InterlockedPushListSListEx

QueryDepthSList

api-ms-win-core-io-l1-1-1.dll

CancelIo

CancelIoEx

CancelSynchronousIo

CreateIoCompletionPort

DeviceIoControl

GetOverlappedResult

GetOverlappedResultEx

GetQueuedCompletionStatus

GetQueuedCompletionStatusEx

PostQueuedCompletionStatus

api-ms-win-core-job-l1-1-0.dll

IsProcessInJob

api-ms-win-core-libraryloader-l1-2-0.dll

AddDllDirectory

DisableThreadLibraryCalls

EnumResourceLanguagesExA

EnumResourceLanguagesExW

EnumResourceNamesExA

EnumResourceNamesExW

EnumResourceTypesExA

EnumResourceTypesExW

FindResourceExW

FindStringOrdinal

FreeLibrary

FreeLibraryAndExitThread

FreeResource

GetModuleFileNameA

GetModuleFileNameW

GetModuleHandleA

GetModuleHandleExA

GetModuleHandleExW

GetModuleHandleW

GetProcAddress

LoadLibraryExA

LoadLibraryExW

LoadResource

LoadStringA

LoadStringW

LockResource

RemoveDllDirectory

SetDefaultDllDirectories

SizeofResource

api-ms-win-core-localization-l1-2-1.dll

ConvertDefaultLocale

EnumSystemGeoID

EnumSystemLocalesA

EnumSystemLocalesEx

EnumSystemLocalesW

FindNLSString

FindNLSStringEx

FormatMessageA

FormatMessageW

GetACP

GetCalendarInfoEx

GetCalendarInfoW

GetCPInfo

GetCPInfoExW

GetFileMUIInfo

GetFileMUIPath

GetGeoInfoW

GetLocaleInfoA

GetLocaleInfoEx

GetLocaleInfoW

GetNLSVersion

GetNLSVersionEx

GetOEMCP

GetProcessPreferredUILanguages

GetSystemDefaultLangID

GetSystemDefaultLCID

GetSystemPreferredUILanguages

GetThreadLocale

GetThreadPreferredUILanguages

GetThreadUILanguage

GetUILanguageInfo

GetUserDefaultLangID

GetUserDefaultLCID

GetUserDefaultLocaleName

GetUserGeoID

GetUserPreferredUILanguages

IdnToAscii

IdnToUnicode

IsDBCSLeadByte

IsDBCSLeadByteEx

IsNLSDefinedString

IsValidCodePage

IsValidLanguageGroup

IsValidLocale

IsValidLocaleName

IsValidNLSVersion

LCMapStringA

LCMapStringEx

LCMapStringW

LocaleNameToLCID

ResolveLocaleName

SetCalendarInfoW

SetLocaleInfoW

SetProcessPreferredUILanguages

SetThreadLocale

SetThreadPreferredUILanguages

SetThreadUILanguage

SetUserGeoID

VerLanguageNameA

VerLanguageNameW

api-ms-win-core-memory-l1-1-2.dll

AllocateUserPhysicalPages

AllocateUserPhysicalPagesNuma

CreateFileMappingFromApp

CreateFileMappingNumaW

CreateFileMappingW

CreateMemoryResourceNotification

FlushViewOfFile

FreeUserPhysicalPages

GetLargePageMinimum

GetMemoryErrorHandlingCapabilities

GetProcessWorkingSetSizeEx

GetSystemFileCacheSize

GetWriteWatch

MapUserPhysicalPages

MapViewOfFile

MapViewOfFileEx

MapViewOfFileFromApp

OpenFileMappingW

PrefetchVirtualMemory

QueryMemoryResourceNotification

ReadProcessMemory

RegisterBadMemoryNotification

ResetWriteWatch

SetProcessWorkingSetSizeEx

SetSystemFileCacheSize

UnmapViewOfFile

UnmapViewOfFileEx

UnregisterBadMemoryNotification

VirtualAlloc

VirtualAllocEx

VirtualAllocExNuma

VirtualFree

VirtualFreeEx

VirtualLock

VirtualProtect

VirtualProtectEx

VirtualQuery

VirtualQueryEx

VirtualUnlock

WriteProcessMemory

api-ms-win-core-namedpipe-l1-2-0.dll

ConnectNamedPipe

CreateNamedPipeW

CreatePipe

DisconnectNamedPipe

GetNamedPipeClientComputerNameW

ImpersonateNamedPipeClient

PeekNamedPipe

SetNamedPipeHandleState

TransactNamedPipe

WaitNamedPipeW

api-ms-win-core-namespace-l1-1-0.dll

AddSIDToBoundaryDescriptor

ClosePrivateNamespace

CreateBoundaryDescriptorW

CreatePrivateNamespaceW

DeleteBoundaryDescriptor

OpenPrivateNamespaceW

api-ms-win-core-path-l1-1-0.dll

PathAllocCanonicalize

PathAllocCombine

PathCchAddBackslash

PathCchAddBackslashEx

PathCchAddExtension

PathCchAppend

PathCchAppendEx

PathCchCanonicalize

PathCchCanonicalizeEx

PathCchCombine

PathCchCombineEx

PathCchFindExtension

PathCchIsRoot

PathCchRemoveBackslash

PathCchRemoveBackslashEx

PathCchRemoveExtension

PathCchRemoveFileSpec

PathCchRenameExtension

PathCchSkipRoot

PathCchStripPrefix

PathCchStripToRoot

PathIsUNCEx

api-ms-win-core-processenvironment-l1-2-0.dll

ExpandEnvironmentStringsA

ExpandEnvironmentStringsW

FreeEnvironmentStringsA

FreeEnvironmentStringsW

GetCommandLineA

GetCommandLineW

GetCurrentDirectoryA

GetCurrentDirectoryW

GetEnvironmentStrings

GetEnvironmentStringsW

GetEnvironmentVariableA

GetEnvironmentVariableW

GetStdHandle

NeedCurrentDirectoryForExePathA

NeedCurrentDirectoryForExePathW

SearchPathA

SearchPathW

SetCurrentDirectoryA

SetCurrentDirectoryW

SetEnvironmentStringsW

SetEnvironmentVariableA

SetEnvironmentVariableW

SetStdHandle

SetStdHandleEx

api-ms-win-core-processthreads-l1-1-2.dll

CreateProcessA

CreateProcessAsUserW

CreateProcessW

CreateRemoteThread

CreateRemoteThreadEx

CreateThread

DeleteProcThreadAttributeList

ExitProcess

ExitThread

FlushInstructionCache

FlushProcessWriteBuffers

GetCurrentProcess

GetCurrentProcessId

GetCurrentProcessorNumber

GetCurrentProcessorNumberEx

GetCurrentThread

GetCurrentThreadId

GetCurrentThreadStackLimits

GetExitCodeProcess

GetExitCodeThread

GetPriorityClass

GetProcessHandleCount

GetProcessId

GetProcessIdOfThread

GetProcessMitigationPolicy

GetProcessPriorityBoost

GetProcessTimes

GetProcessVersion

GetStartupInfoW

GetSystemTimes

GetThreadContext

GetThreadId

GetThreadIdealProcessorEx

GetThreadInformation

GetThreadIOPendingFlag

GetThreadPriority

GetThreadPriorityBoost

GetThreadTimes

InitializeProcThreadAttributeList

IsProcessCritical

IsProcessorFeaturePresent

OpenProcess

OpenProcessToken

OpenThread

OpenThreadToken

ProcessIdToSessionId

QueryProcessAffinityUpdateMode

QueueUserAPC

ResumeThread

SetPriorityClass

SetProcessAffinityUpdateMode

SetProcessMitigationPolicy

SetProcessPriorityBoost

SetProcessShutdownParameters

SetThreadContext

SetThreadIdealProcessorEx

SetThreadInformation

SetThreadPriority

SetThreadPriorityBoost

SetThreadStackGuarantee

SetThreadToken

SuspendThread

SwitchToThread

TerminateProcess

TerminateThread

TlsAlloc

TlsFree

TlsGetValue

TlsSetValue

UpdateProcThreadAttribute

api-ms-win-core-processtopology-l1-2-0.dll

GetProcessGroupAffinity

GetThreadGroupAffinity

SetThreadGroupAffinity

api-ms-win-core-profile-l1-1-0.dll

QueryPerformanceCounter

QueryPerformanceFrequency

api-ms-win-core-psapi-l1-1-0.dll

K32EmptyWorkingSet

K32EnumDeviceDrivers

K32EnumPageFilesW

K32EnumProcesses

K32GetDeviceDriverBaseNameW

K32GetDeviceDriverFileNameW

K32GetMappedFileNameW

K32GetPerformanceInfo

K32GetProcessImageFileNameW

K32GetProcessMemoryInfo

K32GetWsChanges

K32GetWsChangesEx

K32InitializeProcessForWsWatch

K32QueryWorkingSet

K32QueryWorkingSetEx

QueryFullProcessImageNameW

api-ms-win-core-quirks-l1-1-0.dll

QuirkGetData

QuirkGetData2

QuirkIsEnabled

QuirkIsEnabled2

QuirkIsEnabled3

QuirkIsEnabledForPackage

QuirkIsEnabledForPackage2

QuirkIsEnabledForProcess

api-ms-win-core-realtime-l1-1-0.dll

QueryIdleProcessorCycleTime

QueryIdleProcessorCycleTimeEx

QueryProcessCycleTime

QueryThreadCycleTime

QueryUnbiasedInterruptTime

api-ms-win-core-registry-l1-1-0.dll

RegCloseKey

RegCopyTreeW

RegCreateKeyExA

RegCreateKeyExW

RegDeleteKeyExA

RegDeleteKeyExW

RegDeleteTreeA

RegDeleteTreeW

RegDeleteValueA

RegDeleteValueW

RegDisablePredefinedCacheEx

RegEnumKeyExA

RegEnumKeyExW

RegEnumValueA

RegEnumValueW

RegFlushKey

RegGetKeySecurity

RegGetValueA

RegGetValueW

RegLoadAppKeyA

RegLoadAppKeyW

RegLoadKeyA

RegLoadKeyW

RegLoadMUIStringA

RegLoadMUIStringW

RegNotifyChangeKeyValue

RegOpenCurrentUser

RegOpenKeyExA

RegOpenKeyExW

RegOpenUserClassesRoot

RegQueryInfoKeyA

RegQueryInfoKeyW

RegQueryValueExA

RegQueryValueExW

RegRestoreKeyA

RegRestoreKeyW

RegSaveKeyExA

RegSaveKeyExW

RegSetKeySecurity

RegSetValueExA

RegSetValueExW

RegUnLoadKeyA

RegUnLoadKeyW

api-ms-win-core-rtlsupport-l1-2-0.dll

RtlCaptureContext

RtlCaptureStackBackTrace

RtlCompareMemory

RtlPcToFileHeader

RtlRaiseException

RtlUnwind

api-ms-win-core-shutdown-l1-1-1.dll

AbortSystemShutdownW

InitiateShutdownW

InitiateSystemShutdownExW

api-ms-win-core-string-l1-1-0.dll

CompareStringEx

CompareStringOrdinal

CompareStringW

FoldStringW

GetStringTypeExW

GetStringTypeW

MultiByteToWideChar

WideCharToMultiByte

api-ms-win-core-string-l2-1-0.dll

CharLowerBuffW

CharLowerW

CharNextW

CharPrevW

CharUpperBuffW

CharUpperW

IsCharAlphaNumericW

IsCharAlphaW

IsCharLowerW

IsCharUpperW

api-ms-win-core-synch-l1-2-0.dll

AcquireSRWLockExclusive

AcquireSRWLockShared

CancelWaitableTimer

CreateEventA

CreateEventExA

CreateEventExW

CreateEventW

CreateMutexA

CreateMutexExA

CreateMutexExW

CreateMutexW

CreateSemaphoreExW

CreateWaitableTimerExW

DeleteCriticalSection

DeleteSynchronizationBarrier

EnterCriticalSection

EnterSynchronizationBarrier

InitializeConditionVariable

InitializeCriticalSection

InitializeCriticalSectionAndSpinCount

InitializeCriticalSectionEx

InitializeSRWLock

InitializeSynchronizationBarrier

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

api-ms-win-core-sysinfo-l1-2-1.dll

DnsHostnameToComputerNameExW

EnumSystemFirmwareTables

GetComputerNameExA

GetComputerNameExW

GetLocalTime

GetLogicalProcessorInformation

GetLogicalProcessorInformationEx

GetNativeSystemInfo

GetOsSafeBootMode

GetPhysicallyInstalledSystemMemory

GetProductInfo

GetSystemDirectoryA

GetSystemDirectoryW

GetSystemFirmwareTable

GetSystemInfo

GetSystemTime

GetSystemTimeAdjustment

GetSystemTimeAsFileTime

GetSystemTimePreciseAsFileTime

GetSystemWindowsDirectoryA

GetSystemWindowsDirectoryW

GetTickCount

GetTickCount64

GetVersion

GetVersionExA

GetVersionExW

GetWindowsDirectoryA

GetWindowsDirectoryW

GlobalMemoryStatusEx

InstallELAMCertificateInfo

SetComputerNameEx2W

SetComputerNameExW

SetLocalTime

SetSystemTime

SetSystemTimeAdjustment

VerSetConditionMask

api-ms-win-core-systemtopology-l1-1-0.dll

GetNumaHighestNodeNumber

GetNumaNodeProcessorMaskEx

api-ms-win-core-threadpool-l1-2-0.dll

CallbackMayRunLong

CancelThreadpoolIo

CloseThreadpool

CloseThreadpoolCleanupGroup

CloseThreadpoolCleanupGroupMembers

CloseThreadpoolIo

CloseThreadpoolTimer

CloseThreadpoolWait

CloseThreadpoolWork

CreateThreadpool

CreateThreadpoolCleanupGroup

CreateThreadpoolIo

CreateThreadpoolTimer

CreateThreadpoolWait

CreateThreadpoolWork

DisassociateCurrentThreadFromCallback

FreeLibraryWhenCallbackReturns

IsThreadpoolTimerSet

LeaveCriticalSectionWhenCallbackReturns

QueryThreadpoolStackInformation

ReleaseMutexWhenCallbackReturns

ReleaseSemaphoreWhenCallbackReturns

SetEventWhenCallbackReturns

SetThreadpoolStackInformation

SetThreadpoolThreadMaximum

SetThreadpoolThreadMinimum

SetThreadpoolTimer

SetThreadpoolTimerEx

SetThreadpoolWait

SetThreadpoolWaitEx

StartThreadpoolIo

SubmitThreadpoolWork

TrySubmitThreadpoolCallback

WaitForThreadpoolIoCallbacks

WaitForThreadpoolTimerCallbacks

WaitForThreadpoolWaitCallbacks

WaitForThreadpoolWorkCallbacks

api-ms-win-core-timezone-l1-1-0.dll

EnumDynamicTimeZoneInformation

FileTimeToSystemTime

GetDynamicTimeZoneInformation

GetDynamicTimeZoneInformationEffectiveYears

GetTimeZoneInformation

GetTimeZoneInformationForYear

SetDynamicTimeZoneInformation

SetTimeZoneInformation

SystemTimeToFileTime

SystemTimeToTzSpecificLocalTime

SystemTimeToTzSpecificLocalTimeEx

TzSpecificLocalTimeToSystemTime

TzSpecificLocalTimeToSystemTimeEx

api-ms-win-core-util-l1-1-0.dll

Beep

DecodePointer

DecodeSystemPointer

EncodePointer

EncodeSystemPointer

api-ms-win-core-version-l1-1-0.dll

GetFileVersionInfoExW

GetFileVersionInfoSizeExW

VerFindFileW

VerQueryValueW

api-ms-win-core-winrt-error-l1-1-1.dll

GetRestrictedErrorInfo

IsErrorPropagationEnabled

RoCaptureErrorContext

RoClearError

RoFailFastWithErrorContext

RoGetErrorReportingFlags

RoGetMatchingRestrictedErrorInfo

RoInspectCapturedStackBackTrace

RoInspectThreadErrorInfo

RoOriginateError

RoOriginateErrorW

RoOriginateLanguageException

RoReportFailedDelegate

RoReportUnhandledError

RoResolveRestrictedErrorInfoReference

RoSetErrorReportingFlags

RoTransformError

RoTransformErrorW

SetRestrictedErrorInfo

api-ms-win-core-winrt-l1-1-0.dll

RoActivateInstance

RoGetActivationFactory

RoGetApartmentIdentifier

RoInitialize

RoRegisterActivationFactories

RoRegisterForApartmentShutdown

RoRevokeActivationFactories

RoUninitialize

RoUnregisterForApartmentShutdown

api-ms-win-core-winrt-string-l1-1-0.dll

HSTRING_UserFree

HSTRING_UserMarshal

HSTRING_UserSize

HSTRING_UserUnmarshal

WindowsCompareStringOrdinal

WindowsConcatString

WindowsCreateString

WindowsCreateStringReference

WindowsDeleteString

WindowsDeleteStringBuffer

WindowsDuplicateString

WindowsGetStringLen

WindowsGetStringRawBuffer

WindowsInspectString

WindowsIsStringEmpty

WindowsPreallocateStringBuffer

WindowsPromoteStringBuffer

WindowsReplaceString

WindowsStringHasEmbeddedNull

WindowsSubstring

WindowsSubstringWithSpecifiedLength

WindowsTrimStringEnd

WindowsTrimStringStart

api-ms-win-core-xstate-l1-1-1.dll

RtlCopyContext

RtlCopyExtendedContext

RtlGetEnabledExtendedFeatures

RtlGetExtendedContextLength

RtlGetExtendedFeaturesMask

RtlInitializeExtendedContext

RtlLocateExtendedFeature

RtlLocateLegacyContext

RtlSetExtendedFeaturesMask

api-ms-win-core-xstate-l2-1-0.dll

CopyContext

GetEnabledXStateFeatures

GetXStateFeaturesMask

InitializeContext

LocateXStateFeature

SetXStateFeaturesMask

api-ms-win-devices-config-l1-1-1.dll

CM_Delete_Class_Key

CM_Delete_Device_Interface_KeyW

CM_Delete_DevNode_Key

CM_Disable_DevNode

CM_Enable_DevNode

CM_Get_Child

CM_Get_Class_Property_Keys

CM_Get_Class_PropertyW

CM_Get_Class_Registry_PropertyW

CM_Get_Depth

CM_Get_Device_ID_List_SizeW

CM_Get_Device_ID_ListW

CM_Get_Device_ID_Size

CM_Get_Device_IDW

CM_Get_Device_Interface_List_SizeW

CM_Get_Device_Interface_ListW

CM_Get_Device_Interface_Property_KeysW

CM_Get_Device_Interface_PropertyW

CM_Get_DevNode_Property_Keys

CM_Get_DevNode_PropertyW

CM_Get_DevNode_Registry_PropertyW

CM_Get_DevNode_Status

CM_Get_Parent

CM_Get_Sibling

CM_Locate_DevNodeW

CM_MapCrToWin32Err

CM_Open_Class_KeyW

CM_Open_Device_Interface_KeyW

CM_Open_DevNode_Key

CM_Query_And_Remove_SubTreeW

CM_Register_Notification

CM_Set_Class_PropertyW

CM_Set_Class_Registry_PropertyW

CM_Set_Device_Interface_PropertyW

CM_Set_DevNode_PropertyW

CM_Set_DevNode_Registry_PropertyW

CM_Setup_DevNode

CM_Uninstall_DevNode

CM_Unregister_Notification

api-ms-win-eventing-classicprovider-l1-1-0.dll

GetTraceEnableFlags

GetTraceEnableLevel

GetTraceLoggerHandle

RegisterTraceGuidsW

TraceEvent

TraceMessage

TraceMessageVa

UnregisterTraceGuids

api-ms-win-eventing-consumer-l1-1-0.dll

CloseTrace

OpenTraceW

ProcessTrace

api-ms-win-eventing-controller-l1-1-0.dll

ControlTraceW

EnableTraceEx2

EnumerateTraceGuidsEx

EventAccessControl

EventAccessQuery

EventAccessRemove

QueryAllTracesW

StartTraceW

StopTraceW

TraceQueryInformation

TraceSetInformation

api-ms-win-eventing-provider-l1-1-0.dll

EventActivityIdControl

EventEnabled

EventProviderEnabled

EventRegister

EventSetInformation

EventUnregister

EventWrite

EventWriteEx

EventWriteString

EventWriteTransfer

api-ms-win-power-base-l1-1-0.dll

CallNtPowerInformation

GetPwrCapabilities

PowerDeterminePlatformRoleEx

PowerRegisterSuspendResumeNotification

PowerUnregisterSuspendResumeNotification

api-ms-win-power-setting-l1-1-0.dll

PowerGetActiveScheme

PowerReadACValue

PowerReadDCValue

PowerSetActiveScheme

PowerSettingRegisterNotification

PowerSettingUnregisterNotification

PowerWriteACValueIndex

PowerWriteDCValueIndex

api-ms-win-security-appcontainer-l1-1-0.dll

GetAppContainerNamedObjectPath

api-ms-win-security-base-l1-2-0.dll

AccessCheck

AccessCheckAndAuditAlarmW

AccessCheckByType

AccessCheckByTypeAndAuditAlarmW

AccessCheckByTypeResultList

AccessCheckByTypeResultListAndAuditAlarmByHandleW

AccessCheckByTypeResultListAndAuditAlarmW

AddAccessAllowedAce

AddAccessAllowedAceEx

AddAccessAllowedObjectAce

AddAccessDeniedAce

AddAccessDeniedAceEx

AddAccessDeniedObjectAce

AddAce

AddAuditAccessAce

AddAuditAccessAceEx

AddAuditAccessObjectAce

AddMandatoryAce

AddResourceAttributeAce

AddScopedPolicyIDAce

AdjustTokenGroups

AdjustTokenPrivileges

AllocateAndInitializeSid

AllocateLocallyUniqueId

AreAllAccessesGranted

AreAnyAccessesGranted

CheckTokenCapability

CheckTokenMembership

CheckTokenMembershipEx

ConvertToAutoInheritPrivateObjectSecurity

CopySid

CreatePrivateObjectSecurity

CreatePrivateObjectSecurityEx

CreatePrivateObjectSecurityWithMultipleInheritance

CreateRestrictedToken

CreateWellKnownSid

DeleteAce

DestroyPrivateObjectSecurity

DuplicateToken

DuplicateTokenEx

EqualDomainSid

EqualPrefixSid

EqualSid

FindFirstFreeAce

FreeSid

GetAce

GetAclInformation

GetAppContainerAce

GetCachedSigningLevel

GetFileSecurityW

GetKernelObjectSecurity

GetLengthSid

GetPrivateObjectSecurity

GetSecurityDescriptorControl

GetSecurityDescriptorDacl

GetSecurityDescriptorGroup

GetSecurityDescriptorLength

GetSecurityDescriptorOwner

GetSecurityDescriptorRMControl

GetSecurityDescriptorSacl

GetSidIdentifierAuthority

GetSidLengthRequired

GetSidSubAuthority

GetSidSubAuthorityCount

GetTokenInformation

GetWindowsAccountDomainSid

ImpersonateAnonymousToken

ImpersonateLoggedOnUser

ImpersonateSelf

InitializeAcl

InitializeSecurityDescriptor

InitializeSid

IsTokenRestricted

IsValidAcl

IsValidSecurityDescriptor

IsValidSid

IsWellKnownSid

MakeAbsoluteSD

MakeSelfRelativeSD

MapGenericMask

ObjectCloseAuditAlarmW

ObjectDeleteAuditAlarmW

ObjectOpenAuditAlarmW

ObjectPrivilegeAuditAlarmW

PrivilegeCheck

PrivilegedServiceAuditAlarmW

QuerySecurityAccessMask

RevertToSelf

SetAclInformation

SetCachedSigningLevel

SetFileSecurityW

SetKernelObjectSecurity

SetPrivateObjectSecurity

SetPrivateObjectSecurityEx

SetSecurityAccessMask

SetSecurityDescriptorControl

SetSecurityDescriptorDacl

SetSecurityDescriptorGroup

SetSecurityDescriptorOwner

SetSecurityDescriptorRMControl

SetSecurityDescriptorSacl

SetTokenInformation

api-ms-win-security-credentials-l1-1-0.dll

CredDeleteA

CredDeleteW

CredEnumerateA

CredEnumerateW

CredFindBestCredentialA

CredFindBestCredentialW

CredFree

CredGetSessionTypes

CredGetTargetInfoA

CredGetTargetInfoW

CredIsMarshaledCredentialW

CredIsProtectedA

CredIsProtectedW

CredMarshalCredentialA

CredMarshalCredentialW

CredProtectA

CredProtectW

CredReadA

CredReadDomainCredentialsA

CredReadDomainCredentialsW

CredReadW

CredUnmarshalCredentialA

CredUnmarshalCredentialW

CredUnprotectA

CredUnprotectW

CredWriteA

CredWriteDomainCredentialsA

CredWriteDomainCredentialsW

CredWriteW

api-ms-win-security-lsalookup-l2-1-1.dll

LookupAccountNameW

LookupAccountSidW

LookupPrivilegeDisplayNameW

LookupPrivilegeNameW

LookupPrivilegeValueW

LsaEnumerateTrustedDomains

LsaManageSidNameMapping

api-ms-win-security-sddl-l1-1-0.dll

ConvertSecurityDescriptorToStringSecurityDescriptorW

ConvertSidToStringSidW

ConvertStringSecurityDescriptorToSecurityDescriptorW

ConvertStringSidToSidW

api-ms-win-service-core-l1-1-1.dll

EnumDependentServicesW

EnumServicesStatusExW

QueryServiceDynamicInformation

RegisterServiceCtrlHandlerExW

SetServiceStatus

StartServiceCtrlDispatcherW

api-ms-win-service-management-l1-1-0.dll

CloseServiceHandle

ControlServiceExW

CreateServiceW

DeleteService

OpenSCManagerW

OpenServiceW

StartServiceW

api-ms-win-service-management-l2-1-0.dll

ChangeServiceConfig2W

ChangeServiceConfigW

NotifyServiceStatusChangeW

QueryServiceConfig2W

QueryServiceConfigW

QueryServiceObjectSecurity

QueryServiceStatusEx

SetServiceObjectSecurity

api-ms-win-service-winsvc-l1-2-0.dll

ChangeServiceConfig2A

ChangeServiceConfigA

ControlService

ControlServiceExA

CreateServiceA

NotifyServiceStatusChangeA

OpenSCManagerA

OpenServiceA

QueryServiceConfig2A

QueryServiceConfigA

QueryServiceStatus

RegisterServiceCtrlHandlerA

RegisterServiceCtrlHandlerExA

RegisterServiceCtrlHandlerW

StartServiceA

StartServiceCtrlDispatcherA

 

MinCore_Downlevel.lib

The API Sets listed in this table are the DLL names to use for delay load.

The API Set DLL is the DLL name to use for delay load.

API Set API encompassed by API Set
ms-win-downlevel-advapi32-l1-1-0.dll

AccessCheck

AccessCheckAndAuditAlarmW

AccessCheckByType

AccessCheckByTypeAndAuditAlarmW

AccessCheckByTypeResultList

AccessCheckByTypeResultListAndAuditAlarmByHandleW

AccessCheckByTypeResultListAndAuditAlarmW

AddAccessAllowedAce

AddAccessAllowedAceEx

AddAccessAllowedObjectAce

AddAccessDeniedAce

AddAccessDeniedAceEx

AddAccessDeniedObjectAce

AddAce

AddAuditAccessAce

AddAuditAccessAceEx

AddAuditAccessObjectAce

AddMandatoryAce

AdjustTokenGroups

AdjustTokenPrivileges

AllocateAndInitializeSid

AllocateLocallyUniqueId

AreAllAccessesGranted

AreAnyAccessesGranted

CheckTokenMembership

ConvertToAutoInheritPrivateObjectSecurity

CopySid

CreatePrivateObjectSecurity

CreatePrivateObjectSecurityEx

CreatePrivateObjectSecurityWithMultipleInheritance

CreateProcessAsUserW

CreateRestrictedToken

CreateWellKnownSid

DeleteAce

DestroyPrivateObjectSecurity

DuplicateToken

DuplicateTokenEx

EqualDomainSid

EqualPrefixSid

EqualSid

EventActivityIdControl

EventEnabled

EventProviderEnabled

EventRegister

EventUnregister

EventWrite

EventWriteString

EventWriteTransfer

FindFirstFreeAce

FreeSid

GetAce

GetAclInformation

GetFileSecurityW

GetKernelObjectSecurity

GetLengthSid

GetPrivateObjectSecurity

GetSecurityDescriptorControl

GetSecurityDescriptorDacl

GetSecurityDescriptorGroup

GetSecurityDescriptorLength

GetSecurityDescriptorOwner

GetSecurityDescriptorRMControl

GetSecurityDescriptorSacl

GetSidIdentifierAuthority

GetSidLengthRequired

GetSidSubAuthority

GetSidSubAuthorityCount

GetTokenInformation

GetTraceEnableFlags

GetTraceEnableLevel

GetTraceLoggerHandle

InitializeAcl

InitializeSecurityDescriptor

InitializeSid

IsTokenRestricted

IsValidAcl

IsValidSecurityDescriptor

IsValidSid

MakeAbsoluteSD

MakeSelfRelativeSD

OpenProcessToken

OpenThreadToken

PrivilegeCheck

PrivilegedServiceAuditAlarmW

QuerySecurityAccessMask

RegCloseKey

RegCopyTreeW

RegCreateKeyExA

RegCreateKeyExW

RegDeleteKeyExA

RegDeleteKeyExW

RegDeleteTreeA

RegDeleteTreeW

RegDeleteValueA

RegDeleteValueW

RegDisablePredefinedCacheEx

RegEnumKeyExA

RegEnumKeyExW

RegEnumValueA

RegEnumValueW

RegFlushKey

RegGetKeySecurity

RegGetValueA

RegGetValueW

RegisterTraceGuidsW

RegLoadAppKeyA

RegLoadAppKeyW

RegLoadKeyA

RegLoadKeyW

RegLoadMUIStringA

RegLoadMUIStringW

RegNotifyChangeKeyValue

RegOpenCurrentUser

RegOpenKeyExA

RegOpenKeyExW

RegOpenUserClassesRoot

RegQueryInfoKeyA

RegQueryInfoKeyW

RegQueryValueExA

RegQueryValueExW

RegRestoreKeyA

RegRestoreKeyW

RegSaveKeyExA

RegSaveKeyExW

RegSetKeySecurity

RegSetValueExA

RegSetValueExW

RegUnLoadKeyA

RegUnLoadKeyW

RevertToSelf

SetAclInformation

SetFileSecurityW

SetKernelObjectSecurity

SetSecurityAccessMask

SetSecurityDescriptorControl

SetSecurityDescriptorDacl

SetSecurityDescriptorGroup

SetSecurityDescriptorOwner

SetSecurityDescriptorRMControl

SetSecurityDescriptorSacl

SetTokenInformation

TraceEvent

TraceMessage

TraceMessageVa

UnregisterTraceGuids

ms-win-downlevel-advapi32-l2-1-0.dll

CloseServiceHandle

ConvertSidToStringSidW

ConvertStringSecurityDescriptorToSecurityDescriptorW

ConvertStringSidToSidW

CredDeleteW

CredEnumerateW

CredFree

CredReadDomainCredentialsW

CredReadW

CredWriteDomainCredentialsW

CredWriteW

OpenSCManagerW

OpenServiceW

QueryServiceConfigW

ms-win-downlevel-normaliz-l1-1-0.dll

IdnToAscii

IdnToUnicode

ms-win-downlevel-ole32-l1-1-0.dll

CLSIDFromProgID

CLSIDFromString

CoCopyProxy

CoCreateFreeThreadedMarshaler

CoCreateGuid

CoCreateInstance

CoCreateInstanceEx

CoDisconnectObject

CoFreeUnusedLibraries

CoFreeUnusedLibrariesEx

CoGetApartmentType

CoGetClassObject

CoGetCurrentLogicalThreadId

CoGetInterfaceAndReleaseStream

CoGetMalloc

CoGetMarshalSizeMax

CoGetObjectContext

CoGetStdMarshalEx

CoGetTreatAsClass

CoImpersonateClient

CoInitializeEx

CoInitializeSecurity

CoMarshalInterface

CoMarshalInterThreadInterfaceInStream

CoRegisterClassObject

CoRegisterInitializeSpy

CoRegisterMessageFilter

CoReleaseMarshalData

CoRevertToSelf

CoRevokeClassObject

CoRevokeInitializeSpy

CoSetProxyBlanket

CoTaskMemAlloc

CoTaskMemFree

CoTaskMemRealloc

CoUninitialize

CoUnmarshalInterface

CoWaitForMultipleHandles

CreateStreamOnHGlobal

FreePropVariantArray

GetHGlobalFromStream

IIDFromString

ProgIDFromCLSID

PropVariantClear

PropVariantCopy

StringFromCLSID

StringFromGUID2

StringFromIID

ms-win-downlevel-shell32-l1-1-0.dll

CommandLineToArgvW

GetCurrentProcessExplicitAppUserModelID

SetCurrentProcessExplicitAppUserModelID

ms-win-downlevel-shlwapi-l1-1-0.dll

GetAcceptLanguagesW

HashData

IsInternetESCEnabled

ParseURLW

PathAddBackslashA

PathAddBackslashW

PathAddExtensionA

PathAddExtensionW

PathAppendA

PathAppendW

PathCanonicalizeA

PathCanonicalizeW

PathCommonPrefixA

PathCommonPrefixW

PathCreateFromUrlAlloc

PathCreateFromUrlW

PathFileExistsA

PathFileExistsW

PathFindExtensionA

PathFindExtensionW

PathFindFileNameA

PathFindFileNameW

PathFindNextComponentA

PathFindNextComponentW

PathGetArgsA

PathGetArgsW

PathGetDriveNumberA

PathGetDriveNumberW

PathIsFileSpecA

PathIsFileSpecW

PathIsLFNFileSpecA

PathIsLFNFileSpecW

PathIsPrefixA

PathIsPrefixW

PathIsRelativeA

PathIsRelativeW

PathIsRootA

PathIsRootW

PathIsSameRootA

PathIsSameRootW

PathIsUNCA

PathIsUNCServerA

PathIsUNCServerShareA

PathIsUNCServerShareW

PathIsUNCServerW

PathIsUNCW

PathIsURLW

PathParseIconLocationA

PathParseIconLocationW

PathRelativePathToA

PathRelativePathToW

PathRemoveBackslashA

PathRemoveBackslashW

PathRemoveBlanksA

PathRemoveBlanksW

PathRemoveExtensionA

PathRemoveExtensionW

PathRemoveFileSpecA

PathRemoveFileSpecW

PathRenameExtensionA

PathRenameExtensionW

PathSkipRootA

PathSkipRootW

PathStripPathA

PathStripPathW

PathStripToRootA

PathStripToRootW

PathUnquoteSpacesA

PathUnquoteSpacesW

QISearch

SHLoadIndirectString

SHRegCloseUSKey

SHRegDeleteUSValueA

SHRegDeleteUSValueW

SHRegEnumUSKeyA

SHRegEnumUSKeyW

SHRegGetBoolUSValueA

SHRegGetBoolUSValueW

SHRegGetUSValueA

SHRegGetUSValueW

SHRegOpenUSKeyA

SHRegOpenUSKeyW

SHRegQueryUSValueA

SHRegQueryUSValueW

SHRegSetUSValueA

SHRegSetUSValueW

StrCatBuffA

StrCatBuffW

StrCatChainW

StrChrA

StrChrIA

StrChrIW

StrChrNIW

StrChrNW

StrChrW

StrCmpCA

StrCmpCW

StrCmpICA

StrCmpICW

StrCmpIW

StrCmpLogicalW

StrCmpNA

StrCmpNCA

StrCmpNCW

StrCmpNIA

StrCmpNICA

StrCmpNICW

StrCmpNIW

StrCmpNW

StrCmpW

StrCpyNW

StrCSpnA

StrCSpnIA

StrCSpnIW

StrCSpnW

StrDupA

StrDupW

StrIsIntlEqualA

StrIsIntlEqualW

StrPBrkA

StrPBrkW

StrRChrA

StrRChrIA

StrRChrIW

StrRChrW

StrRStrIA

StrRStrIW

StrSpnA

StrSpnW

StrStrA

StrStrIA

StrStrIW

StrStrNIW

StrStrNW

StrStrW

StrToInt64ExA

StrToInt64ExW

StrToIntA

StrToIntExA

StrToIntExW

StrToIntW

StrTrimA

StrTrimW

UrlApplySchemeW

UrlCanonicalizeW

UrlCombineA

UrlCombineW

UrlCreateFromPathW

UrlEscapeW

UrlFixupW

UrlGetLocationW

UrlGetPartW

UrlIsW

UrlUnescapeA

UrlUnescapeW

ms-win-downlevel-shlwapi-l2-1-0.dll

IStream_Copy

IStream_Read

IStream_ReadStr

IStream_Reset

IStream_Size

IStream_Write

IStream_WriteStr

IUnknown_AtomicRelease

IUnknown_GetSite

IUnknown_QueryService

IUnknown_Set

IUnknown_SetSite

SHAnsiToAnsi

SHAnsiToUnicode

SHCopyKeyA

SHCopyKeyW

SHCreateMemStream

SHCreateStreamOnFileA

SHCreateStreamOnFileEx

SHCreateStreamOnFileW

SHCreateThreadRef

SHDeleteEmptyKeyA

SHDeleteEmptyKeyW

SHDeleteKeyA

SHDeleteKeyW

SHDeleteValueA

SHDeleteValueW

SHEnumKeyExA

SHEnumKeyExW

SHEnumValueA

SHEnumValueW

SHGetThreadRef

SHGetValueA

SHGetValueW

SHOpenRegStream2A

SHOpenRegStream2W

SHOpenRegStreamA

SHOpenRegStreamW

SHQueryInfoKeyA

SHQueryInfoKeyW

SHQueryValueExA

SHQueryValueExW

SHRegDuplicateHKey

SHRegGetPathA

SHRegGetPathW

SHRegGetValueA

SHRegGetValueW

SHRegSetPathA

SHRegSetPathW

SHReleaseThreadRef

SHSetThreadRef

SHSetValueA

SHSetValueW

SHStrDupW

SHUnicodeToAnsi

SHUnicodeToUnicode

ms-win-downlevel-user32-l1-1-0.dll

CharLowerA

CharLowerBuffA

CharLowerBuffW

CharLowerW

CharNextA

CharNextExA

CharNextW

CharPrevA

CharPrevExA

CharPrevW

CharUpperA

CharUpperBuffA

CharUpperBuffW

CharUpperW

IsCharAlphaA

IsCharAlphaNumericA

IsCharAlphaNumericW

IsCharAlphaW

IsCharLowerA

IsCharLowerW

IsCharUpperA

IsCharUpperW

ms-win-downlevel-version-l1-1-0.dll

GetFileVersionInfoExW

GetFileVersionInfoSizeExW

VerFindFileA

VerFindFileW

VerQueryValueA

VerQueryValueW