APIs present on all Windows devices (grouped by module)
Important
The info in this topic applies to all versions of Windows 10, and later. We'll refer to those versions here as "Windows", calling out any exceptions where necessary.
Tip
For important background info, see Windows API sets and Windows umbrella libraries.
This topic lists the Win32 APIs that are part of the Universal Windows Platform (UWP), and that are implemented by all Windows devices.
For convenience, in the Microsoft Windows Software Development Kit (SDK) is an umbrella library named WindowsApp.lib
. That umbrella library provides the exports for the set of Win32 APIs in question. To access those APIs in your app, link WindowsApp.lib
(and no other libraries).
This topic lists all of the APIs in WindowsApp.lib
, grouped by module, where the module is either an API set or a dll. Linking WindowsApp.lib
adds to your app dependencies on dlls that are present on all Windows devices. For delay load or LoadLibrary, use the module name (whether the module is an API set or a dll).
Note that an umbrella library can contain some, but not necessarily all, APIs from a given module.
APIs from api-ms-win-core-com-l1-1-1.dll
API | Requirements |
---|---|
CLSIDFromString | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoCreateFreeThreadedMarshaler | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoCreateGuid | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoCreateInstanceFromApp | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoDisconnectObject | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoFreeUnusedLibraries | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoFreeUnusedLibrariesEx | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetApartmentType | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetContextToken | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetCurrentLogicalThreadId | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetInterfaceAndReleaseStream | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetMarshalSizeMax | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetObjectContext | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoGetStandardMarshal | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoInitializeEx | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoInitializeSecurity | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoMarshalInterface | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoMarshalInterThreadInterfaceInStream | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoRegisterClassObject | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoReleaseMarshalData | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoResumeClassObjects | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoRevokeClassObject | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoSuspendClassObjects | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoSwitchCallContext | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoTaskMemAlloc | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoTaskMemFree | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoTaskMemRealloc | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoUninitialize | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CoUnmarshalInterface | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
CreateStreamOnHGlobal | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
FreePropVariantArray | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
GetHGlobalFromStream | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
IIDFromString | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
PropVariantClear | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
PropVariantCopy | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
RoGetAgileReference | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. |
StringFromCLSID | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
StringFromGUID2 | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
StringFromIID | Introduced into api-ms-win-core-com-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-com-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-com-l2-1-1.dll
API | Requirements |
---|---|
CreateILockBytesOnHGlobal | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
FmtIdToPropStgName | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
GetConvertStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
GetHGlobalFromILockBytes | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
PropStgNameToFmtId | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
ReadClassStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
ReadClassStm | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgCreateDocfile | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgCreateDocfileOnILockBytes | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgCreatePropSetStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgCreatePropStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgCreateStorageEx | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgIsStorageFile | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgIsStorageILockBytes | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgOpenPropStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgOpenStorage | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgOpenStorageEx | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgOpenStorageOnILockBytes | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
StgSetTimes | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
WriteClassStg | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
WriteClassStm | Introduced into api-ms-win-core-com-l2-1-1.dll in 10.0.10240. |
APIs from api-ms-win-core-com-midlproxystub-l1-1-0.dll
API | Requirements |
---|---|
CStdAsyncStubBuffer_AddRef | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer_Connect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer_Disconnect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer_Invoke | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer_QueryInterface | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer_Release | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer2_Connect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer2_Disconnect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdAsyncStubBuffer2_Release | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdStubBuffer2_Connect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdStubBuffer2_CountRefs | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdStubBuffer2_Disconnect | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
CStdStubBuffer2_QueryInterface | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction10 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction11 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction12 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction13 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction14 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction15 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction16 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction17 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction18 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction19 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction20 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction21 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction22 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction23 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction24 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction25 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction26 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction27 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction28 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction29 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction3 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction30 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction31 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction32 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction4 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction5 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction6 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction7 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction8 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
NdrProxyForwardingFunction9 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient10 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient11 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient12 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient13 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient14 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient15 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient16 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient17 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient18 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient19 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient20 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient21 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient22 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient23 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient24 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient25 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient26 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient27 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient28 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient29 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient3 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient30 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient31 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient32 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient4 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient5 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient6 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient7 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient8 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
ObjectStublessClient9 | Introduced into api-ms-win-core-com-midlproxystub-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-datetime-l1-1-1.dll
API | Requirements |
---|---|
GetDateFormatEx | Introduced into api-ms-win-core-datetime-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-datetime-l1-1-2.dll in 10.0.10586. Moved into api-ms-win-core-datetime-l1-1-1.dll in 10.0.14393. |
GetTimeFormatEx | Introduced into api-ms-win-core-datetime-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-datetime-l1-1-2.dll in 10.0.10586. Moved into api-ms-win-core-datetime-l1-1-1.dll in 10.0.14393. |
APIs from api-ms-win-core-datetime-l1-1-2.dll
API | Requirements |
---|---|
GetDurationFormatEx | Introduced into api-ms-win-core-datetime-l1-1-2.dll in 10.0.10240. |
APIs from api-ms-win-core-debug-l1-1-1.dll
API | Requirements |
---|---|
IsDebuggerPresent | Introduced into api-ms-win-core-debug-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-debug-l1-1-2.dll in 10.0.10586. Moved into api-ms-win-core-debug-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-debug-l1-1-0.dll in 10.0.16299. |
OutputDebugStringA | Introduced into api-ms-win-core-debug-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-debug-l1-1-2.dll in 10.0.10586. Moved into api-ms-win-core-debug-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-debug-l1-1-0.dll in 10.0.16299. |
OutputDebugStringW | Introduced into api-ms-win-core-debug-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-debug-l1-1-2.dll in 10.0.10586. Moved into api-ms-win-core-debug-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-debug-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-delayload-l1-1-1.dll
API | Requirements |
---|---|
DelayLoadFailureHook | Introduced into api-ms-win-core-delayload-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-delayload-l1-1-0.dll in 10.0.16299. |
ResolveDelayLoadedAPI | Introduced into api-ms-win-core-delayload-l1-1-1.dll in 10.0.10240. |
ResolveDelayLoadsFromDll | Introduced into api-ms-win-core-delayload-l1-1-1.dll in 10.0.10240. |
APIs from api-ms-win-core-errorhandling-l1-1-1.dll
API | Requirements |
---|---|
GetLastError | Introduced into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-errorhandling-l1-1-0.dll in 10.0.16299. |
RaiseException | Introduced into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-errorhandling-l1-1-0.dll in 10.0.16299. |
SetLastError | Introduced into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-errorhandling-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-errorhandling-l1-1-3.dll
API | Requirements |
---|---|
RaiseFailFastException | Introduced into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.10240. Moved into api-ms-win-core-errorhandling-l1-1-2.dll in 10.0.16299. |
SetUnhandledExceptionFilter | Introduced into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-errorhandling-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-errorhandling-l1-1-0.dll in 10.0.16299. |
GetThreadErrorMode | Introduced into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.16299. |
SetThreadErrorMode | Introduced into api-ms-win-core-errorhandling-l1-1-3.dll in 10.0.16299. |
APIs from api-ms-win-core-fibers-l1-1-1.dll
API | Requirements |
---|---|
FlsAlloc | Introduced into api-ms-win-core-fibers-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l1-1-0.dll in 10.0.16299. |
FlsFree | Introduced into api-ms-win-core-fibers-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l1-1-0.dll in 10.0.16299. |
FlsGetValue | Introduced into api-ms-win-core-fibers-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l1-1-0.dll in 10.0.16299. |
FlsSetValue | Introduced into api-ms-win-core-fibers-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l1-1-0.dll in 10.0.16299. |
IsThreadAFiber | Introduced into api-ms-win-core-fibers-l1-1-1.dll in 10.0.10240. |
APIs from api-ms-win-core-fibers-l2-1-1.dll
API | Requirements |
---|---|
CalloutOnFiberStack | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. Removed in 10.0.10586. |
ConvertFiberToThread | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l2-1-0.dll in 10.0.16299. |
ConvertThreadToFiberEx | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. |
CreateFiberEx | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. |
DeleteFiber | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l2-1-0.dll in 10.0.16299. |
SwitchToFiber | Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-fibers-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-ansi-l2-1-0.dll
API | Requirements |
---|---|
ReplaceFileA | Introduced into api-ms-win-core-file-ansi-l2-1-0.dll in 10.0.10240. |
CopyFileExA | Introduced into api-ms-win-core-file-ansi-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-l1-2-1.dll
API | Requirements |
---|---|
CreateDirectoryA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
CreateDirectoryW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
CreateFile2 | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-2-0.dll in 10.0.16299. |
DeleteFileA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
DeleteFileW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindClose | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindFirstFileExA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindFirstFileExW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindNextFileA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindNextFileW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FlushFileBuffers | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDiskFreeSpaceExA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDiskFreeSpaceExW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileAttributesExA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileAttributesExW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileSizeEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileTime | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileType | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFullPathNameW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetLongPathNameW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetTempFileNameW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetTempPathW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-2-0.dll in 10.0.16299. |
LockFileEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
ReadFile | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
RemoveDirectoryA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
RemoveDirectoryW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetEndOfFile | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFileAttributesA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFileAttributesW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFileInformationByHandle | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFilePointerEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFileTime | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
UnlockFileEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
WriteFile | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FileTimeToLocalFileTime | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindFirstFileA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
FindFirstFileW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDiskFreeSpaceA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDiskFreeSpaceW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileAttributesA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFileAttributesW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFinalPathNameByHandleA | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFinalPathNameByHandleW | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
LocalFileTimeToFileTime | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
ReadFileEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
SetFilePointer | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
WriteFileEx | Introduced into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-l2-1-1.dll
API | Requirements |
---|---|
CopyFile2 | Introduced into api-ms-win-core-file-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l2-1-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l2-1-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
GetFileInformationByHandleEx | Introduced into api-ms-win-core-file-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l2-1-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l2-1-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
MoveFileExW | Introduced into api-ms-win-core-file-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l2-1-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l2-1-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
ReplaceFileW | Introduced into api-ms-win-core-file-l2-1-1.dll in 10.0.10240. Moved into api-ms-win-core-file-l2-1-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l2-1-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-handle-l1-1-0.dll
API | Requirements |
---|---|
CloseHandle | Introduced into api-ms-win-core-handle-l1-1-0.dll in 10.0.10240. |
CompareObjectHandles | Introduced into api-ms-win-core-handle-l1-1-0.dll in 10.0.10240. |
DuplicateHandle | Introduced into api-ms-win-core-handle-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-heap-l1-2-0.dll
API | Requirements |
---|---|
GetProcessHeap | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapAlloc | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapCompact | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapCreate | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapDestroy | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapFree | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapReAlloc | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapSetInformation | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
HeapSize | Introduced into api-ms-win-core-heap-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-heap-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-interlocked-l1-2-0.dll
API | Requirements |
---|---|
InitializeSListHead | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedFlushSList | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedPopEntrySList | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedPushEntrySList | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedPushListSListEx | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. |
QueryDepthSList | Introduced into api-ms-win-core-interlocked-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-io-l1-1-1.dll
API | Requirements |
---|---|
CancelIoEx | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
GetOverlappedResultEx | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.10240. |
CancelIo | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. |
CreateIoCompletionPort | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
GetOverlappedResult | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
GetQueuedCompletionStatus | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
GetQueuedCompletionStatusEx | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
PostQueuedCompletionStatus | Introduced into api-ms-win-core-io-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-io-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-kernel32-legacy-l1-1-1.dll
API | Requirements |
---|---|
MoveFileExA | Introduced into api-ms-win-core-kernel32-legacy-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-kernel32-legacy-l1-1-4.dll in 10.0.10586. Moved into api-ms-win-core-kernel32-legacy-l1-1-1.dll in 10.0.14393. Moved into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-largeinteger-l1-1-0.dll
API | Requirements |
---|---|
MulDiv | Introduced into api-ms-win-core-largeinteger-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-libraryloader-l1-2-0.dll
API | Requirements |
---|---|
DisableThreadLibraryCalls | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
FindStringOrdinal | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
FreeLibrary | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
GetModuleFileNameA | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
GetModuleFileNameW | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
GetProcAddress | Introduced into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
APIs from api-ms-win-core-libraryloader-l2-1-0.dll
API | Requirements |
---|---|
LoadPackagedLibrary | Introduced into api-ms-win-core-libraryloader-l2-1-0.dll in 10.0.10240. |
QueryOptionalDelayLoadedAPI | Introduced into api-ms-win-core-libraryloader-l2-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-localization-ansi-l1-1-0.dll
API | Requirements |
---|---|
GetStringTypeExA | Introduced into api-ms-win-core-localization-ansi-l1-1-0.dll in 10.0.10240. |
EnumUILanguagesA | Introduced into api-ms-win-core-localization-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-localization-l1-2-1.dll
API | Requirements |
---|---|
EnumSystemGeoID | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
EnumSystemLocalesEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. |
FindNLSStringEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
FormatMessageA | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
FormatMessageW | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetCalendarInfoEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetCPInfo | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetCPInfoExW | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetGeoInfoW | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetLocaleInfoEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetNLSVersionEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetUserDefaultLocaleName | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetUserGeoID | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IdnToAscii | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IdnToUnicode | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsValidCodePage | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsValidLocaleName | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsValidNLSVersion | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
LCMapStringEx | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
LocaleNameToLCID | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
ResolveLocaleName | Introduced into api-ms-win-core-localization-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-localization-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-localization-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
APIs from api-ms-win-core-localization-l1-2-2.dll
API | Requirements |
---|---|
GetSystemDefaultLocaleName | Introduced into api-ms-win-core-localization-l1-2-2.dll in 10.0.10240. |
LCIDToLocaleName | Introduced into api-ms-win-core-localization-l1-2-2.dll in 10.0.10240. |
APIs from api-ms-win-core-localization-l2-1-0.dll
API | Requirements |
---|---|
EnumCalendarInfoExEx | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
EnumDateFormatsExEx | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
EnumSystemCodePagesW | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
EnumTimeFormatsEx | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
GetCurrencyFormatEx | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
GetNumberFormatEx | Introduced into api-ms-win-core-localization-l2-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-memory-l1-1-2.dll
API | Requirements |
---|---|
CreateFileMappingFromApp | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
DiscardVirtualMemory | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. |
FlushViewOfFile | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-0.dll in 10.0.16299. |
GetWriteWatch | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
MapViewOfFileFromApp | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
OfferVirtualMemory | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. |
ReclaimVirtualMemory | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. |
ResetWriteWatch | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
UnmapViewOfFile | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-0.dll in 10.0.16299. |
VirtualFree | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-0.dll in 10.0.16299. |
VirtualQuery | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-0.dll in 10.0.16299. |
UnmapViewOfFileEx | Introduced into api-ms-win-core-memory-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-memory-l1-1-3.dll
API | Requirements |
---|---|
OpenFileMappingFromApp | Introduced into api-ms-win-core-memory-l1-1-3.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-4.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.16299. |
VirtualAllocFromApp | Introduced into api-ms-win-core-memory-l1-1-3.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-4.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.16299. |
VirtualProtectFromApp | Introduced into api-ms-win-core-memory-l1-1-3.dll in 10.0.10240. Moved into api-ms-win-core-memory-l1-1-4.dll in 10.0.14393. Moved into api-ms-win-core-memory-l1-1-3.dll in 10.0.16299. |
SetProcessValidCallTargets | Introduced into api-ms-win-core-memory-l1-1-3.dll in 10.0.16299. |
APIs from api-ms-win-core-normalization-l1-1-0.dll
API | Requirements |
---|---|
GetStringScripts | Introduced into api-ms-win-core-normalization-l1-1-0.dll in 10.0.10240. |
IdnToNameprepUnicode | Introduced into api-ms-win-core-normalization-l1-1-0.dll in 10.0.10240. |
IsNormalizedString | Introduced into api-ms-win-core-normalization-l1-1-0.dll in 10.0.10240. |
NormalizeString | Introduced into api-ms-win-core-normalization-l1-1-0.dll in 10.0.10240. |
VerifyScripts | Introduced into api-ms-win-core-normalization-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-processenvironment-l1-2-0.dll
API | Requirements |
---|---|
GetCommandLineA | Introduced into api-ms-win-core-processenvironment-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetCommandLineW | Introduced into api-ms-win-core-processenvironment-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetCurrentDirectoryW | Introduced into api-ms-win-core-processenvironment-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
SetCurrentDirectoryW | Introduced into api-ms-win-core-processenvironment-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-processthreads-l1-1-2.dll
API | Requirements |
---|---|
CreateThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
ExitThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
FlushProcessWriteBuffers | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetCurrentProcess | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetCurrentProcessId | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetCurrentThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetCurrentThreadId | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetExitCodeThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetThreadContext | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetThreadId | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetThreadPriority | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
IsProcessorFeaturePresent | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
OpenProcess | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
QueueUserAPC | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
ResumeThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SetThreadIdealProcessorEx | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
SetThreadPriority | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SuspendThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SwitchToThread | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
TerminateProcess | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.10240. Moved into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10586. Moved into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
TlsAlloc | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
TlsFree | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
TlsGetValue | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
TlsSetValue | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetProcessPriorityBoost | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.16299. |
SetProcessPriorityBoost | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.16299. |
SetThreadInformation | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.17134. |
GetSystemTimes | Introduced into api-ms-win-core-processthreads-l1-1-2.dll in 10.0.17763. |
APIs from api-ms-win-core-processthreads-l1-1-3.dll
API | Requirements |
---|---|
GetProcessDefaultCpuSets | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
GetProcessInformation | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
GetSystemCpuSetInformation | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
GetThreadSelectedCpuSets | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
SetProcessDefaultCpuSets | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
SetProcessInformation | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
SetThreadIdealProcessor | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
SetThreadSelectedCpuSets | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.10240. |
GetThreadDescription | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.16299. |
SetThreadDescription | Introduced into api-ms-win-core-processthreads-l1-1-3.dll in 10.0.16299. |
APIs from api-ms-win-core-profile-l1-1-0.dll
API | Requirements |
---|---|
QueryPerformanceCounter | Introduced into api-ms-win-core-profile-l1-1-0.dll in 10.0.10240. |
QueryPerformanceFrequency | Introduced into api-ms-win-core-profile-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-realtime-l1-1-0.dll
API | Requirements |
---|---|
QueryUnbiasedInterruptTime | Introduced into api-ms-win-core-realtime-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-realtime-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-realtime-l1-1-0.dll in 10.0.14393. |
APIs from api-ms-win-core-realtime-l1-1-1.dll
API | Requirements |
---|---|
QueryInterruptTime | Introduced into api-ms-win-core-realtime-l1-1-1.dll in 10.0.10240. |
QueryInterruptTimePrecise | Introduced into api-ms-win-core-realtime-l1-1-1.dll in 10.0.10240. |
QueryUnbiasedInterruptTimePrecise | Introduced into api-ms-win-core-realtime-l1-1-1.dll in 10.0.10240. |
APIs from api-ms-win-core-rtlsupport-l1-2-0.dll
API | Requirements |
---|---|
RtlCaptureStackBackTrace | Introduced into api-ms-win-core-rtlsupport-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-rtlsupport-l1-1-0.dll in 10.0.16299. |
RtlLookupFunctionEntry | Introduced into api-ms-win-core-rtlsupport-l1-2-0.dll in 10.0.10240. Removed in 10.0.16299. |
RtlPcToFileHeader | Introduced into api-ms-win-core-rtlsupport-l1-2-0.dll in 10.0.10240. |
RtlUnwind | Introduced into api-ms-win-core-rtlsupport-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-rtlsupport-l1-1-0.dll in 10.0.16299. |
RtlUnwindEx | Introduced into api-ms-win-core-rtlsupport-l1-2-0.dll in 10.0.10240. Removed in 10.0.16299. |
APIs from api-ms-win-core-string-l1-1-0.dll
API | Requirements |
---|---|
CompareStringEx | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
CompareStringOrdinal | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
GetStringTypeExW | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
GetStringTypeW | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
MultiByteToWideChar | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
WideCharToMultiByte | Introduced into api-ms-win-core-string-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-synch-ansi-l1-1-0.dll
API | Requirements |
---|---|
CreateSemaphoreA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.10240. |
CreateSemaphoreExA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.10240. |
OpenMutexA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.10240. |
CreateWaitableTimerA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.16299. |
CreateWaitableTimerExA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.16299. |
OpenWaitableTimerA | Introduced into api-ms-win-core-synch-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-synch-l1-2-0.dll
API | Requirements |
---|---|
AcquireSRWLockExclusive | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
AcquireSRWLockShared | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateEventA | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateEventExA | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateEventExW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateEventW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateMutexA | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateMutexExA | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateMutexExW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateMutexW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateSemaphoreExW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
DeleteCriticalSection | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
EnterCriticalSection | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
InitializeConditionVariable | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
InitializeCriticalSection | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
InitializeCriticalSectionAndSpinCount | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
InitializeCriticalSectionEx | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
InitializeSRWLock | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
InitOnceBeginInitialize | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
InitOnceComplete | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
InitOnceExecuteOnce | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
InitOnceInitialize | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
LeaveCriticalSection | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
OpenEventA | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
OpenEventW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
OpenMutexW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
OpenSemaphoreW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
ReleaseMutex | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
ReleaseSemaphore | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
ReleaseSRWLockExclusive | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
ReleaseSRWLockShared | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
ResetEvent | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
SetCriticalSectionSpinCount | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
SetEvent | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
Sleep | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
SleepConditionVariableCS | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
SleepConditionVariableSRW | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
SleepEx | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
TryAcquireSRWLockExclusive | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
TryAcquireSRWLockShared | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
TryEnterCriticalSection | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
WaitForMultipleObjectsEx | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
WaitForSingleObject | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
WaitForSingleObjectEx | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. Moved into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
WaitOnAddress | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
WakeAllConditionVariable | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
WakeByAddressAll | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
WakeByAddressSingle | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
WakeConditionVariable | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.10240. Moved into api-ms-win-core-synch-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-synch-l1-2-0.dll in 10.0.14393. |
SignalObjectAndWait | Introduced into api-ms-win-core-synch-l1-2-0.dll in 10.0.16299. |
APIs from api-ms-win-core-synch-l1-2-1.dll
API | Requirements |
---|---|
CreateSemaphoreW | Introduced into api-ms-win-core-synch-l1-2-1.dll in 10.0.10240. |
WaitForMultipleObjects | Introduced into api-ms-win-core-synch-l1-2-1.dll in 10.0.10240. |
CreateWaitableTimerW | Introduced into api-ms-win-core-synch-l1-2-1.dll in 10.0.16299. |
APIs from api-ms-win-core-sysinfo-l1-2-1.dll
API | Requirements |
---|---|
GetLocalTime | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetNativeSystemInfo | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-2-0.dll in 10.0.16299. |
GetSystemInfo | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetSystemTime | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetSystemTimeAsFileTime | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetSystemTimePreciseAsFileTime | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-2-0.dll in 10.0.16299. |
GetTickCount64 | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.10240. Moved into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10586. Moved into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetLogicalProcessorInformation | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetLogicalProcessorInformationEx | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GlobalMemoryStatusEx | Introduced into api-ms-win-core-sysinfo-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-sysinfo-l1-2-3.dll
API | Requirements |
---|---|
GetIntegratedDisplaySize | Introduced into api-ms-win-core-sysinfo-l1-2-3.dll in 10.0.10240. |
APIs from api-ms-win-core-threadpool-l1-2-0.dll
API | Requirements |
---|---|
CallbackMayRunLong | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CancelThreadpoolIo | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpool | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolCleanupGroup | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolCleanupGroupMembers | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolIo | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolTimer | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolWait | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CloseThreadpoolWork | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpool | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpoolCleanupGroup | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpoolIo | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpoolTimer | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpoolWait | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
CreateThreadpoolWork | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
DisassociateCurrentThreadFromCallback | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
FreeLibraryWhenCallbackReturns | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
IsThreadpoolTimerSet | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
LeaveCriticalSectionWhenCallbackReturns | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
QueryThreadpoolStackInformation | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
ReleaseMutexWhenCallbackReturns | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
ReleaseSemaphoreWhenCallbackReturns | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetEventWhenCallbackReturns | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolStackInformation | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolThreadMaximum | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolThreadMinimum | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolTimer | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolTimerEx | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolWait | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SetThreadpoolWaitEx | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
StartThreadpoolIo | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
SubmitThreadpoolWork | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
TrySubmitThreadpoolCallback | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
WaitForThreadpoolIoCallbacks | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
WaitForThreadpoolTimerCallbacks | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
WaitForThreadpoolWaitCallbacks | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
WaitForThreadpoolWorkCallbacks | Introduced into api-ms-win-core-threadpool-l1-2-0.dll in 10.0.10240. |
APIs from api-ms-win-core-timezone-l1-1-0.dll
API | Requirements |
---|---|
EnumDynamicTimeZoneInformation | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
FileTimeToSystemTime | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
GetDynamicTimeZoneInformation | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
GetDynamicTimeZoneInformationEffectiveYears | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
GetTimeZoneInformation | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
GetTimeZoneInformationForYear | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
SystemTimeToFileTime | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
SystemTimeToTzSpecificLocalTime | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
SystemTimeToTzSpecificLocalTimeEx | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
TzSpecificLocalTimeToSystemTime | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
TzSpecificLocalTimeToSystemTimeEx | Introduced into api-ms-win-core-timezone-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-util-l1-1-0.dll
API | Requirements |
---|---|
DecodePointer | Introduced into api-ms-win-core-util-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-util-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-util-l1-1-0.dll in 10.0.14393. |
EncodePointer | Introduced into api-ms-win-core-util-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-util-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-util-l1-1-0.dll in 10.0.14393. |
Beep | Introduced into api-ms-win-core-util-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-windowsceip-l1-1-0.dll
API | Requirements |
---|---|
CeipIsOptedIn | Introduced into api-ms-win-core-windowsceip-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-windowserrorreporting-l1-1-0.dll
API | Requirements |
---|---|
WerRegisterFile | Introduced into api-ms-win-core-windowserrorreporting-l1-1-0.dll in 10.0.10240. |
WerRegisterMemoryBlock | Introduced into api-ms-win-core-windowserrorreporting-l1-1-0.dll in 10.0.10240. |
WerUnregisterFile | Introduced into api-ms-win-core-windowserrorreporting-l1-1-0.dll in 10.0.10240. |
WerUnregisterMemoryBlock | Introduced into api-ms-win-core-windowserrorreporting-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-winrt-error-l1-1-1.dll
API | Requirements |
---|---|
GetRestrictedErrorInfo | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoCaptureErrorContext | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoFailFastWithErrorContext | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoGetErrorReportingFlags | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoOriginateError | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoOriginateErrorW | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoOriginateLanguageException | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. |
RoReportUnhandledError | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. |
RoSetErrorReportingFlags | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoTransformError | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
RoTransformErrorW | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
SetRestrictedErrorInfo | Introduced into api-ms-win-core-winrt-error-l1-1-1.dll in 10.0.10240. Moved into api-ms-win-core-winrt-error-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-winrt-l1-1-0.dll
API | Requirements |
---|---|
RoActivateInstance | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoGetActivationFactory | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoGetApartmentIdentifier | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoInitialize | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoRegisterActivationFactories | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoRegisterForApartmentShutdown | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoRevokeActivationFactories | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoUninitialize | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
RoUnregisterForApartmentShutdown | Introduced into api-ms-win-core-winrt-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-winrt-registration-l1-1-0.dll
API | Requirements |
---|---|
RoGetActivatableClassRegistration | Introduced into api-ms-win-core-winrt-registration-l1-1-0.dll in 10.0.10240. |
RoGetServerActivatableClasses | Introduced into api-ms-win-core-winrt-registration-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-winrt-robuffer-l1-1-0.dll
API | Requirements |
---|---|
RoGetBufferMarshaler | Introduced into api-ms-win-core-winrt-robuffer-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
API | Requirements |
---|---|
RoFreeParameterizedTypeExtra | Introduced into api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll in 10.0.10240. |
RoGetParameterizedTypeInstanceIID | Introduced into api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll in 10.0.10240. |
RoParameterizedTypeExtraGetTypeSignature | Introduced into api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-core-winrt-string-l1-1-0.dll
API | Requirements |
---|---|
HSTRING_UserFree | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
HSTRING_UserFree64 | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. Removed in 10.0.16299. |
HSTRING_UserMarshal | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
HSTRING_UserMarshal64 | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. Removed in 10.0.16299. |
HSTRING_UserSize | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
HSTRING_UserSize64 | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. Removed in 10.0.16299. |
HSTRING_UserUnmarshal | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
HSTRING_UserUnmarshal64 | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. Removed in 10.0.16299. |
WindowsCompareStringOrdinal | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsConcatString | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsCreateString | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsCreateStringReference | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsDeleteString | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsDeleteStringBuffer | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsDuplicateString | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsGetStringLen | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsGetStringRawBuffer | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsIsStringEmpty | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsPreallocateStringBuffer | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsPromoteStringBuffer | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsReplaceString | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsStringHasEmbeddedNull | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsSubstring | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsSubstringWithSpecifiedLength | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsTrimStringEnd | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
WindowsTrimStringStart | Introduced into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.10240. Moved into api-ms-win-core-winrt-string-l1-1-1.dll in 10.0.10586. Moved into api-ms-win-core-winrt-string-l1-1-0.dll in 10.0.14393. |
APIs from api-ms-win-core-xstate-l2-1-0.dll
API | Requirements |
---|---|
GetEnabledXStateFeatures | Introduced into api-ms-win-core-xstate-l2-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-core-xstate-l2-1-0.dll in 10.0.14393. |
GetXStateFeaturesMask | Introduced into api-ms-win-core-xstate-l2-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-core-xstate-l2-1-0.dll in 10.0.14393. |
InitializeContext | Introduced into api-ms-win-core-xstate-l2-1-0.dll in 10.0.10240. |
LocateXStateFeature | Introduced into api-ms-win-core-xstate-l2-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-core-xstate-l2-1-0.dll in 10.0.14393. |
APIs from api-ms-win-eventing-classicprovider-l1-1-0.dll
API | Requirements |
---|---|
GetTraceEnableFlags | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
GetTraceEnableLevel | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
GetTraceLoggerHandle | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
RegisterTraceGuidsW | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
TraceMessage | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
UnregisterTraceGuids | Introduced into api-ms-win-eventing-classicprovider-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-eventing-consumer-l1-1-0.dll
API | Requirements |
---|---|
CloseTrace | Introduced into api-ms-win-eventing-consumer-l1-1-0.dll in 10.0.10240. |
OpenTraceW | Introduced into api-ms-win-eventing-consumer-l1-1-0.dll in 10.0.10240. |
ProcessTrace | Introduced into api-ms-win-eventing-consumer-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-eventing-controller-l1-1-0.dll
API | Requirements |
---|---|
ControlTraceW | Introduced into api-ms-win-eventing-controller-l1-1-0.dll in 10.0.10240. |
EnableTraceEx2 | Introduced into api-ms-win-eventing-controller-l1-1-0.dll in 10.0.10240. |
StartTraceW | Introduced into api-ms-win-eventing-controller-l1-1-0.dll in 10.0.10240. |
StopTraceW | Introduced into api-ms-win-eventing-controller-l1-1-0.dll in 10.0.10240. |
EnumerateTraceGuidsEx | Introduced into api-ms-win-eventing-controller-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-eventing-legacy-l1-1-0.dll
API | Requirements |
---|---|
EnableTrace | Introduced into api-ms-win-eventing-legacy-l1-1-0.dll in 10.0.10240. |
EnableTraceEx | Introduced into api-ms-win-eventing-legacy-l1-1-0.dll in 10.0.10240. |
FlushTraceW | Introduced into api-ms-win-eventing-legacy-l1-1-0.dll in 10.0.10240. |
QueryTraceW | Introduced into api-ms-win-eventing-legacy-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-eventing-provider-l1-1-0.dll
API | Requirements |
---|---|
EventActivityIdControl | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventRegister | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventSetInformation | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventUnregister | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventWrite | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventWriteEx | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventWriteString | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventWriteTransfer | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.10240. |
EventEnabled | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.17763. |
EventProviderEnabled | Introduced into api-ms-win-eventing-provider-l1-1-0.dll in 10.0.17763. |
APIs from api-ms-win-gaming-tcui-l1-1-0.dll
API | Requirements |
---|---|
ProcessPendingGameUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
ShowChangeFriendRelationshipUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
ShowGameInviteUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
ShowPlayerPickerUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
ShowProfileCardUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
ShowTitleAchievementsUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
TryCancelPendingGameUI | Introduced into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.10240. Removed in 10.0.10586. Moved into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-ro-typeresolution-l1-1-0.dll
API | Requirements |
---|---|
RoGetMetaDataFile | Introduced into api-ms-win-ro-typeresolution-l1-1-0.dll in 10.0.10240. |
RoParseTypeName | Introduced into api-ms-win-ro-typeresolution-l1-1-0.dll in 10.0.10240. |
RoResolveNamespace | Introduced into api-ms-win-ro-typeresolution-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-security-cryptoapi-l1-1-0.dll
API | Requirements |
---|---|
CryptReleaseContext | Introduced into api-ms-win-security-cryptoapi-l1-1-0.dll in 10.0.10240. |
APIs from api-ms-win-shcore-stream-winrt-l1-1-0.dll
API | Requirements |
---|---|
CreateRandomAccessStreamOnFile | Introduced into api-ms-win-shcore-stream-winrt-l1-1-0.dll in 10.0.10240. |
CreateRandomAccessStreamOverStream | Introduced into api-ms-win-shcore-stream-winrt-l1-1-0.dll in 10.0.10240. |
CreateStreamOverRandomAccessStream | Introduced into api-ms-win-shcore-stream-winrt-l1-1-0.dll in 10.0.10240. |
APIs from cabinet.dll
API | Requirements |
---|---|
CloseCompressor | Introduced into cabinet.dll in 10.0.10240. |
CloseDecompressor | Introduced into cabinet.dll in 10.0.10240. |
Compress | Introduced into cabinet.dll in 10.0.10240. |
CreateCompressor | Introduced into cabinet.dll in 10.0.10240. |
CreateDecompressor | Introduced into cabinet.dll in 10.0.10240. |
Decompress | Introduced into cabinet.dll in 10.0.10240. |
FDICopy | Introduced into cabinet.dll in 10.0.10240. |
FDICreate | Introduced into cabinet.dll in 10.0.10240. |
FDIDestroy | Introduced into cabinet.dll in 10.0.10240. |
FDIIsCabinet | Introduced into cabinet.dll in 10.0.10240. |
QueryCompressorInformation | Introduced into cabinet.dll in 10.0.10240. |
QueryDecompressorInformation | Introduced into cabinet.dll in 10.0.10240. |
ResetCompressor | Introduced into cabinet.dll in 10.0.10240. |
ResetDecompressor | Introduced into cabinet.dll in 10.0.10240. |
SetCompressorInformation | Introduced into cabinet.dll in 10.0.10240. |
SetDecompressorInformation | Introduced into cabinet.dll in 10.0.10240. |
APIs from chakra.dll
API | Requirements |
---|---|
JsAddRef | Introduced into chakra.dll in 10.0.10240. |
JsBooleanToBool | Introduced into chakra.dll in 10.0.10240. |
JsBoolToBoolean | Introduced into chakra.dll in 10.0.10240. |
JsCallFunction | Introduced into chakra.dll in 10.0.10240. |
JsCollectGarbage | Introduced into chakra.dll in 10.0.10240. |
JsConstructObject | Introduced into chakra.dll in 10.0.10240. |
JsConvertValueToBoolean | Introduced into chakra.dll in 10.0.10240. |
JsConvertValueToNumber | Introduced into chakra.dll in 10.0.10240. |
JsConvertValueToObject | Introduced into chakra.dll in 10.0.10240. |
JsConvertValueToString | Introduced into chakra.dll in 10.0.10240. |
JsCreateArray | Introduced into chakra.dll in 10.0.10240. |
JsCreateArrayBuffer | Introduced into chakra.dll in 10.0.10240. |
JsCreateContext | Introduced into chakra.dll in 10.0.10240. |
JsCreateDataView | Introduced into chakra.dll in 10.0.10240. |
JsCreateError | Introduced into chakra.dll in 10.0.10240. |
JsCreateExternalObject | Introduced into chakra.dll in 10.0.10240. |
JsCreateFunction | Introduced into chakra.dll in 10.0.10240. |
JsCreateNamedFunction | Introduced into chakra.dll in 10.0.10240. |
JsCreateObject | Introduced into chakra.dll in 10.0.10240. |
JsCreateRangeError | Introduced into chakra.dll in 10.0.10240. |
JsCreateReferenceError | Introduced into chakra.dll in 10.0.10240. |
JsCreateRuntime | Introduced into chakra.dll in 10.0.10240. |
JsCreateSymbol | Introduced into chakra.dll in 10.0.10240. |
JsCreateSyntaxError | Introduced into chakra.dll in 10.0.10240. |
JsCreateTypedArray | Introduced into chakra.dll in 10.0.10240. |
JsCreateTypeError | Introduced into chakra.dll in 10.0.10240. |
JsCreateURIError | Introduced into chakra.dll in 10.0.10240. |
JsDefineProperty | Introduced into chakra.dll in 10.0.10240. |
JsDeleteIndexedProperty | Introduced into chakra.dll in 10.0.10240. |
JsDeleteProperty | Introduced into chakra.dll in 10.0.10240. |
JsDisableRuntimeExecution | Introduced into chakra.dll in 10.0.10240. |
JsDisposeRuntime | Introduced into chakra.dll in 10.0.10240. |
JsDoubleToNumber | Introduced into chakra.dll in 10.0.10240. |
JsEnableRuntimeExecution | Introduced into chakra.dll in 10.0.10240. |
JsEquals | Introduced into chakra.dll in 10.0.10240. |
JsGetAndClearException | Introduced into chakra.dll in 10.0.10240. |
JsGetArrayBufferStorage | Introduced into chakra.dll in 10.0.10240. |
JsGetCurrentContext | Introduced into chakra.dll in 10.0.10240. |
JsGetDataViewStorage | Introduced into chakra.dll in 10.0.10240. |
JsGetExtensionAllowed | Introduced into chakra.dll in 10.0.10240. |
JsGetExternalData | Introduced into chakra.dll in 10.0.10240. |
JsGetFalseValue | Introduced into chakra.dll in 10.0.10240. |
JsGetGlobalObject | Introduced into chakra.dll in 10.0.10240. |
JsGetIndexedPropertiesExternalData | Introduced into chakra.dll in 10.0.10240. |
JsGetIndexedProperty | Introduced into chakra.dll in 10.0.10240. |
JsGetNullValue | Introduced into chakra.dll in 10.0.10240. |
JsGetOwnPropertyDescriptor | Introduced into chakra.dll in 10.0.10240. |
JsGetOwnPropertyNames | Introduced into chakra.dll in 10.0.10240. |
JsGetOwnPropertySymbols | Introduced into chakra.dll in 10.0.10240. |
JsGetProperty | Introduced into chakra.dll in 10.0.10240. |
JsGetPropertyIdFromName | Introduced into chakra.dll in 10.0.10240. |
JsGetPropertyIdFromSymbol | Introduced into chakra.dll in 10.0.10240. |
JsGetPropertyIdType | Introduced into chakra.dll in 10.0.10240. |
JsGetPropertyNameFromId | Introduced into chakra.dll in 10.0.10240. |
JsGetPrototype | Introduced into chakra.dll in 10.0.10240. |
JsGetRuntime | Introduced into chakra.dll in 10.0.10240. |
JsGetRuntimeMemoryLimit | Introduced into chakra.dll in 10.0.10240. |
JsGetRuntimeMemoryUsage | Introduced into chakra.dll in 10.0.10240. |
JsGetStringLength | Introduced into chakra.dll in 10.0.10240. |
JsGetSymbolFromPropertyId | Introduced into chakra.dll in 10.0.10240. |
JsGetTrueValue | Introduced into chakra.dll in 10.0.10240. |
JsGetTypedArrayStorage | Introduced into chakra.dll in 10.0.10240. |
JsGetUndefinedValue | Introduced into chakra.dll in 10.0.10240. |
JsGetValueType | Introduced into chakra.dll in 10.0.10240. |
JsHasException | Introduced into chakra.dll in 10.0.10240. |
JsHasExternalData | Introduced into chakra.dll in 10.0.10240. |
JsHasIndexedPropertiesExternalData | Introduced into chakra.dll in 10.0.10240. |
JsHasIndexedProperty | Introduced into chakra.dll in 10.0.10240. |
JsHasProperty | Introduced into chakra.dll in 10.0.10240. |
JsIdle | Introduced into chakra.dll in 10.0.10240. |
JsInspectableToObject | Introduced into chakra.dll in 10.0.10240. |
JsIntToNumber | Introduced into chakra.dll in 10.0.10240. |
JsIsRuntimeExecutionDisabled | Introduced into chakra.dll in 10.0.10240. |
JsNumberToDouble | Introduced into chakra.dll in 10.0.10240. |
JsNumberToInt | Introduced into chakra.dll in 10.0.10240. |
JsObjectToInspectable | Introduced into chakra.dll in 10.0.10240. |
JsParseScript | Introduced into chakra.dll in 10.0.10240. |
JsParseSerializedScript | Introduced into chakra.dll in 10.0.10240. |
JsPointerToString | Introduced into chakra.dll in 10.0.10240. |
JsPreventExtension | Introduced into chakra.dll in 10.0.10240. |
JsProjectWinRTNamespace | Introduced into chakra.dll in 10.0.10240. |
JsRelease | Introduced into chakra.dll in 10.0.10240. |
JsRunScript | Introduced into chakra.dll in 10.0.10240. |
JsRunSerializedScript | Introduced into chakra.dll in 10.0.10240. |
JsSerializeScript | Introduced into chakra.dll in 10.0.10240. |
JsSetCurrentContext | Introduced into chakra.dll in 10.0.10240. |
JsSetException | Introduced into chakra.dll in 10.0.10240. |
JsSetExternalData | Introduced into chakra.dll in 10.0.10240. |
JsSetIndexedPropertiesToExternalData | Introduced into chakra.dll in 10.0.10240. |
JsSetIndexedProperty | Introduced into chakra.dll in 10.0.10240. |
JsSetObjectBeforeCollectCallback | Introduced into chakra.dll in 10.0.10240. |
JsSetProjectionEnqueueCallback | Introduced into chakra.dll in 10.0.10240. |
JsSetPromiseContinuationCallback | Introduced into chakra.dll in 10.0.10240. |
JsSetProperty | Introduced into chakra.dll in 10.0.10240. |
JsSetPrototype | Introduced into chakra.dll in 10.0.10240. |
JsSetRuntimeBeforeCollectCallback | Introduced into chakra.dll in 10.0.10240. |
JsSetRuntimeMemoryAllocationCallback | Introduced into chakra.dll in 10.0.10240. |
JsSetRuntimeMemoryLimit | Introduced into chakra.dll in 10.0.10240. |
JsStartDebugging | Introduced into chakra.dll in 10.0.10240. |
JsStrictEquals | Introduced into chakra.dll in 10.0.10240. |
JsStringToPointer | Introduced into chakra.dll in 10.0.10240. |
JsValueToVariant | Introduced into chakra.dll in 10.0.10240. |
JsVariantToValue | Introduced into chakra.dll in 10.0.10240. |
JsGetContextData | Introduced into chakra.dll in 10.0.10586. |
JsGetContextOfObject | Introduced into chakra.dll in 10.0.10586. |
JsGetTypedArrayInfo | Introduced into chakra.dll in 10.0.10586. |
JsInstanceOf | Introduced into chakra.dll in 10.0.10586. |
JsParseSerializedScriptWithCallback | Introduced into chakra.dll in 10.0.10586. |
JsRunSerializedScriptWithCallback | Introduced into chakra.dll in 10.0.10586. |
JsSetContextData | Introduced into chakra.dll in 10.0.10586. |
JsCreateExternalArrayBuffer | Introduced into chakra.dll in 10.0.14393. |
APIs from crypt32.dll
API | Requirements |
---|---|
CertAddCertificateContextToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddCertificateLinkToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddCRLContextToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddCRLLinkToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddCTLContextToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddCTLLinkToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddEncodedCertificateToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddEncodedCRLToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddEncodedCTLToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddSerializedElementToStore | Introduced into crypt32.dll in 10.0.10240. |
CertAddStoreToCollection | Introduced into crypt32.dll in 10.0.10240. |
CertCloseStore | Introduced into crypt32.dll in 10.0.10240. |
CertCompareCertificate | Introduced into crypt32.dll in 10.0.10240. |
CertCompareCertificateName | Introduced into crypt32.dll in 10.0.10240. |
CertCompareIntegerBlob | Introduced into crypt32.dll in 10.0.10240. |
CertControlStore | Introduced into crypt32.dll in 10.0.10240. |
CertCreateCertificateChainEngine | Introduced into crypt32.dll in 10.0.10240. |
CertCreateCertificateContext | Introduced into crypt32.dll in 10.0.10240. |
CertCreateContext | Introduced into crypt32.dll in 10.0.10240. |
CertCreateCRLContext | Introduced into crypt32.dll in 10.0.10240. |
CertCreateCTLContext | Introduced into crypt32.dll in 10.0.10240. |
CertCreateSelfSignCertificate | Introduced into crypt32.dll in 10.0.10240. |
CertDeleteCertificateFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertDeleteCRLFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertDeleteCTLFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertDuplicateCertificateChain | Introduced into crypt32.dll in 10.0.10240. |
CertDuplicateCertificateContext | Introduced into crypt32.dll in 10.0.10240. |
CertDuplicateCRLContext | Introduced into crypt32.dll in 10.0.10240. |
CertDuplicateCTLContext | Introduced into crypt32.dll in 10.0.10240. |
CertDuplicateStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCertificateContextProperties | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCertificatesInStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCRLContextProperties | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCRLsInStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCTLContextProperties | Introduced into crypt32.dll in 10.0.10240. |
CertEnumCTLsInStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumPhysicalStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumSystemStore | Introduced into crypt32.dll in 10.0.10240. |
CertEnumSystemStoreLocation | Introduced into crypt32.dll in 10.0.10240. |
CertFindAttribute | Introduced into crypt32.dll in 10.0.10240. |
CertFindCertificateInCRL | Introduced into crypt32.dll in 10.0.10240. |
CertFindCertificateInStore | Introduced into crypt32.dll in 10.0.10240. |
CertFindCRLInStore | Introduced into crypt32.dll in 10.0.10240. |
CertFindCTLInStore | Introduced into crypt32.dll in 10.0.10240. |
CertFindExtension | Introduced into crypt32.dll in 10.0.10240. |
CertFindRDNAttr | Introduced into crypt32.dll in 10.0.10240. |
CertFindSubjectInCTL | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCertificateChain | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCertificateChainEngine | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCertificateChainList | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCertificateContext | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCRLContext | Introduced into crypt32.dll in 10.0.10240. |
CertFreeCTLContext | Introduced into crypt32.dll in 10.0.10240. |
CertGetCertificateChain | Introduced into crypt32.dll in 10.0.10240. |
CertGetCertificateContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertGetCRLContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertGetCRLFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertGetCTLContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertGetEnhancedKeyUsage | Introduced into crypt32.dll in 10.0.10240. |
CertGetIntendedKeyUsage | Introduced into crypt32.dll in 10.0.10240. |
CertGetIssuerCertificateFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertGetNameStringA | Introduced into crypt32.dll in 10.0.10240. |
CertGetNameStringW | Introduced into crypt32.dll in 10.0.10240. |
CertGetPublicKeyLength | Introduced into crypt32.dll in 10.0.10240. |
CertGetStoreProperty | Introduced into crypt32.dll in 10.0.10240. |
CertGetSubjectCertificateFromStore | Introduced into crypt32.dll in 10.0.10240. |
CertGetValidUsages | Introduced into crypt32.dll in 10.0.10240. |
CertIsValidCRLForCertificate | Introduced into crypt32.dll in 10.0.10240. |
CertNameToStrA | Introduced into crypt32.dll in 10.0.10240. |
CertNameToStrW | Introduced into crypt32.dll in 10.0.10240. |
CertOpenStore | Introduced into crypt32.dll in 10.0.10240. |
CertRDNValueToStrA | Introduced into crypt32.dll in 10.0.10240. |
CertRDNValueToStrW | Introduced into crypt32.dll in 10.0.10240. |
CertRemoveStoreFromCollection | Introduced into crypt32.dll in 10.0.10240. |
CertResyncCertificateChainEngine | Introduced into crypt32.dll in 10.0.10240. |
CertSaveStore | Introduced into crypt32.dll in 10.0.10240. |
CertSelectCertificateChains | Introduced into crypt32.dll in 10.0.10240. |
CertSerializeCertificateStoreElement | Introduced into crypt32.dll in 10.0.10240. |
CertSerializeCRLStoreElement | Introduced into crypt32.dll in 10.0.10240. |
CertSerializeCTLStoreElement | Introduced into crypt32.dll in 10.0.10240. |
CertSetCertificateContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertSetCRLContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertSetCTLContextProperty | Introduced into crypt32.dll in 10.0.10240. |
CertSetStoreProperty | Introduced into crypt32.dll in 10.0.10240. |
CertStrToNameA | Introduced into crypt32.dll in 10.0.10240. |
CertStrToNameW | Introduced into crypt32.dll in 10.0.10240. |
CertVerifyCertificateChainPolicy | Introduced into crypt32.dll in 10.0.10240. |
CertVerifySubjectCertificateContext | Introduced into crypt32.dll in 10.0.10240. |
CertVerifyTimeValidity | Introduced into crypt32.dll in 10.0.10240. |
CryptAcquireCertificatePrivateKey | Introduced into crypt32.dll in 10.0.10240. |
CryptDecodeObject | Introduced into crypt32.dll in 10.0.10240. |
CryptDecodeObjectEx | Introduced into crypt32.dll in 10.0.10240. |
CryptEncodeObject | Introduced into crypt32.dll in 10.0.10240. |
CryptEncodeObjectEx | Introduced into crypt32.dll in 10.0.10240. |
CryptEnumOIDFunction | Introduced into crypt32.dll in 10.0.10240. |
CryptEnumOIDInfo | Introduced into crypt32.dll in 10.0.10240. |
CryptFindLocalizedName | Introduced into crypt32.dll in 10.0.10240. |
CryptFindOIDInfo | Introduced into crypt32.dll in 10.0.10240. |
CryptFormatObject | Introduced into crypt32.dll in 10.0.10240. |
CryptFreeOIDFunctionAddress | Introduced into crypt32.dll in 10.0.10240. |
CryptGetDefaultOIDDllList | Introduced into crypt32.dll in 10.0.10240. |
CryptGetDefaultOIDFunctionAddress | Introduced into crypt32.dll in 10.0.10240. |
CryptGetOIDFunctionAddress | Introduced into crypt32.dll in 10.0.10240. |
CryptGetOIDFunctionValue | Introduced into crypt32.dll in 10.0.10240. |
CryptHashPublicKeyInfo | Introduced into crypt32.dll in 10.0.10240. |
CryptInitOIDFunctionSet | Introduced into crypt32.dll in 10.0.10240. |
CryptInstallOIDFunctionAddress | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgCalculateEncodedLength | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgClose | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgControl | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgCountersign | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgCountersignEncoded | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgDuplicate | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgGetAndVerifySigner | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgGetParam | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgOpenToDecode | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgOpenToEncode | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgUpdate | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgVerifyCountersignatureEncoded | Introduced into crypt32.dll in 10.0.10240. |
CryptMsgVerifyCountersignatureEncodedEx | Introduced into crypt32.dll in 10.0.10240. |
CryptProtectData | Introduced into crypt32.dll in 10.0.10240. |
CryptQueryObject | Introduced into crypt32.dll in 10.0.10240. |
CryptRetrieveTimeStamp | Introduced into crypt32.dll in 10.0.10240. |
CryptUnprotectData | Introduced into crypt32.dll in 10.0.10240. |
CryptVerifyTimeStampSignature | Introduced into crypt32.dll in 10.0.10240. |
PFXExportCertStore | Introduced into crypt32.dll in 10.0.10240. |
PFXExportCertStoreEx | Introduced into crypt32.dll in 10.0.10240. |
PFXImportCertStore | Introduced into crypt32.dll in 10.0.10240. |
PFXIsPFXBlob | Introduced into crypt32.dll in 10.0.10240. |
PFXVerifyPassword | Introduced into crypt32.dll in 10.0.10240. |
CryptBinaryToStringW | Introduced into crypt32.dll in 10.0.16299. |
CryptHashCertificate2 | Introduced into crypt32.dll in 10.0.16299. |
CryptImportPublicKeyInfoEx2 | Introduced into crypt32.dll in 10.0.16299. |
CryptProtectMemory | Introduced into crypt32.dll in 10.0.16299. |
CryptStringToBinaryA | Introduced into crypt32.dll in 10.0.16299. |
CryptUnprotectMemory | Introduced into crypt32.dll in 10.0.16299. |
APIs from d2d1.dll
API | Requirements |
---|---|
D2D1ComputeMaximumScaleFactor | Introduced into d2d1.dll in 10.0.10240. |
D2D1ConvertColorSpace | Introduced into d2d1.dll in 10.0.10240. |
D2D1CreateDevice | Introduced into d2d1.dll in 10.0.10240. |
D2D1CreateDeviceContext | Introduced into d2d1.dll in 10.0.10240. |
D2D1CreateFactory | Introduced into d2d1.dll in 10.0.10240. |
D2D1GetGradientMeshInteriorPointsFromCoonsPatch | Introduced into d2d1.dll in 10.0.10240. |
D2D1InvertMatrix | Introduced into d2d1.dll in 10.0.10240. |
D2D1IsMatrixInvertible | Introduced into d2d1.dll in 10.0.10240. |
D2D1MakeRotateMatrix | Introduced into d2d1.dll in 10.0.10240. |
D2D1MakeSkewMatrix | Introduced into d2d1.dll in 10.0.10240. |
D2D1SinCos | Introduced into d2d1.dll in 10.0.10240. |
D2D1Tan | Introduced into d2d1.dll in 10.0.10240. |
D2D1Vec3Length | Introduced into d2d1.dll in 10.0.10240. |
APIs from d3d11.dll
API | Requirements |
---|---|
CreateDirect3D11DeviceFromDXGIDevice | Introduced into d3d11.dll in 10.0.10240. |
CreateDirect3D11SurfaceFromDXGISurface | Introduced into d3d11.dll in 10.0.10240. |
D3D11CreateDevice | Introduced into d3d11.dll in 10.0.10240. |
D3D11On12CreateDevice | Introduced into d3d11.dll in 10.0.10240. |
APIs from d3d12.dll
API | Requirements |
---|---|
D3D12CreateDevice | Introduced into d3d12.dll in 10.0.10240. |
D3D12CreateRootSignatureDeserializer | Introduced into d3d12.dll in 10.0.10240. |
D3D12SerializeRootSignature | Introduced into d3d12.dll in 10.0.10240. |
D3D12CreateVersionedRootSignatureDeserializer | Introduced into d3d12.dll in 10.0.16299. |
D3D12EnableExperimentalFeatures | Introduced into d3d12.dll in 10.0.16299. |
D3D12SerializeVersionedRootSignature | Introduced into d3d12.dll in 10.0.16299. |
APIs from d3dcompiler_47.dll
API | Requirements |
---|---|
D3DCompile | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCompile2 | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCompileFromFile | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCompressShaders | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCreateBlob | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCreateFunctionLinkingGraph | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DCreateLinker | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DDecompressShaders | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DDisassemble | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DDisassemble11Trace | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DDisassembleRegion | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetBlobPart | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetDebugInfo | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetInputAndOutputSignatureBlob | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetInputSignatureBlob | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetOutputSignatureBlob | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DGetTraceInstructionOffsets | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DLoadModule | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DPreprocess | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DReadFileToBlob | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DReflect | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DReflectLibrary | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DSetBlobPart | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DStripShader | Introduced into d3dcompiler_47.dll in 10.0.10240. |
D3DWriteBlobToFile | Introduced into d3dcompiler_47.dll in 10.0.10240. |
APIs from deviceaccess.dll
API | Requirements |
---|---|
CreateDeviceAccessInstance | Introduced into deviceaccess.dll in 10.0.10240. |
APIs from dhcpcsvc.dll
API | Requirements |
---|---|
DhcpCApiCleanup | Introduced into dhcpcsvc.dll in 10.0.10240. |
DhcpCApiInitialize | Introduced into dhcpcsvc.dll in 10.0.10240. |
DhcpRequestParams | Introduced into dhcpcsvc.dll in 10.0.10240. |
APIs from dhcpcsvc6.dll
API | Requirements |
---|---|
Dhcpv6CApiCleanup | Introduced into dhcpcsvc6.dll in 10.0.10240. |
Dhcpv6CApiInitialize | Introduced into dhcpcsvc6.dll in 10.0.10240. |
Dhcpv6RequestParams | Introduced into dhcpcsvc6.dll in 10.0.10240. |
APIs from dwrite.dll
API | Requirements |
---|---|
DWriteCreateFactory | Introduced into dwrite.dll in 10.0.10240. |
APIs from dxgi.dll
API | Requirements |
---|---|
CreateDXGIFactory1 | Introduced into dxgi.dll in 10.0.10240. |
CreateDXGIFactory2 | Introduced into dxgi.dll in 10.0.10240. |
APIs from esent.dll
API | Requirements |
---|---|
JetAddColumnW | Introduced into esent.dll in 10.0.10240. |
JetAttachDatabase2W | Introduced into esent.dll in 10.0.10240. |
JetBackupInstanceW | Introduced into esent.dll in 10.0.10240. |
JetBeginSessionW | Introduced into esent.dll in 10.0.10240. |
JetBeginTransaction3 | Introduced into esent.dll in 10.0.10240. |
JetCloseDatabase | Introduced into esent.dll in 10.0.10240. |
JetCloseTable | Introduced into esent.dll in 10.0.10240. |
JetCommitTransaction | Introduced into esent.dll in 10.0.10240. |
JetCommitTransaction2 | Introduced into esent.dll in 10.0.10240. |
JetCreateDatabase2W | Introduced into esent.dll in 10.0.10240. |
JetCreateIndex4W | Introduced into esent.dll in 10.0.10240. |
JetCreateInstance2W | Introduced into esent.dll in 10.0.10240. |
JetCreateTableColumnIndex4W | Introduced into esent.dll in 10.0.10240. |
JetDefragment2W | Introduced into esent.dll in 10.0.10240. |
JetDelete | Introduced into esent.dll in 10.0.10240. |
JetDeleteColumn2W | Introduced into esent.dll in 10.0.10240. |
JetDeleteIndexW | Introduced into esent.dll in 10.0.10240. |
JetDeleteTableW | Introduced into esent.dll in 10.0.10240. |
JetDetachDatabase2W | Introduced into esent.dll in 10.0.10240. |
JetEndSession | Introduced into esent.dll in 10.0.10240. |
JetEnumerateColumns | Introduced into esent.dll in 10.0.10240. |
JetEscrowUpdate | Introduced into esent.dll in 10.0.10240. |
JetGetBookmark | Introduced into esent.dll in 10.0.10240. |
JetGetColumnInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetCurrentIndexW | Introduced into esent.dll in 10.0.10240. |
JetGetDatabaseFileInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetDatabaseInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetErrorInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetIndexInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetObjectInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetRecordPosition | Introduced into esent.dll in 10.0.10240. |
JetGetSecondaryIndexBookmark | Introduced into esent.dll in 10.0.10240. |
JetGetSessionParameter | Introduced into esent.dll in 10.0.10240. |
JetGetSystemParameterW | Introduced into esent.dll in 10.0.10240. |
JetGetTableColumnInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetTableIndexInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetTableInfoW | Introduced into esent.dll in 10.0.10240. |
JetGetThreadStats | Introduced into esent.dll in 10.0.10240. |
JetGotoBookmark | Introduced into esent.dll in 10.0.10240. |
JetGotoPosition | Introduced into esent.dll in 10.0.10240. |
JetGotoSecondaryIndexBookmark | Introduced into esent.dll in 10.0.10240. |
JetIndexRecordCount | Introduced into esent.dll in 10.0.10240. |
JetInit3W | Introduced into esent.dll in 10.0.10240. |
JetIntersectIndexes | Introduced into esent.dll in 10.0.10240. |
JetMakeKey | Introduced into esent.dll in 10.0.10240. |
JetMove | Introduced into esent.dll in 10.0.10240. |
JetOpenDatabaseW | Introduced into esent.dll in 10.0.10240. |
JetOpenTableW | Introduced into esent.dll in 10.0.10240. |
JetOpenTemporaryTable2 | Introduced into esent.dll in 10.0.10240. |
JetOpenTempTable3 | Introduced into esent.dll in 10.0.10240. |
JetPrepareUpdate | Introduced into esent.dll in 10.0.10240. |
JetPrereadIndexRanges | Introduced into esent.dll in 10.0.10240. |
JetPrereadKeys | Introduced into esent.dll in 10.0.10240. |
JetRegisterCallback | Introduced into esent.dll in 10.0.10240. |
JetRenameColumnW | Introduced into esent.dll in 10.0.10240. |
JetRenameTableW | Introduced into esent.dll in 10.0.10240. |
JetResetSessionContext | Introduced into esent.dll in 10.0.10240. |
JetResetTableSequential | Introduced into esent.dll in 10.0.10240. |
JetResizeDatabase | Introduced into esent.dll in 10.0.10240. |
JetRestoreInstanceW | Introduced into esent.dll in 10.0.10240. |
JetRetrieveColumn | Introduced into esent.dll in 10.0.10240. |
JetRetrieveColumns | Introduced into esent.dll in 10.0.10240. |
JetRetrieveKey | Introduced into esent.dll in 10.0.10240. |
JetRollback | Introduced into esent.dll in 10.0.10240. |
JetSeek | Introduced into esent.dll in 10.0.10240. |
JetSetColumn | Introduced into esent.dll in 10.0.10240. |
JetSetColumns | Introduced into esent.dll in 10.0.10240. |
JetSetCurrentIndex4W | Introduced into esent.dll in 10.0.10240. |
JetSetCursorFilter | Introduced into esent.dll in 10.0.10240. |
JetSetIndexRange | Introduced into esent.dll in 10.0.10240. |
JetSetSessionContext | Introduced into esent.dll in 10.0.10240. |
JetSetSessionParameter | Introduced into esent.dll in 10.0.10240. |
JetSetSystemParameterW | Introduced into esent.dll in 10.0.10240. |
JetSetTableSequential | Introduced into esent.dll in 10.0.10240. |
JetStopBackupInstance | Introduced into esent.dll in 10.0.10240. |
JetStopServiceInstance2 | Introduced into esent.dll in 10.0.10240. |
JetTerm2 | Introduced into esent.dll in 10.0.10240. |
JetUnregisterCallback | Introduced into esent.dll in 10.0.10240. |
JetUpdate2 | Introduced into esent.dll in 10.0.10240. |
JetAddColumn | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetAttachDatabase2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetBackupInstance | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetBeginSession | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetCreateDatabase2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetCreateInstance2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetDefragment2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetDeleteColumn2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetDeleteIndex | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetDeleteTable | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetDetachDatabase2 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetColumnInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetCurrentIndex | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetDatabaseFileInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetDatabaseInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetIndexInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetObjectInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetSystemParameter | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetTableColumnInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetTableIndexInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetGetTableInfo | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetInit3 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetOpenDatabase | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetOpenTable | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetRenameColumn | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetRenameTable | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetRestoreInstance | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetSetCurrentIndex4 | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
JetSetSystemParameter | Introduced into esent.dll in 10.0.16299. Removed in 10.0.17134. |
APIs from hrtfapo.dll
API | Requirements |
---|---|
CreateHrtfApo | Introduced into hrtfapo.dll in 10.0.10240. |
APIs from mf.dll
API | Requirements |
---|---|
MFCreateAggregateSource | Introduced into mf.dll in 10.0.10240. |
MFCreateProtectedEnvironmentAccess | Introduced into mf.dll in 10.0.10240. |
MFGetLocalId | Introduced into mf.dll in 10.0.10240. |
MFGetService | Introduced into mf.dll in 10.0.10240. |
MFGetSystemId | Introduced into mf.dll in 10.0.10240. |
MFLoadSignedLibrary | Introduced into mf.dll in 10.0.10240. |
MFCreateASFContentInfo | Introduced into mf.dll in 10.0.16299. |
MFCreateASFIndexer | Introduced into mf.dll in 10.0.16299. |
MFCreateASFIndexerByteStream | Introduced into mf.dll in 10.0.16299. |
MFCreateASFSplitter | Introduced into mf.dll in 10.0.16299. |
MFCreateAudioRendererActivate | Introduced into mf.dll in 10.0.16299. |
MFCreatePMPMediaSession | Introduced into mf.dll in 10.0.16299. |
MFCreatePresentationClock | Introduced into mf.dll in 10.0.16299. |
MFCreateTopology | Introduced into mf.dll in 10.0.16299. |
MFCreateTopologyNode | Introduced into mf.dll in 10.0.16299. |
APIs from mfplat.dll
API | Requirements |
---|---|
MFAllocateSerialWorkQueue | Introduced into mfplat.dll in 10.0.10240. |
MFCancelWorkItem | Introduced into mfplat.dll in 10.0.10240. |
MFCopyImage | Introduced into mfplat.dll in 10.0.10240. |
MFCreate2DMediaBuffer | Introduced into mfplat.dll in 10.0.10240. |
MFCreateAlignedMemoryBuffer | Introduced into mfplat.dll in 10.0.10240. |
MFCreateAsyncResult | Introduced into mfplat.dll in 10.0.10240. |
MFCreateAttributes | Introduced into mfplat.dll in 10.0.10240. |
MFCreateCollection | Introduced into mfplat.dll in 10.0.10240. |
MFCreateContentDecryptorContext | Introduced into mfplat.dll in 10.0.10240. |
MFCreateContentProtectionDevice | Introduced into mfplat.dll in 10.0.10240. |
MFCreateDXGIDeviceManager | Introduced into mfplat.dll in 10.0.10240. |
MFCreateDXGISurfaceBuffer | Introduced into mfplat.dll in 10.0.10240. |
MFCreateEventQueue | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaBufferFromMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaBufferWrapper | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaEvent | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaExtensionActivate | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMediaTypeFromProperties | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMemoryBuffer | Introduced into mfplat.dll in 10.0.10240. |
MFCreateMFByteStreamOnStreamEx | Introduced into mfplat.dll in 10.0.10240. |
MFCreatePresentationDescriptor | Introduced into mfplat.dll in 10.0.10240. |
MFCreatePropertiesFromMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFCreateSample | Introduced into mfplat.dll in 10.0.10240. |
MFCreateSourceResolver | Introduced into mfplat.dll in 10.0.10240. |
MFCreateStreamDescriptor | Introduced into mfplat.dll in 10.0.10240. |
MFCreateStreamOnMFByteStreamEx | Introduced into mfplat.dll in 10.0.10240. |
MFCreateTrackedSample | Introduced into mfplat.dll in 10.0.10240. |
MFCreateVideoSampleAllocatorEx | Introduced into mfplat.dll in 10.0.10240. |
MFCreateWaveFormatExFromMFMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFDeserializeAttributesFromStream | Introduced into mfplat.dll in 10.0.10240. |
MFGetAttributesAsBlob | Introduced into mfplat.dll in 10.0.10240. |
MFGetAttributesAsBlobSize | Introduced into mfplat.dll in 10.0.10240. |
MFGetSystemTime | Introduced into mfplat.dll in 10.0.10240. |
MFInitAttributesFromBlob | Introduced into mfplat.dll in 10.0.10240. |
MFInitMediaTypeFromWaveFormatEx | Introduced into mfplat.dll in 10.0.10240. |
MFInvokeCallback | Introduced into mfplat.dll in 10.0.10240. |
MFIsContentProtectionDeviceSupported | Introduced into mfplat.dll in 10.0.10240. |
MFllMulDiv | Introduced into mfplat.dll in 10.0.10240. |
MFLockDXGIDeviceManager | Introduced into mfplat.dll in 10.0.10240. |
MFLockPlatform | Introduced into mfplat.dll in 10.0.10240. |
MFLockSharedWorkQueue | Introduced into mfplat.dll in 10.0.10240. |
MFLockWorkQueue | Introduced into mfplat.dll in 10.0.10240. |
MFPutWaitingWorkItem | Introduced into mfplat.dll in 10.0.10240. |
MFPutWorkItem2 | Introduced into mfplat.dll in 10.0.10240. |
MFPutWorkItemEx2 | Introduced into mfplat.dll in 10.0.10240. |
MFSerializeAttributesToStream | Introduced into mfplat.dll in 10.0.10240. |
MFShutdown | Introduced into mfplat.dll in 10.0.10240. |
MFStartup | Introduced into mfplat.dll in 10.0.10240. |
MFUnlockDXGIDeviceManager | Introduced into mfplat.dll in 10.0.10240. |
MFUnlockPlatform | Introduced into mfplat.dll in 10.0.10240. |
MFUnlockWorkQueue | Introduced into mfplat.dll in 10.0.10240. |
MFUnwrapMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFWrapMediaType | Introduced into mfplat.dll in 10.0.10240. |
MFCreateSystemTimeSource | Introduced into mfplat.dll in 10.0.16299. |
MFScheduleWorkItemEx | Introduced into mfplat.dll in 10.0.16299. |
MFTEnumEx | Introduced into mfplat.dll in 10.0.16299. |
APIs from mfreadwrite.dll
API | Requirements |
---|---|
MFCreateSinkWriterFromMediaSink | Introduced into mfreadwrite.dll in 10.0.10240. |
MFCreateSinkWriterFromURL | Introduced into mfreadwrite.dll in 10.0.10240. |
MFCreateSourceReaderFromByteStream | Introduced into mfreadwrite.dll in 10.0.10240. |
MFCreateSourceReaderFromMediaSource | Introduced into mfreadwrite.dll in 10.0.10240. |
MFCreateSourceReaderFromURL | Introduced into mfreadwrite.dll in 10.0.10240. |
APIs from mmdevapi.dll
API | Requirements |
---|---|
ActivateAudioInterfaceAsync | Introduced into mmdevapi.dll in 10.0.10240. |
APIs from MSAJApi.dll
API | Requirements |
---|---|
alljoyn_aboutdata_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_create_empty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_create_full | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_createfrommsgarg | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getaboutdata | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getajsoftwareversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getannouncedaboutdata | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getappid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getappname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getdateofmanufacture | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getdefaultlanguage | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getdescription | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getdeviceid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getdevicename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getfield | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getfields | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getfieldsignature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_gethardwareversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getmanufacturer | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getmodelnumber | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getsoftwareversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getsupportedlanguages | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_getsupporturl | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_isfieldannounced | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_isfieldlocalized | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_isfieldrequired | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_isvalid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setappid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setappid_fromstring | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setappname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setdateofmanufacture | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setdefaultlanguage | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setdescription | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setdeviceid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setdevicename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setfield | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_sethardwareversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setmanufacturer | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setmodelnumber | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setsoftwareversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setsupportedlanguage | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdata_setsupporturl | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdatalistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutdatalistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_clear | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_setcontent | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_setcontent_frommsgarg | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_seturl | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonobj_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonobj_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonproxy_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonproxy_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonproxy_geticon | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_abouticonproxy_getversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutlistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutlistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobj_announce | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobj_announce_using_datalistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobj_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobj_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobj_unannounce | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_clear | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_create_full | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_createfrommsgarg | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_getinterfacepaths | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_getinterfaces | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_getmsgarg | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_getpaths | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_hasinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_hasinterfaceatpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutobjectdescription_haspath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutproxy_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutproxy_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutproxy_getaboutdata | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutproxy_getobjectdescription | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_aboutproxy_getversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistener_requestcredentialsresponse | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistener_verifycredentialsresponse | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistenerasync_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_authlistenerasync_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_addlogonentry | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_addmatch | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_advertisename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_bindsessionport | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_canceladvertisename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_cancelfindadvertisedname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_cancelfindadvertisednamebytransport | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_cancelwhoimplements_interface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_cancelwhoimplements_interfaces | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_clearkeys | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_clearkeystore | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_connect | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_create_concurrency | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_createinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_createinterface_secure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_createinterfacesfromxml | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_deleteinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_disconnect | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_enableconcurrentcallbacks | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_enablepeersecurity | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_findadvertisedname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_findadvertisednamebytransport | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getalljoyndebugobj | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getalljoynproxyobj | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getconcurrency | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getconnectspec | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getdbusproxyobj | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getglobalguidstring | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getinterfaces | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getkeyexpiration | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getpeerguid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_gettimestamp | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getuniquename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_isconnected | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_ispeersecurityenabled | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_isstarted | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_isstopping | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_join | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_joinsession | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_joinsessionasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_leavesession | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_namehasowner | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_ping | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registeraboutlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registerbuslistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registerbusobject | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registerbusobject_secure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registerkeystorelistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registersignalhandler | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registersignalhandlerwithrule | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_releasename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_reloadkeystore | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_removematch | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_removesessionmember | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_requestname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_setdaemondebug | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_setkeyexpiration | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_setlinktimeout | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_setlinktimeoutasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_setsessionlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_start | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_stop | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unbindsessionport | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisteraboutlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisterallaboutlisteners | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisterallhandlers | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisterbuslistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisterbusobject | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregistersignalhandler | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregistersignalhandlerwithrule | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_whoimplements_interface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_whoimplements_interfaces | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_buslistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_buslistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_addinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_addinterface_announced | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_addmethodhandler | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_addmethodhandlers | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_cancelsessionlessmessage | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_cancelsessionlessmessage_serial | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_emitpropertieschanged | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_emitpropertychanged | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_getannouncedinterfacenames | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_getbusattachment | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_getname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_getpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_issecure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_methodreply_args | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_methodreply_err | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_methodreply_status | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_setannounceflag | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busobject_signal | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_clear | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getcertchain | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getexpiration | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getlogonentry | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getpassword | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getprivateKey | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_getusername | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_isset | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setcertchain | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setexpiration | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setlogonentry | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setpassword | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setprivatekey | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_credentials_setusername | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_getbuildinfo | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_getnumericversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_getversion | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_init | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_activate | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addmember | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addmemberannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addmethod | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addproperty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addpropertyannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addsignal | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_eql | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getannotationatindex | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getannotationscount | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getmember | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getmemberannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getmembers | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getmethod | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getproperties | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getproperty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getpropertyannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getsecuritypolicy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getsignal | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_hasmember | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_hasproperties | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_hasproperty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_introspect | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_issecure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_eql | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getannotationatindex | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getannotationscount | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_property_eql | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_property_getannotation | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_property_getannotationatindex | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_property_getannotationscount | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_keystorelistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_keystorelistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_keystorelistener_getkeys | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_keystorelistener_putkeys | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_description | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_eql | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getarg | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getargs | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getauthmechanism | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getcallserial | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getcompressiontoken | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getdestination | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_geterrorname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getflags | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getmembername | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getobjectpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getreceiveendpointname | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getreplyserial | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getsender | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getsessionid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_getsignature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_gettimestamp | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_gettype | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_isbroadcastsignal | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_isencrypted | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_isexpired | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_isglobalbroadcast | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_issessionless | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_isunreliable | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_parseargs | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_setendianess | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_message_tostring | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_element | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_get | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_set | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_set_offset | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_signature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_array_tostring | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_clear | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_clone | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_copy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_create_and_set | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_equal | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_array_element | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_array_elementsignature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_array_numberofelements | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_bool | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_bool_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_double | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_double_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int16 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int16_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int32 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int32_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int64 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_int64_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_objectpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_signature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_string | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint16 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint16_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint32 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint32_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint64 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint64_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint8 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_uint8_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_variant | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_get_variant_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_getdictelement | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_getkey | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_getmember | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_getnummembers | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_gettype | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_getvalue | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_hassignature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_and_stabilize | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_bool | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_bool_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_double | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_double_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int16 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int16_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int32 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int32_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int64 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_int64_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_objectpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_objectpath_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_signature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_signature_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_string | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_string_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint16 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint16_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint32 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint32_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint64 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint64_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint8 | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_set_uint8_array | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_setdictentry | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_setstruct | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_signature | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_stabilize | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_msgarg_tostring | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_get | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_getfirst | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_getnext | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_registerlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_unregisteralllisteners | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observer_unregisterlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observerlistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_observerlistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_passwordmanager_setcredentials | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_addchild | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_addinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_addinterface_by_name | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_copy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_create_secure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_enablepropertycaching | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getallproperties | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getallpropertiesasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getchild | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getchildren | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getinterfaces | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getpath | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getproperty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getpropertyasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getservicename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getsessionid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_getuniquename | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_implementsinterface | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_introspectremoteobject | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_introspectremoteobjectasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_issecure | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_isvalid | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcall | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcall_member | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcall_member_noreply | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcall_noreply | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcallasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_methodcallasync_member | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_parsexml | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_ref_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_ref_decref | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_ref_get | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_ref_incref | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_registerpropertieschangedlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_removechild | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_secureconnection | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_secureconnectionasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_setproperty | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_setpropertyasync | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_proxybusobject_unregisterpropertieschangedlistener | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionlistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionlistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_cmp | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_get_multipoint | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_get_proximity | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_get_traffic | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_get_transports | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_iscompatible | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_set_multipoint | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_set_proximity | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_set_traffic | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionopts_set_transports | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionportlistener_create | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_sessionportlistener_destroy | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_shutdown | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_unity_deferred_callbacks_process | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_unity_set_deferred_callback_mainthread_only | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynCloseBusHandle | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynConnectToBus | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynEnumEvents | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynEventSelect | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynReceiveFromBus | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
AllJoynSendToBus | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
QCC_StatusText | Introduced into MSAJApi.dll in 10.0.10240. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_adddestination | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_addpinggroup | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_create | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_destroy | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_pause | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_removedestination | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_removepinggroup | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_resume | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_autopinger_setpinginterval | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_secureconnection | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_secureconnectionasync | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurationlistener_create | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurationlistener_destroy | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_pinglistener_create | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
alljoyn_pinglistener_destroy | Introduced into MSAJApi.dll in 10.0.10586. Moved into msajapi.dll in 10.0.14393. |
APIs from mscoree.dll
API | Requirements |
---|---|
_CorDllMain | Introduced into mscoree.dll in 10.0.10240. Removed in 10.0.16299. |
_CorExeMain | Introduced into mscoree.dll in 10.0.10240. Removed in 10.0.16299. |
MetaDataGetDispenser | Introduced into mscoree.dll in 10.0.10240. Moved into rometadata.dll in 10.0.10586. |
APIs from mswsock.dll
API | Requirements |
---|---|
AcceptEx | Introduced into mswsock.dll in 10.0.10240. |
GetAcceptExSockaddrs | Introduced into mswsock.dll in 10.0.10240. |
TransmitFile | Introduced into mswsock.dll in 10.0.10240. |
APIs from ncrypt.dll
API | Requirements |
---|---|
BCryptCloseAlgorithmProvider | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptCreateHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDecrypt | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDeriveKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDeriveKeyCapi | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDeriveKeyPBKDF2 | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDestroyHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDestroyKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDestroySecret | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDuplicateHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptDuplicateKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptEncrypt | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptEnumAlgorithms | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptEnumProviders | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptExportKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptFinalizeKeyPair | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptFinishHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptFreeBuffer | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptGenerateKeyPair | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptGenerateSymmetricKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptGenRandom | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptGetProperty | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptHashData | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptImportKey | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptImportKeyPair | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptKeyDerivation | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptOpenAlgorithmProvider | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptSecretAgreement | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptSetProperty | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptSignHash | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptVerifySignature | Introduced into ncrypt.dll in 10.0.10240. Moved into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
NCryptCreateClaim | Introduced into ncrypt.dll in 10.0.10240. |
NCryptCreatePersistedKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptDecrypt | Introduced into ncrypt.dll in 10.0.10240. |
NCryptDeleteKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptDeriveKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptEncrypt | Introduced into ncrypt.dll in 10.0.10240. |
NCryptEnumAlgorithms | Introduced into ncrypt.dll in 10.0.10240. |
NCryptEnumKeys | Introduced into ncrypt.dll in 10.0.10240. |
NCryptExportKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptFinalizeKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptFreeBuffer | Introduced into ncrypt.dll in 10.0.10240. |
NCryptFreeObject | Introduced into ncrypt.dll in 10.0.10240. |
NCryptGetProperty | Introduced into ncrypt.dll in 10.0.10240. |
NCryptImportKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptIsAlgSupported | Introduced into ncrypt.dll in 10.0.10240. |
NCryptKeyDerivation | Introduced into ncrypt.dll in 10.0.10240. |
NCryptOpenKey | Introduced into ncrypt.dll in 10.0.10240. |
NCryptOpenStorageProvider | Introduced into ncrypt.dll in 10.0.10240. |
NCryptSecretAgreement | Introduced into ncrypt.dll in 10.0.10240. |
NCryptSetProperty | Introduced into ncrypt.dll in 10.0.10240. |
NCryptSignHash | Introduced into ncrypt.dll in 10.0.10240. |
NCryptVerifyClaim | Introduced into ncrypt.dll in 10.0.10240. |
NCryptVerifySignature | Introduced into ncrypt.dll in 10.0.10240. |
APIs from ntdll.dll
API | Requirements |
---|---|
RtlEthernetAddressToStringA | Introduced into ntdll.dll in 10.0.10240. |
RtlEthernetAddressToStringW | Introduced into ntdll.dll in 10.0.10240. |
RtlEthernetStringToAddressA | Introduced into ntdll.dll in 10.0.10240. |
RtlEthernetStringToAddressW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4AddressToStringA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4AddressToStringExA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4AddressToStringExW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4AddressToStringW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4StringToAddressA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4StringToAddressExA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4StringToAddressExW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv4StringToAddressW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6AddressToStringA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6AddressToStringExA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6AddressToStringExW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6AddressToStringW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6StringToAddressA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6StringToAddressExA | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6StringToAddressExW | Introduced into ntdll.dll in 10.0.10240. |
RtlIpv6StringToAddressW | Introduced into ntdll.dll in 10.0.10240. |
APIs from oleaut32.dll
API | Requirements |
---|---|
BSTR_UserFree | Introduced into oleaut32.dll in 10.0.10240. |
BSTR_UserFree64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
BSTR_UserMarshal | Introduced into oleaut32.dll in 10.0.10240. |
BSTR_UserMarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
BSTR_UserSize | Introduced into oleaut32.dll in 10.0.10240. |
BSTR_UserSize64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
BSTR_UserUnmarshal | Introduced into oleaut32.dll in 10.0.10240. |
BSTR_UserUnmarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
DispInvoke | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_Marshal | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_Size | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_Unmarshal | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_UserFree | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_UserFree64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
LPSAFEARRAY_UserMarshal | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_UserMarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
LPSAFEARRAY_UserSize | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_UserSize64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
LPSAFEARRAY_UserUnmarshal | Introduced into oleaut32.dll in 10.0.10240. |
LPSAFEARRAY_UserUnmarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
SafeArrayAccessData | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayAllocData | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayAllocDescriptor | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayAllocDescriptorEx | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCopy | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCopyData | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCreate | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCreateEx | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCreateVector | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayCreateVectorEx | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayDestroy | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayDestroyData | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayDestroyDescriptor | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetDim | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetElement | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetElemsize | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetIID | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetLBound | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetRecordInfo | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetUBound | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayGetVartype | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayLock | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayPtrOfIndex | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayPutElement | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayRedim | Introduced into oleaut32.dll in 10.0.10240. |
SafeArraySetIID | Introduced into oleaut32.dll in 10.0.10240. |
SafeArraySetRecordInfo | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayUnaccessData | Introduced into oleaut32.dll in 10.0.10240. |
SafeArrayUnlock | Introduced into oleaut32.dll in 10.0.10240. |
SysAllocString | Introduced into oleaut32.dll in 10.0.10240. |
SysAllocStringByteLen | Introduced into oleaut32.dll in 10.0.10240. |
SysAllocStringLen | Introduced into oleaut32.dll in 10.0.10240. |
SysFreeString | Introduced into oleaut32.dll in 10.0.10240. |
SysReAllocString | Introduced into oleaut32.dll in 10.0.10240. |
SysReAllocStringLen | Introduced into oleaut32.dll in 10.0.10240. |
SysStringByteLen | Introduced into oleaut32.dll in 10.0.10240. |
SysStringLen | Introduced into oleaut32.dll in 10.0.10240. |
SystemTimeToVariantTime | Introduced into oleaut32.dll in 10.0.10240. |
VarAbs | Introduced into oleaut32.dll in 10.0.10240. |
VarAdd | Introduced into oleaut32.dll in 10.0.10240. |
VarAnd | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBoolFromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrCat | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrCmp | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarBstrFromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCat | Introduced into oleaut32.dll in 10.0.10240. |
VarCmp | Introduced into oleaut32.dll in 10.0.10240. |
VarCyAbs | Introduced into oleaut32.dll in 10.0.10240. |
VarCyAdd | Introduced into oleaut32.dll in 10.0.10240. |
VarCyCmp | Introduced into oleaut32.dll in 10.0.10240. |
VarCyCmpR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFix | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyFromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyInt | Introduced into oleaut32.dll in 10.0.10240. |
VarCyMul | Introduced into oleaut32.dll in 10.0.10240. |
VarCyMulI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyMulI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarCyNeg | Introduced into oleaut32.dll in 10.0.10240. |
VarCyRound | Introduced into oleaut32.dll in 10.0.10240. |
VarCySub | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUdate | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUdateEx | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDateFromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecAbs | Introduced into oleaut32.dll in 10.0.10240. |
VarDecAdd | Introduced into oleaut32.dll in 10.0.10240. |
VarDecCmp | Introduced into oleaut32.dll in 10.0.10240. |
VarDecCmpR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecDiv | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFix | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecFromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarDecInt | Introduced into oleaut32.dll in 10.0.10240. |
VarDecMul | Introduced into oleaut32.dll in 10.0.10240. |
VarDecNeg | Introduced into oleaut32.dll in 10.0.10240. |
VarDecRound | Introduced into oleaut32.dll in 10.0.10240. |
VarDecSub | Introduced into oleaut32.dll in 10.0.10240. |
VarDiv | Introduced into oleaut32.dll in 10.0.10240. |
VarEqv | Introduced into oleaut32.dll in 10.0.10240. |
VarFix | Introduced into oleaut32.dll in 10.0.10240. |
VarFormat | Introduced into oleaut32.dll in 10.0.10240. |
VarFormatCurrency | Introduced into oleaut32.dll in 10.0.10240. |
VarFormatDateTime | Introduced into oleaut32.dll in 10.0.10240. |
VarFormatFromTokens | Introduced into oleaut32.dll in 10.0.10240. |
VarFormatNumber | Introduced into oleaut32.dll in 10.0.10240. |
VarFormatPercent | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI1FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI2FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI4FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarI8FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VARIANT_UserFree | Introduced into oleaut32.dll in 10.0.10240. |
VARIANT_UserFree64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
VARIANT_UserMarshal | Introduced into oleaut32.dll in 10.0.10240. |
VARIANT_UserMarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
VARIANT_UserSize | Introduced into oleaut32.dll in 10.0.10240. |
VARIANT_UserSize64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
VARIANT_UserUnmarshal | Introduced into oleaut32.dll in 10.0.10240. |
VARIANT_UserUnmarshal64 | Introduced into oleaut32.dll in 10.0.10240. Removed in 10.0.16299. |
VariantChangeType | Introduced into oleaut32.dll in 10.0.10240. |
VariantChangeTypeEx | Introduced into oleaut32.dll in 10.0.10240. |
VariantClear | Introduced into oleaut32.dll in 10.0.10240. |
VariantCopy | Introduced into oleaut32.dll in 10.0.10240. |
VariantCopyInd | Introduced into oleaut32.dll in 10.0.10240. |
VariantInit | Introduced into oleaut32.dll in 10.0.10240. |
VariantTimeToSystemTime | Introduced into oleaut32.dll in 10.0.10240. |
VarIdiv | Introduced into oleaut32.dll in 10.0.10240. |
VarImp | Introduced into oleaut32.dll in 10.0.10240. |
VarInt | Introduced into oleaut32.dll in 10.0.10240. |
VarMod | Introduced into oleaut32.dll in 10.0.10240. |
VarMonthName | Introduced into oleaut32.dll in 10.0.10240. |
VarMul | Introduced into oleaut32.dll in 10.0.10240. |
VarNeg | Introduced into oleaut32.dll in 10.0.10240. |
VarNot | Introduced into oleaut32.dll in 10.0.10240. |
VarNumFromParseNum | Introduced into oleaut32.dll in 10.0.10240. |
VarOr | Introduced into oleaut32.dll in 10.0.10240. |
VarParseNumFromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarPow | Introduced into oleaut32.dll in 10.0.10240. |
VarR4CmpR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarR4FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarR8Pow | Introduced into oleaut32.dll in 10.0.10240. |
VarR8Round | Introduced into oleaut32.dll in 10.0.10240. |
VarRound | Introduced into oleaut32.dll in 10.0.10240. |
VarSub | Introduced into oleaut32.dll in 10.0.10240. |
VarTokenizeFormatString | Introduced into oleaut32.dll in 10.0.10240. |
VarUdateFromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI1FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI2FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI4FromUI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromBool | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromCy | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromDate | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromDec | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromDisp | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromI8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromR4 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromR8 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromStr | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromUI1 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromUI2 | Introduced into oleaut32.dll in 10.0.10240. |
VarUI8FromUI4 | Introduced into oleaut32.dll in 10.0.10240. |
VarWeekdayName | Introduced into oleaut32.dll in 10.0.10240. |
VarXor | Introduced into oleaut32.dll in 10.0.10240. |
APIs from propsys.dll
API | Requirements |
---|---|
PropVariantCompareEx | Introduced into propsys.dll in 10.0.10240. |
PropVariantToWinRTPropertyValue | Introduced into propsys.dll in 10.0.10240. |
WinRTPropertyValueToPropVariant | Introduced into propsys.dll in 10.0.10240. |
InitPropVariantFromCLSID | Introduced into propsys.dll in 10.0.16299. |
InitPropVariantFromFileTime | Introduced into propsys.dll in 10.0.16299. |
InitVariantFromBuffer | Introduced into propsys.dll in 10.0.16299. |
PropVariantChangeType | Introduced into propsys.dll in 10.0.16299. |
PropVariantToBoolean | Introduced into propsys.dll in 10.0.16299. |
PropVariantToBSTR | Introduced into propsys.dll in 10.0.16299. |
PropVariantToGUID | Introduced into propsys.dll in 10.0.16299. |
PropVariantToStringAlloc | Introduced into propsys.dll in 10.0.16299. |
PropVariantToStringWithDefault | Introduced into propsys.dll in 10.0.16299. |
PropVariantToVariant | Introduced into propsys.dll in 10.0.16299. |
PSCreateAdapterFromPropertyStore | Introduced into propsys.dll in 10.0.16299. |
PSCreateMemoryPropertyStore | Introduced into propsys.dll in 10.0.16299. |
PSCreatePropertyStoreFromObject | Introduced into propsys.dll in 10.0.16299. |
VariantToGUID | Introduced into propsys.dll in 10.0.16299. |
VariantToPropVariant | Introduced into propsys.dll in 10.0.16299. |
APIs from rpcrt4.dll
API | Requirements |
---|---|
CreateProxyFromTypeInfo | Introduced into rpcrt4.dll in 10.0.10240. |
CreateStubFromTypeInfo | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_AddRef | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_Connect | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_CountRefs | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_DebugServerQueryInterface | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_DebugServerRelease | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_Disconnect | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_Invoke | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_IsIIDSupported | Introduced into rpcrt4.dll in 10.0.10240. |
CStdStubBuffer_QueryInterface | Introduced into rpcrt4.dll in 10.0.10240. |
IUnknown_AddRef_Proxy | Introduced into rpcrt4.dll in 10.0.10240. |
IUnknown_QueryInterface_Proxy | Introduced into rpcrt4.dll in 10.0.10240. |
IUnknown_Release_Proxy | Introduced into rpcrt4.dll in 10.0.10240. |
Ndr64AsyncClientCall | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
Ndr64AsyncServerCall64 | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
Ndr64AsyncServerCallAll | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
NdrAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NdrAsyncClientCall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrAsyncServerCall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrByteCountPointerBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrByteCountPointerFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrByteCountPointerMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrByteCountPointerUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NDRCContextBinding | Introduced into rpcrt4.dll in 10.0.10240. |
NDRCContextMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NDRCContextUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClearOutParameters | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClientCall2 | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClientCall3 | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
NdrClientContextMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClientContextUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClientInitialize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrClientInitializeNew | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexArrayBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexArrayFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexArrayMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexArrayMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexArrayUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexStructBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexStructFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexStructMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexStructMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrComplexStructUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantArrayBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantArrayFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantArrayMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantArrayMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantArrayUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStringBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStringMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStringMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStringUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStructBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStructFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStructMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStructMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantStructUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingArrayBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingArrayFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingArrayMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingArrayMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingArrayUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingStructBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingStructFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingStructMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingStructMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConformantVaryingStructUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrContextHandleInitialize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrContextHandleSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConvert | Introduced into rpcrt4.dll in 10.0.10240. |
NdrConvert2 | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCorrelationFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCorrelationInitialize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCorrelationPass | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCreateServerInterfaceFromStub | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCStdStubBuffer_Release | Introduced into rpcrt4.dll in 10.0.10240. |
NdrCStdStubBuffer2_Release | Introduced into rpcrt4.dll in 10.0.10240. |
NdrDllCanUnloadNow | Introduced into rpcrt4.dll in 10.0.10240. |
NdrDllGetClassObject | Introduced into rpcrt4.dll in 10.0.10240. |
NdrDllRegisterProxy | Introduced into rpcrt4.dll in 10.0.10240. |
NdrDllUnregisterProxy | Introduced into rpcrt4.dll in 10.0.10240. |
NdrEncapsulatedUnionBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrEncapsulatedUnionFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrEncapsulatedUnionMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrEncapsulatedUnionMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrEncapsulatedUnionUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFixedArrayBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFixedArrayFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFixedArrayMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFixedArrayMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFixedArrayUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFreeBuffer | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFullPointerXlatFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrFullPointerXlatInit | Introduced into rpcrt4.dll in 10.0.10240. |
NdrGetBuffer | Introduced into rpcrt4.dll in 10.0.10240. |
NdrGetDcomProtocolVersion | Introduced into rpcrt4.dll in 10.0.10240. |
NdrGetUserMarshalInfo | Introduced into rpcrt4.dll in 10.0.10240. |
NdrInterfacePointerBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrInterfacePointerFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrInterfacePointerMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrInterfacePointerMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrInterfacePointerUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrMapCommAndFaultStatus | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonConformantStringBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonConformantStringMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonConformantStringMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonConformantStringUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonEncapsulatedUnionBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonEncapsulatedUnionFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonEncapsulatedUnionMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonEncapsulatedUnionMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNonEncapsulatedUnionUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNsGetBuffer | Introduced into rpcrt4.dll in 10.0.10240. |
NdrNsSendReceive | Introduced into rpcrt4.dll in 10.0.10240. |
NdrOleAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NdrOleFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPartialIgnoreClientBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPartialIgnoreClientMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPartialIgnoreServerInitialize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPartialIgnoreServerUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPointerBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPointerFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPointerMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPointerMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrPointerUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrProxyErrorHandler | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRangeUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSmClientAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSmClientFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSmSetClientToOsf | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSsDefaultAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSsDefaultFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSsDisableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NdrRpcSsEnableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextMarshall2 | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextMarshallEx | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextUnmarshall2 | Introduced into rpcrt4.dll in 10.0.10240. |
NDRSContextUnmarshallEx | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSendReceive | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerCall2 | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerCallAll | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
NdrServerCallNdr64 | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
NdrServerContextMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerContextNewMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerContextNewUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerContextUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerInitialize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerInitializeMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerInitializeNew | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerInitializePartial | Introduced into rpcrt4.dll in 10.0.10240. |
NdrServerInitializeUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleStructBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleStructFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleStructMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleStructMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleStructUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleTypeMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrSimpleTypeUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrStubCall2 | Introduced into rpcrt4.dll in 10.0.10240. |
NdrStubCall3 | Introduced into rpcrt4.dll in 10.0.10240. Removed in 10.0.16299. |
NdrStubForwardingFunction | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalSimpleTypeConvert | Introduced into rpcrt4.dll in 10.0.10240. |
NdrUserMarshalUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrVaryingArrayBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrVaryingArrayFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrVaryingArrayMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrVaryingArrayMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrVaryingArrayUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrXmitOrRepAsBufferSize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrXmitOrRepAsFree | Introduced into rpcrt4.dll in 10.0.10240. |
NdrXmitOrRepAsMarshall | Introduced into rpcrt4.dll in 10.0.10240. |
NdrXmitOrRepAsMemorySize | Introduced into rpcrt4.dll in 10.0.10240. |
NdrXmitOrRepAsUnmarshall | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmClientFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmDestroyClientContext | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmDisableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmEnableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmGetThreadHandle | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmSetClientAllocFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmSetThreadHandle | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSmSwapClientAllocFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsDestroyClientContext | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsDisableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsEnableAllocate | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsGetThreadHandle | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsSetClientAllocFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsSetThreadHandle | Introduced into rpcrt4.dll in 10.0.10240. |
RpcSsSwapClientAllocFree | Introduced into rpcrt4.dll in 10.0.10240. |
RpcUserFree | Introduced into rpcrt4.dll in 10.0.10240. |
UuidToStringW | Introduced into rpcrt4.dll in 10.0.16299. |
UuidToStringA | Introduced into rpcrt4.dll in 10.0.16299. |
UuidIsNil | Introduced into rpcrt4.dll in 10.0.16299. |
UuidHash | Introduced into rpcrt4.dll in 10.0.16299. |
UuidFromStringW | Introduced into rpcrt4.dll in 10.0.16299. |
UuidFromStringA | Introduced into rpcrt4.dll in 10.0.16299. |
UuidEqual | Introduced into rpcrt4.dll in 10.0.16299. |
UuidCreateSequential | Introduced into rpcrt4.dll in 10.0.16299. |
UuidCreateNil | Introduced into rpcrt4.dll in 10.0.16299. |
UuidCreate | Introduced into rpcrt4.dll in 10.0.16299. |
UuidCompare | Introduced into rpcrt4.dll in 10.0.16299. |
RpcTestCancel | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringFreeW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringFreeA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringBindingParseW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringBindingParseA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringBindingComposeW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcStringBindingComposeA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcRaiseException | Introduced into rpcrt4.dll in 10.0.16299. |
RpcNetworkIsProtseqValidW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcNetworkIsProtseqValidA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtSetComTimeout | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtSetCancelTimeout | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtIsServerListening | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtInqStats | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtInqServerPrincNameW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcMgmtInqServerPrincNameA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcExceptionFilter | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorStartEnumeration | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorSaveErrorInfo | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorResetEnumeration | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorLoadErrorInfo | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorGetNumberOfRecords | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorGetNextRecord | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorEndEnumeration | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorClearInformation | Introduced into rpcrt4.dll in 10.0.16299. |
RpcErrorAddRecord | Introduced into rpcrt4.dll in 10.0.16299. |
RpcEpResolveBinding | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingUnbind | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingToStringBindingW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingToStringBindingA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetOption | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetObject | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetAuthInfoW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetAuthInfoExW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetAuthInfoExA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingSetAuthInfoA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingReset | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqOption | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqObject | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqAuthInfoW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqAuthInfoExW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqAuthInfoExA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingInqAuthInfoA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingFromStringBindingW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingFromStringBindingA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingFree | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingCreateW | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingCreateA | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingCopy | Introduced into rpcrt4.dll in 10.0.16299. |
RpcBindingBind | Introduced into rpcrt4.dll in 10.0.16299. |
RpcAsyncInitializeHandle | Introduced into rpcrt4.dll in 10.0.16299. |
RpcAsyncGetCallStatus | Introduced into rpcrt4.dll in 10.0.16299. |
RpcAsyncCompleteCall | Introduced into rpcrt4.dll in 10.0.16299. |
RpcAsyncCancelCall | Introduced into rpcrt4.dll in 10.0.16299. |
RpcAsyncAbortCall | Introduced into rpcrt4.dll in 10.0.16299. |
NdrClientCall4 | Introduced into rpcrt4.dll in 10.0.16299. |
NdrAsyncClientCall2 | Introduced into rpcrt4.dll in 10.0.16299. |
DceErrorInqTextW | Introduced into rpcrt4.dll in 10.0.16299. |
DceErrorInqTextA | Introduced into rpcrt4.dll in 10.0.16299. |
APIs from uiautomationcore.dll
API | Requirements |
---|---|
UiaClientsAreListening | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaDisconnectAllProviders | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-2.dll in 10.0.16299. |
UiaDisconnectProvider | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaGetReservedMixedAttributeValue | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaGetReservedNotSupportedValue | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaHostProviderFromHwnd | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-0.dll in 10.0.16299. |
UiaProviderForNonClient | Introduced into uiautomationcore.dll in 10.0.10240. |
UiaProviderFromIAccessible | Introduced into uiautomationcore.dll in 10.0.10240. |
UiaRaiseAsyncContentLoadedEvent | Introduced into uiautomationcore.dll in 10.0.10240. |
UiaRaiseAutomationEvent | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaRaiseAutomationPropertyChangedEvent | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaRaiseStructureChangedEvent | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-1.dll in 10.0.16299. |
UiaRaiseTextEditTextChangedEvent | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-2.dll in 10.0.16299. |
UiaReturnRawElementProvider | Introduced into uiautomationcore.dll in 10.0.10240. Moved into ext-ms-win-uiacore-l1-1-0.dll in 10.0.16299. |
UiaRaiseChangesEvent | Introduced into uiautomationcore.dll in 10.0.14393. Moved into ext-ms-win-uiacore-l1-1-3.dll in 10.0.16299. |
APIs from urlmon.dll
API | Requirements |
---|---|
CreateUri | Introduced into urlmon.dll in 10.0.10240. Moved into ext-ms-win-core-iuri-l1-1-0.dll in 10.0.16299. |
CreateUriWithFragment | Introduced into urlmon.dll in 10.0.10240. Moved into ext-ms-win-core-iuri-l1-1-0.dll in 10.0.16299. |
UrlMkGetSessionOption | Introduced into urlmon.dll in 10.0.16299. |
UrlMkSetSessionOption | Introduced into urlmon.dll in 10.0.16299. |
APIs from webservices.dll
API | Requirements |
---|---|
WsAbandonCall | Introduced into webservices.dll in 10.0.10240. |
WsAbandonMessage | Introduced into webservices.dll in 10.0.10240. |
WsAbortChannel | Introduced into webservices.dll in 10.0.10240. |
WsAbortServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsAddCustomHeader | Introduced into webservices.dll in 10.0.10240. |
WsAddErrorString | Introduced into webservices.dll in 10.0.10240. |
WsAddMappedHeader | Introduced into webservices.dll in 10.0.10240. |
WsAddressMessage | Introduced into webservices.dll in 10.0.10240. |
WsAlloc | Introduced into webservices.dll in 10.0.10240. |
WsAsyncExecute | Introduced into webservices.dll in 10.0.10240. |
WsCall | Introduced into webservices.dll in 10.0.10240. |
WsCheckMustUnderstandHeaders | Introduced into webservices.dll in 10.0.10240. |
WsCloseChannel | Introduced into webservices.dll in 10.0.10240. |
WsCloseServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsCombineUrl | Introduced into webservices.dll in 10.0.10240. |
WsCopyError | Introduced into webservices.dll in 10.0.10240. |
WsCopyNode | Introduced into webservices.dll in 10.0.10240. |
WsCreateChannel | Introduced into webservices.dll in 10.0.10240. |
WsCreateError | Introduced into webservices.dll in 10.0.10240. |
WsCreateFaultFromError | Introduced into webservices.dll in 10.0.10240. |
WsCreateHeap | Introduced into webservices.dll in 10.0.10240. |
WsCreateMessage | Introduced into webservices.dll in 10.0.10240. |
WsCreateMessageForChannel | Introduced into webservices.dll in 10.0.10240. |
WsCreateMetadata | Introduced into webservices.dll in 10.0.10240. |
WsCreateReader | Introduced into webservices.dll in 10.0.10240. |
WsCreateServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsCreateServiceProxyFromTemplate | Introduced into webservices.dll in 10.0.10240. |
WsCreateWriter | Introduced into webservices.dll in 10.0.10240. |
WsCreateXmlBuffer | Introduced into webservices.dll in 10.0.10240. |
WsCreateXmlSecurityToken | Introduced into webservices.dll in 10.0.10240. |
WsDateTimeToFileTime | Introduced into webservices.dll in 10.0.10240. |
WsDecodeUrl | Introduced into webservices.dll in 10.0.10240. |
WsEncodeUrl | Introduced into webservices.dll in 10.0.10240. |
WsEndReaderCanonicalization | Introduced into webservices.dll in 10.0.10240. |
WsEndWriterCanonicalization | Introduced into webservices.dll in 10.0.10240. |
WsFileTimeToDateTime | Introduced into webservices.dll in 10.0.10240. |
WsFillBody | Introduced into webservices.dll in 10.0.10240. |
WsFillReader | Introduced into webservices.dll in 10.0.10240. |
WsFindAttribute | Introduced into webservices.dll in 10.0.10240. |
WsFlushBody | Introduced into webservices.dll in 10.0.10240. |
WsFlushWriter | Introduced into webservices.dll in 10.0.10240. |
WsFreeChannel | Introduced into webservices.dll in 10.0.10240. |
WsFreeError | Introduced into webservices.dll in 10.0.10240. |
WsFreeHeap | Introduced into webservices.dll in 10.0.10240. |
WsFreeMessage | Introduced into webservices.dll in 10.0.10240. |
WsFreeMetadata | Introduced into webservices.dll in 10.0.10240. |
WsFreeReader | Introduced into webservices.dll in 10.0.10240. |
WsFreeSecurityToken | Introduced into webservices.dll in 10.0.10240. |
WsFreeServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsFreeWriter | Introduced into webservices.dll in 10.0.10240. |
WsGetChannelProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetCustomHeader | Introduced into webservices.dll in 10.0.10240. |
WsGetDictionary | Introduced into webservices.dll in 10.0.10240. |
WsGetErrorProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetErrorString | Introduced into webservices.dll in 10.0.10240. |
WsGetFaultErrorDetail | Introduced into webservices.dll in 10.0.10240. |
WsGetFaultErrorProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetHeader | Introduced into webservices.dll in 10.0.10240. |
WsGetHeaderAttributes | Introduced into webservices.dll in 10.0.10240. |
WsGetHeapProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetMappedHeader | Introduced into webservices.dll in 10.0.10240. |
WsGetMessageProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetMetadataEndpoints | Introduced into webservices.dll in 10.0.10240. |
WsGetMetadataProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetMissingMetadataDocumentAddress | Introduced into webservices.dll in 10.0.10240. |
WsGetNamespaceFromPrefix | Introduced into webservices.dll in 10.0.10240. |
WsGetPolicyAlternativeCount | Introduced into webservices.dll in 10.0.10240. |
WsGetPolicyProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetPrefixFromNamespace | Introduced into webservices.dll in 10.0.10240. |
WsGetReaderNode | Introduced into webservices.dll in 10.0.10240. |
WsGetReaderPosition | Introduced into webservices.dll in 10.0.10240. |
WsGetReaderProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetSecurityContextProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetSecurityTokenProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetServiceProxyProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetWriterPosition | Introduced into webservices.dll in 10.0.10240. |
WsGetWriterProperty | Introduced into webservices.dll in 10.0.10240. |
WsGetXmlAttribute | Introduced into webservices.dll in 10.0.10240. |
WsInitializeMessage | Introduced into webservices.dll in 10.0.10240. |
WsMarkHeaderAsUnderstood | Introduced into webservices.dll in 10.0.10240. |
WsMatchPolicyAlternative | Introduced into webservices.dll in 10.0.10240. |
WsMoveReader | Introduced into webservices.dll in 10.0.10240. |
WsMoveWriter | Introduced into webservices.dll in 10.0.10240. |
WsOpenChannel | Introduced into webservices.dll in 10.0.10240. |
WsOpenServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsPullBytes | Introduced into webservices.dll in 10.0.10240. |
WsPushBytes | Introduced into webservices.dll in 10.0.10240. |
WsReadArray | Introduced into webservices.dll in 10.0.10240. |
WsReadAttribute | Introduced into webservices.dll in 10.0.10240. |
WsReadBody | Introduced into webservices.dll in 10.0.10240. |
WsReadBytes | Introduced into webservices.dll in 10.0.10240. |
WsReadChars | Introduced into webservices.dll in 10.0.10240. |
WsReadCharsUtf8 | Introduced into webservices.dll in 10.0.10240. |
WsReadElement | Introduced into webservices.dll in 10.0.10240. |
WsReadEndAttribute | Introduced into webservices.dll in 10.0.10240. |
WsReadEndElement | Introduced into webservices.dll in 10.0.10240. |
WsReadEndpointAddressExtension | Introduced into webservices.dll in 10.0.10240. |
WsReadEnvelopeEnd | Introduced into webservices.dll in 10.0.10240. |
WsReadEnvelopeStart | Introduced into webservices.dll in 10.0.10240. |
WsReadMessageEnd | Introduced into webservices.dll in 10.0.10240. |
WsReadMessageStart | Introduced into webservices.dll in 10.0.10240. |
WsReadMetadata | Introduced into webservices.dll in 10.0.10240. |
WsReadNode | Introduced into webservices.dll in 10.0.10240. |
WsReadQualifiedName | Introduced into webservices.dll in 10.0.10240. |
WsReadStartAttribute | Introduced into webservices.dll in 10.0.10240. |
WsReadStartElement | Introduced into webservices.dll in 10.0.10240. |
WsReadToStartElement | Introduced into webservices.dll in 10.0.10240. |
WsReadType | Introduced into webservices.dll in 10.0.10240. |
WsReadValue | Introduced into webservices.dll in 10.0.10240. |
WsReadXmlBuffer | Introduced into webservices.dll in 10.0.10240. |
WsReadXmlBufferFromBytes | Introduced into webservices.dll in 10.0.10240. |
WsReceiveMessage | Introduced into webservices.dll in 10.0.10240. |
WsRemoveCustomHeader | Introduced into webservices.dll in 10.0.10240. |
WsRemoveHeader | Introduced into webservices.dll in 10.0.10240. |
WsRemoveMappedHeader | Introduced into webservices.dll in 10.0.10240. |
WsRemoveNode | Introduced into webservices.dll in 10.0.10240. |
WsRequestReply | Introduced into webservices.dll in 10.0.10240. |
WsRequestSecurityToken | Introduced into webservices.dll in 10.0.10240. |
WsResetChannel | Introduced into webservices.dll in 10.0.10240. |
WsResetError | Introduced into webservices.dll in 10.0.10240. |
WsResetHeap | Introduced into webservices.dll in 10.0.10240. |
WsResetMessage | Introduced into webservices.dll in 10.0.10240. |
WsResetMetadata | Introduced into webservices.dll in 10.0.10240. |
WsResetServiceProxy | Introduced into webservices.dll in 10.0.10240. |
WsRevokeSecurityContext | Introduced into webservices.dll in 10.0.10240. |
WsSendFaultMessageForError | Introduced into webservices.dll in 10.0.10240. |
WsSendMessage | Introduced into webservices.dll in 10.0.10240. |
WsSendReplyMessage | Introduced into webservices.dll in 10.0.10240. |
WsSetChannelProperty | Introduced into webservices.dll in 10.0.10240. |
WsSetErrorProperty | Introduced into webservices.dll in 10.0.10240. |
WsSetFaultErrorDetail | Introduced into webservices.dll in 10.0.10240. |
WsSetFaultErrorProperty | Introduced into webservices.dll in 10.0.10240. |
WsSetHeader | Introduced into webservices.dll in 10.0.10240. |
WsSetInput | Introduced into webservices.dll in 10.0.10240. |
WsSetInputToBuffer | Introduced into webservices.dll in 10.0.10240. |
WsSetMessageProperty | Introduced into webservices.dll in 10.0.10240. |
WsSetOutput | Introduced into webservices.dll in 10.0.10240. |
WsSetOutputToBuffer | Introduced into webservices.dll in 10.0.10240. |
WsSetReaderPosition | Introduced into webservices.dll in 10.0.10240. |
WsSetWriterPosition | Introduced into webservices.dll in 10.0.10240. |
WsShutdownSessionChannel | Introduced into webservices.dll in 10.0.10240. |
WsSkipNode | Introduced into webservices.dll in 10.0.10240. |
WsStartReaderCanonicalization | Introduced into webservices.dll in 10.0.10240. |
WsStartWriterCanonicalization | Introduced into webservices.dll in 10.0.10240. |
WsTrimXmlWhitespace | Introduced into webservices.dll in 10.0.10240. |
WsVerifyXmlNCName | Introduced into webservices.dll in 10.0.10240. |
WsWriteArray | Introduced into webservices.dll in 10.0.10240. |
WsWriteAttribute | Introduced into webservices.dll in 10.0.10240. |
WsWriteBody | Introduced into webservices.dll in 10.0.10240. |
WsWriteBytes | Introduced into webservices.dll in 10.0.10240. |
WsWriteChars | Introduced into webservices.dll in 10.0.10240. |
WsWriteCharsUtf8 | Introduced into webservices.dll in 10.0.10240. |
WsWriteElement | Introduced into webservices.dll in 10.0.10240. |
WsWriteEndAttribute | Introduced into webservices.dll in 10.0.10240. |
WsWriteEndCData | Introduced into webservices.dll in 10.0.10240. |
WsWriteEndElement | Introduced into webservices.dll in 10.0.10240. |
WsWriteEndStartElement | Introduced into webservices.dll in 10.0.10240. |
WsWriteEnvelopeEnd | Introduced into webservices.dll in 10.0.10240. |
WsWriteEnvelopeStart | Introduced into webservices.dll in 10.0.10240. |
WsWriteMessageEnd | Introduced into webservices.dll in 10.0.10240. |
WsWriteMessageStart | Introduced into webservices.dll in 10.0.10240. |
WsWriteNode | Introduced into webservices.dll in 10.0.10240. |
WsWriteQualifiedName | Introduced into webservices.dll in 10.0.10240. |
WsWriteStartAttribute | Introduced into webservices.dll in 10.0.10240. |
WsWriteStartCData | Introduced into webservices.dll in 10.0.10240. |
WsWriteStartElement | Introduced into webservices.dll in 10.0.10240. |
WsWriteText | Introduced into webservices.dll in 10.0.10240. |
WsWriteType | Introduced into webservices.dll in 10.0.10240. |
WsWriteValue | Introduced into webservices.dll in 10.0.10240. |
WsWriteXmlBuffer | Introduced into webservices.dll in 10.0.10240. |
WsWriteXmlBufferToBytes | Introduced into webservices.dll in 10.0.10240. |
WsWriteXmlnsAttribute | Introduced into webservices.dll in 10.0.10240. |
WsXmlStringEquals | Introduced into webservices.dll in 10.0.10240. |
APIs from windows.data.pdf.dll
API | Requirements |
---|---|
PdfCreateRenderer | Introduced into windows.data.pdf.dll in 10.0.10240. |
APIs from windows.networking.dll
API | Requirements |
---|---|
SetSocketMediaStreamingMode | Introduced into windows.networking.dll in 10.0.10240. |
APIs from windowscodecs.dll
API | Requirements |
---|---|
WICConvertBitmapSource | Introduced into windowscodecs.dll in 10.0.10240. |
WICCreateBitmapFromSection | Introduced into windowscodecs.dll in 10.0.10240. |
WICCreateBitmapFromSectionEx | Introduced into windowscodecs.dll in 10.0.10240. |
WICGetMetadataContentSize | Introduced into windowscodecs.dll in 10.0.10240. |
WICMapGuidToShortName | Introduced into windowscodecs.dll in 10.0.10240. |
WICMapSchemaToName | Introduced into windowscodecs.dll in 10.0.10240. |
WICMapShortNameToGuid | Introduced into windowscodecs.dll in 10.0.10240. |
WICMatchMetadataContent | Introduced into windowscodecs.dll in 10.0.10240. |
WICSerializeMetadataContent | Introduced into windowscodecs.dll in 10.0.10240. |
APIs from ws2_32.dll
API | Requirements |
---|---|
__WSAFDIsSet | Introduced into ws2_32.dll in 10.0.10240. |
accept | Introduced into ws2_32.dll in 10.0.10240. |
bind | Introduced into ws2_32.dll in 10.0.10240. |
closesocket | Introduced into ws2_32.dll in 10.0.10240. |
connect | Introduced into ws2_32.dll in 10.0.10240. |
freeaddrinfo | Introduced into ws2_32.dll in 10.0.10240. |
FreeAddrInfoExW | Introduced into ws2_32.dll in 10.0.10240. |
FreeAddrInfoW | Introduced into ws2_32.dll in 10.0.10240. |
getaddrinfo | Introduced into ws2_32.dll in 10.0.10240. |
GetAddrInfoExCancel | Introduced into ws2_32.dll in 10.0.10240. |
GetAddrInfoExOverlappedResult | Introduced into ws2_32.dll in 10.0.10240. |
GetAddrInfoExW | Introduced into ws2_32.dll in 10.0.10240. |
GetAddrInfoW | Introduced into ws2_32.dll in 10.0.10240. |
gethostbyaddr | Introduced into ws2_32.dll in 10.0.10240. |
gethostbyname | Introduced into ws2_32.dll in 10.0.10240. |
gethostname | Introduced into ws2_32.dll in 10.0.10240. |
GetHostNameW | Introduced into ws2_32.dll in 10.0.10240. |
getnameinfo | Introduced into ws2_32.dll in 10.0.10240. |
GetNameInfoW | Introduced into ws2_32.dll in 10.0.10240. |
getpeername | Introduced into ws2_32.dll in 10.0.10240. |
getprotobyname | Introduced into ws2_32.dll in 10.0.10240. |
getprotobynumber | Introduced into ws2_32.dll in 10.0.10240. |
getservbyname | Introduced into ws2_32.dll in 10.0.10240. |
getservbyport | Introduced into ws2_32.dll in 10.0.10240. |
getsockname | Introduced into ws2_32.dll in 10.0.10240. |
getsockopt | Introduced into ws2_32.dll in 10.0.10240. |
htonl | Introduced into ws2_32.dll in 10.0.10240. |
htons | Introduced into ws2_32.dll in 10.0.10240. |
inet_addr | Introduced into ws2_32.dll in 10.0.10240. |
inet_ntoa | Introduced into ws2_32.dll in 10.0.10240. |
inet_ntop | Introduced into ws2_32.dll in 10.0.10240. |
inet_pton | Introduced into ws2_32.dll in 10.0.10240. |
InetNtopW | Introduced into ws2_32.dll in 10.0.10240. |
InetPtonW | Introduced into ws2_32.dll in 10.0.10240. |
ioctlsocket | Introduced into ws2_32.dll in 10.0.10240. |
listen | Introduced into ws2_32.dll in 10.0.10240. |
ntohl | Introduced into ws2_32.dll in 10.0.10240. |
ntohs | Introduced into ws2_32.dll in 10.0.10240. |
recv | Introduced into ws2_32.dll in 10.0.10240. |
recvfrom | Introduced into ws2_32.dll in 10.0.10240. |
select | Introduced into ws2_32.dll in 10.0.10240. |
send | Introduced into ws2_32.dll in 10.0.10240. |
sendto | Introduced into ws2_32.dll in 10.0.10240. |
SetAddrInfoExW | Introduced into ws2_32.dll in 10.0.10240. |
setsockopt | Introduced into ws2_32.dll in 10.0.10240. |
shutdown | Introduced into ws2_32.dll in 10.0.10240. |
socket | Introduced into ws2_32.dll in 10.0.10240. |
WSAAccept | Introduced into ws2_32.dll in 10.0.10240. |
WSAAddressToStringA | Introduced into ws2_32.dll in 10.0.10240. |
WSAAddressToStringW | Introduced into ws2_32.dll in 10.0.10240. |
WSACleanup | Introduced into ws2_32.dll in 10.0.10240. |
WSACloseEvent | Introduced into ws2_32.dll in 10.0.10240. |
WSAConnect | Introduced into ws2_32.dll in 10.0.10240. |
WSAConnectByList | Introduced into ws2_32.dll in 10.0.10240. |
WSAConnectByNameA | Introduced into ws2_32.dll in 10.0.10240. |
WSAConnectByNameW | Introduced into ws2_32.dll in 10.0.10240. |
WSACreateEvent | Introduced into ws2_32.dll in 10.0.10240. |
WSADuplicateSocketA | Introduced into ws2_32.dll in 10.0.10240. |
WSADuplicateSocketW | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumNameSpaceProvidersA | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumNameSpaceProvidersExA | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumNameSpaceProvidersExW | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumNameSpaceProvidersW | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumNetworkEvents | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumProtocolsA | Introduced into ws2_32.dll in 10.0.10240. |
WSAEnumProtocolsW | Introduced into ws2_32.dll in 10.0.10240. |
WSAEventSelect | Introduced into ws2_32.dll in 10.0.10240. |
WSAGetLastError | Introduced into ws2_32.dll in 10.0.10240. |
WSAGetOverlappedResult | Introduced into ws2_32.dll in 10.0.10240. |
WSAGetServiceClassInfoW | Introduced into ws2_32.dll in 10.0.10240. |
WSAGetServiceClassNameByClassIdW | Introduced into ws2_32.dll in 10.0.10240. |
WSAHtonl | Introduced into ws2_32.dll in 10.0.10240. |
WSAHtons | Introduced into ws2_32.dll in 10.0.10240. |
WSAIoctl | Introduced into ws2_32.dll in 10.0.10240. |
WSAJoinLeaf | Introduced into ws2_32.dll in 10.0.10240. |
WSALookupServiceBeginA | Introduced into ws2_32.dll in 10.0.10240. |
WSALookupServiceBeginW | Introduced into ws2_32.dll in 10.0.10240. |
WSALookupServiceEnd | Introduced into ws2_32.dll in 10.0.10240. |
WSALookupServiceNextA | Introduced into ws2_32.dll in 10.0.10240. |
WSALookupServiceNextW | Introduced into ws2_32.dll in 10.0.10240. |
WSANSPIoctl | Introduced into ws2_32.dll in 10.0.10240. |
WSANtohl | Introduced into ws2_32.dll in 10.0.10240. |
WSANtohs | Introduced into ws2_32.dll in 10.0.10240. |
WSAPoll | Introduced into ws2_32.dll in 10.0.10240. |
WSAProviderConfigChange | Introduced into ws2_32.dll in 10.0.10240. |
WSARecv | Introduced into ws2_32.dll in 10.0.10240. |
WSARecvFrom | Introduced into ws2_32.dll in 10.0.10240. |
WSAResetEvent | Introduced into ws2_32.dll in 10.0.10240. |
WSASend | Introduced into ws2_32.dll in 10.0.10240. |
WSASendMsg | Introduced into ws2_32.dll in 10.0.10240. |
WSASendTo | Introduced into ws2_32.dll in 10.0.10240. |
WSASetEvent | Introduced into ws2_32.dll in 10.0.10240. |
WSASetLastError | Introduced into ws2_32.dll in 10.0.10240. |
WSASetServiceA | Introduced into ws2_32.dll in 10.0.10240. |
WSASetServiceW | Introduced into ws2_32.dll in 10.0.10240. |
WSASocketA | Introduced into ws2_32.dll in 10.0.10240. |
WSASocketW | Introduced into ws2_32.dll in 10.0.10240. |
WSAStartup | Introduced into ws2_32.dll in 10.0.10240. |
WSAStringToAddressA | Introduced into ws2_32.dll in 10.0.10240. |
WSAStringToAddressW | Introduced into ws2_32.dll in 10.0.10240. |
WSAWaitForMultipleEvents | Introduced into ws2_32.dll in 10.0.10240. |
FreeAddrInfoEx | Introduced into ws2_32.dll in 10.0.16299. Removed in 10.0.17134. |
APIs from xaudio2_9.dll
API | Requirements |
---|---|
CreateAudioReverb | Introduced into xaudio2_9.dll in 10.0.10240. |
CreateAudioVolumeMeter | Introduced into xaudio2_9.dll in 10.0.10240. |
CreateFX | Introduced into xaudio2_9.dll in 10.0.10240. |
X3DAudioCalculate | Introduced into xaudio2_9.dll in 10.0.10240. |
X3DAudioInitialize | Introduced into xaudio2_9.dll in 10.0.10240. |
XAudio2Create | Introduced into xaudio2_9.dll in 10.0.10240. |
APIs from xinputuap.dll
API | Requirements |
---|---|
XInputEnable | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputGetAudioDeviceIds | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputGetBatteryInformation | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputGetCapabilities | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputGetKeystroke | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputGetState | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
XInputSetState | Introduced into xinputuap.dll in 10.0.10240. Moved into ext-ms-win-gaming-xinput-l1-1-0.dll in 10.0.16299. Moved into xinputuap.dll in 10.0.17134. |
APIs from xmllite.dll
API | Requirements |
---|---|
CreateXmlReader | Introduced into xmllite.dll in 10.0.10240. |
CreateXmlReaderInputWithEncodingCodePage | Introduced into xmllite.dll in 10.0.10240. |
CreateXmlReaderInputWithEncodingName | Introduced into xmllite.dll in 10.0.10240. |
CreateXmlWriter | Introduced into xmllite.dll in 10.0.10240. |
CreateXmlWriterOutputWithEncodingCodePage | Introduced into xmllite.dll in 10.0.10240. |
CreateXmlWriterOutputWithEncodingName | Introduced into xmllite.dll in 10.0.10240. |
APIs from api-ms-win-core-file-l1-2-2.dll
API | Requirements |
---|---|
CompareFileTime | Introduced into api-ms-win-core-file-l1-2-2.dll in 10.0.10586. Moved into api-ms-win-core-file-l1-2-1.dll in 10.0.14393. Moved into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetTempFileNameA | Introduced into api-ms-win-core-file-l1-2-2.dll in 10.0.16299. |
GetTempPathA | Introduced into api-ms-win-core-file-l1-2-2.dll in 10.0.16299. |
GetVolumeInformationA | Introduced into api-ms-win-core-file-l1-2-2.dll in 10.0.16299. |
APIs from api-ms-win-core-libraryloader-l1-2-1.dll
API | Requirements |
---|---|
FreeLibraryAndExitThread | Introduced into api-ms-win-core-libraryloader-l1-2-1.dll in 10.0.10586. Moved into api-ms-win-core-libraryloader-l1-2-0.dll in 10.0.14393. |
APIs from Bcrypt.dll
API | Requirements |
---|---|
BCryptCreateMultiHash | Introduced into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
BCryptProcessMultiOperations | Introduced into Bcrypt.dll in 10.0.10586. Moved into bcrypt.dll in 10.0.14393. |
APIs from api-ms-win-core-featurestaging-l1-1-0.dll
API | Requirements |
---|---|
GetFeatureEnabledState | Introduced into api-ms-win-core-featurestaging-l1-1-0.dll in 10.0.14393. |
RecordFeatureError | Introduced into api-ms-win-core-featurestaging-l1-1-0.dll in 10.0.14393. |
RecordFeatureUsage | Introduced into api-ms-win-core-featurestaging-l1-1-0.dll in 10.0.14393. |
SubscribeFeatureStateChangeNotification | Introduced into api-ms-win-core-featurestaging-l1-1-0.dll in 10.0.14393. |
UnsubscribeFeatureStateChangeNotification | Introduced into api-ms-win-core-featurestaging-l1-1-0.dll in 10.0.14393. |
APIs from api-ms-win-core-heap-l2-1-0.dll
API | Requirements |
---|---|
GlobalAlloc | Introduced into api-ms-win-core-heap-l2-1-0.dll in 10.0.14393. |
GlobalFree | Introduced into api-ms-win-core-heap-l2-1-0.dll in 10.0.14393. |
LocalAlloc | Introduced into api-ms-win-core-heap-l2-1-0.dll in 10.0.14393. |
LocalFree | Introduced into api-ms-win-core-heap-l2-1-0.dll in 10.0.14393. |
LocalReAlloc | Introduced into api-ms-win-core-heap-l2-1-0.dll in 10.0.14393. |
APIs from api-ms-win-core-heap-obsolete-l1-1-0.dll
API | Requirements |
---|---|
GlobalReAlloc | Introduced into api-ms-win-core-heap-obsolete-l1-1-0.dll in 10.0.14393. |
GlobalLock | Introduced into api-ms-win-core-heap-obsolete-l1-1-0.dll in 10.0.16299. |
GlobalSize | Introduced into api-ms-win-core-heap-obsolete-l1-1-0.dll in 10.0.16299. |
GlobalUnlock | Introduced into api-ms-win-core-heap-obsolete-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-psapi-l1-1-0.dll
API | Requirements |
---|---|
K32GetModuleInformation | Introduced into api-ms-win-core-psapi-l1-1-0.dll in 10.0.14393. |
K32GetProcessMemoryInfo | Introduced into api-ms-win-core-psapi-l1-1-0.dll in 10.0.14393. |
K32EnumProcesses | Introduced into api-ms-win-core-psapi-l1-1-0.dll in 10.0.16299. |
K32GetModuleBaseNameW | Introduced into api-ms-win-core-psapi-l1-1-0.dll in 10.0.16299. |
K32GetModuleFileNameExW | Introduced into api-ms-win-core-psapi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-slapi-l1-1-0.dll
API | Requirements |
---|---|
SLQueryLicenseValueFromApp | Introduced into api-ms-win-core-slapi-l1-1-0.dll in 10.0.14393. |
SLQueryLicenseValueFromApp2 | Introduced into api-ms-win-core-slapi-l1-1-0.dll in 10.0.14393. |
APIs from api-ms-win-gaming-tcui-l1-1-2.dll
API | Requirements |
---|---|
CheckGamingPrivilegeSilently | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-1.dll in 10.0.16299. |
CheckGamingPrivilegeSilentlyForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
CheckGamingPrivilegeWithUI | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. Moved into api-ms-win-gaming-tcui-l1-1-1.dll in 10.0.16299. |
CheckGamingPrivilegeWithUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
ShowChangeFriendRelationshipUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
ShowGameInviteUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
ShowPlayerPickerUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
ShowProfileCardUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
ShowTitleAchievementsUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-2.dll in 10.0.14393. |
APIs from api-ms-win-security-base-l1-2-1.dll
API | Requirements |
---|---|
CveEventWrite | Introduced into api-ms-win-security-base-l1-2-1.dll in 10.0.14393. |
APIs from inkobjcore.dll
API | Requirements |
---|---|
AddStroke | Introduced into inkobjcore.dll in 10.0.14393. |
AddWordsToWordList | Introduced into inkobjcore.dll in 10.0.14393. |
AdviseInkChange | Introduced into inkobjcore.dll in 10.0.14393. |
CreateContext | Introduced into inkobjcore.dll in 10.0.14393. |
CreateRecognizer | Introduced into inkobjcore.dll in 10.0.14393. |
DestroyContext | Introduced into inkobjcore.dll in 10.0.14393. |
DestroyRecognizer | Introduced into inkobjcore.dll in 10.0.14393. |
DestroyWordList | Introduced into inkobjcore.dll in 10.0.14393. |
EndInkInput | Introduced into inkobjcore.dll in 10.0.14393. |
GetAllRecognizers | Introduced into inkobjcore.dll in 10.0.14393. |
GetBestResultString | Introduced into inkobjcore.dll in 10.0.14393. |
GetLatticePtr | Introduced into inkobjcore.dll in 10.0.14393. |
GetLeftSeparator | Introduced into inkobjcore.dll in 10.0.14393. |
GetRecoAttributes | Introduced into inkobjcore.dll in 10.0.14393. |
GetResultPropertyList | Introduced into inkobjcore.dll in 10.0.14393. |
GetRightSeparator | Introduced into inkobjcore.dll in 10.0.14393. |
GetUnicodeRanges | Introduced into inkobjcore.dll in 10.0.14393. |
IsStringSupported | Introduced into inkobjcore.dll in 10.0.14393. |
LoadCachedAttributes | Introduced into inkobjcore.dll in 10.0.14393. |
MakeWordList | Introduced into inkobjcore.dll in 10.0.14393. |
Process | Introduced into inkobjcore.dll in 10.0.14393. |
SetEnabledUnicodeRanges | Introduced into inkobjcore.dll in 10.0.14393. |
SetFactoid | Introduced into inkobjcore.dll in 10.0.14393. |
SetFlags | Introduced into inkobjcore.dll in 10.0.14393. |
SetGuide | Introduced into inkobjcore.dll in 10.0.14393. |
SetTextContext | Introduced into inkobjcore.dll in 10.0.14393. |
SetWordList | Introduced into inkobjcore.dll in 10.0.14393. |
APIs from iphlpapi.dll
API | Requirements |
---|---|
FreeMibTable | Introduced into iphlpapi.dll in 10.0.14393. |
GetAdaptersAddresses | Introduced into iphlpapi.dll in 10.0.14393. |
GetBestRoute2 | Introduced into iphlpapi.dll in 10.0.14393. |
GetUnicastIpAddressTable | Introduced into iphlpapi.dll in 10.0.14393. |
CancelMibChangeNotify2 | Introduced into iphlpapi.dll in 10.0.16299. |
GetBestInterfaceEx | Introduced into iphlpapi.dll in 10.0.16299. |
GetExtendedTcpTable | Introduced into iphlpapi.dll in 10.0.16299. |
GetExtendedUdpTable | Introduced into iphlpapi.dll in 10.0.16299. |
GetIcmpStatistics | Introduced into iphlpapi.dll in 10.0.16299. |
GetIcmpStatisticsEx | Introduced into iphlpapi.dll in 10.0.16299. |
GetIfEntry2 | Introduced into iphlpapi.dll in 10.0.16299. |
GetIpStatisticsEx | Introduced into iphlpapi.dll in 10.0.16299. |
GetNetworkParams | Introduced into iphlpapi.dll in 10.0.16299. |
GetPerAdapterInfo | Introduced into iphlpapi.dll in 10.0.16299. |
GetTcpStatisticsEx | Introduced into iphlpapi.dll in 10.0.16299. |
GetTcpTable | Introduced into iphlpapi.dll in 10.0.16299. |
GetUdpStatisticsEx | Introduced into iphlpapi.dll in 10.0.16299. |
GetUdpTable | Introduced into iphlpapi.dll in 10.0.16299. |
Icmp6CreateFile | Introduced into iphlpapi.dll in 10.0.16299. |
Icmp6SendEcho2 | Introduced into iphlpapi.dll in 10.0.16299. |
IcmpCloseHandle | Introduced into iphlpapi.dll in 10.0.16299. |
IcmpCreateFile | Introduced into iphlpapi.dll in 10.0.16299. |
IcmpSendEcho2 | Introduced into iphlpapi.dll in 10.0.16299. |
NotifyStableUnicastIpAddressTable | Introduced into iphlpapi.dll in 10.0.16299. |
NotifyUnicastIpAddressChange | Introduced into iphlpapi.dll in 10.0.16299. |
APIs from msajapi.dll
API | Requirements |
---|---|
alljoyn_aboutdata_createfromxml | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_getcontent | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_abouticon_geturl | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_applicationstatelistener_create | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_applicationstatelistener_destroy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_getpermissionconfigurator | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_registerapplicationstatelistener | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_busattachment_unregisterapplicationstatelistener | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_addargannotation | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getdescriptionlanguages | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getdescriptiontranslationcallback | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_getmemberargannotation | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_hasdescription | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getargannotation | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getargannotationatindex | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_member_getargannotationscount | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setargdescription | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setdescription | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setdescriptionlanguage | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setdescriptiontranslationcallback | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setmemberdescription | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_interfacedescription_setpropertydescription | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_getapplicationstate | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_getclaimcapabilities | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_getclaimcapabilitiesadditionalinfo | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_reset | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_setapplicationstate | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_setclaimcapabilities | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_setclaimcapabilitiesadditionalinfo | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_permissionconfigurator_setmanifestfromxml | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_claim | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_create | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_destroy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_eccpublickey_destroy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_endmanagement | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_getapplicationstate | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_getclaimcapabilities | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_getclaimcapabilitiesadditionalinfo | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_geteccpublickey | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_getmanifesttemplate | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_installmembership | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_manifest_destroy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_manifesttemplate_destroy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_reset | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_resetpolicy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_signmanifest | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_startmanagement | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_updateidentity | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_securityapplicationproxy_updatepolicy | Introduced into msajapi.dll in 10.0.14393. |
alljoyn_authlistener_setsharedsecret | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_busattachment_deletedefaultkeystore | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_getargdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_getdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_getdescriptionlanguages2 | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_getmemberdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_getpropertydescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_setargdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_setdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_setmemberdescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_interfacedescription_setpropertydescriptionforlanguage | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_keystorelistener_with_synchronization_create | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_certificatechain_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_certificateid_cleanup | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_certificateidarray_cleanup | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_claim | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_endmanagement | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getdefaultclaimcapabilities | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getdefaultpolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getidentity | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getidentitycertificateid | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getmanifests | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getmanifesttemplate | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getmembershipsummaries | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getpolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_getpublickey | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_installmanifests | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_installmembership | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_manifestarray_cleanup | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_manifesttemplate_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_policy_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_publickey_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_removemembership | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_resetpolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_setmanifesttemplatefromxml | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_startmanagement | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_updateidentity | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_permissionconfigurator_updatepolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_routerinit | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_routerinitwithconfig | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_routershutdown | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_computemanifestdigest | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_digest_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_getdefaultpolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_getpermissionmanagementsessionport | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_getpolicy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_policy_destroy | Introduced into msajapi.dll in 10.0.16299. |
alljoyn_securityapplicationproxy_setmanifestsignature | Introduced into msajapi.dll in 10.0.16299. |
APIs from mfsensorgroup.dll
API | Requirements |
---|---|
MFCreateSensorGroup | Introduced into mfsensorgroup.dll in 10.0.16299. |
MFCreateSensorStream | Introduced into mfsensorgroup.dll in 10.0.16299. |
APIs from api-ms-win-core-kernel32-legacy-ansi-l1-1-0.dll
API | Requirements |
---|---|
SetVolumeLabelA | Introduced into api-ms-win-core-kernel32-legacy-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-kernel32-legacy-l1-1-0.dll
API | Requirements |
---|---|
CopyFileA | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
CreateNamedPipeA | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
GetComputerNameA | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
GetComputerNameW | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
GetSystemPowerStatus | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
SetFileCompletionNotificationModes | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
SetVolumeLabelW | Introduced into api-ms-win-core-kernel32-legacy-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-namespace-ansi-l1-1-0.dll
API | Requirements |
---|---|
CreateBoundaryDescriptorA | Introduced into api-ms-win-core-namespace-ansi-l1-1-0.dll in 10.0.16299. |
CreatePrivateNamespaceA | Introduced into api-ms-win-core-namespace-ansi-l1-1-0.dll in 10.0.16299. |
OpenPrivateNamespaceA | Introduced into api-ms-win-core-namespace-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-processtopology-obsolete-l1-1-0.dll
API | Requirements |
---|---|
GetProcessAffinityMask | Introduced into api-ms-win-core-processtopology-obsolete-l1-1-0.dll in 10.0.16299. |
SetProcessAffinityMask | Introduced into api-ms-win-core-processtopology-obsolete-l1-1-0.dll in 10.0.16299. |
SetThreadAffinityMask | Introduced into api-ms-win-core-processtopology-obsolete-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-psapi-ansi-l1-1-0.dll
API | Requirements |
---|---|
K32GetModuleBaseNameA | Introduced into api-ms-win-core-psapi-ansi-l1-1-0.dll in 10.0.16299. |
K32GetModuleFileNameExA | Introduced into api-ms-win-core-psapi-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-url-l1-1-0.dll
API | Requirements |
---|---|
GetAcceptLanguagesA | Introduced into api-ms-win-core-url-l1-1-0.dll in 10.0.16299. |
GetAcceptLanguagesW | Introduced into api-ms-win-core-url-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-versionansi-l1-1-0.dll
API | Requirements |
---|---|
GetFileVersionInfoExA | Introduced into api-ms-win-core-versionansi-l1-1-0.dll in 10.0.16299. |
GetFileVersionInfoSizeExA | Introduced into api-ms-win-core-versionansi-l1-1-0.dll in 10.0.16299. |
VerQueryValueA | Introduced into api-ms-win-core-versionansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-windowserrorreporting-l1-1-1.dll
API | Requirements |
---|---|
WerRegisterAdditionalProcess | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
WerRegisterCustomMetadata | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
WerRegisterExcludedMemoryBlock | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
WerUnregisterAdditionalProcess | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
WerUnregisterCustomMetadata | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
WerUnregisterExcludedMemoryBlock | Introduced into api-ms-win-core-windowserrorreporting-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-windowserrorreporting-l1-1-2.dll
API | Requirements |
---|---|
WerRegisterAppLocalDump | Introduced into api-ms-win-core-windowserrorreporting-l1-1-2.dll in 10.0.16299. |
WerUnregisterAppLocalDump | Introduced into api-ms-win-core-windowserrorreporting-l1-1-2.dll in 10.0.16299. |
APIs from api-ms-win-security-lsalookup-ansi-l2-1-0.dll
API | Requirements |
---|---|
LookupAccountNameA | Introduced into api-ms-win-security-lsalookup-ansi-l2-1-0.dll in 10.0.16299. |
LookupAccountSidA | Introduced into api-ms-win-security-lsalookup-ansi-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeDisplayNameA | Introduced into api-ms-win-security-lsalookup-ansi-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeNameA | Introduced into api-ms-win-security-lsalookup-ansi-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeValueA | Introduced into api-ms-win-security-lsalookup-ansi-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-security-lsalookup-l2-1-0.dll
API | Requirements |
---|---|
LookupAccountNameW | Introduced into api-ms-win-security-lsalookup-l2-1-0.dll in 10.0.16299. |
LookupAccountSidW | Introduced into api-ms-win-security-lsalookup-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeDisplayNameW | Introduced into api-ms-win-security-lsalookup-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeNameW | Introduced into api-ms-win-security-lsalookup-l2-1-0.dll in 10.0.16299. |
LookupPrivilegeValueW | Introduced into api-ms-win-security-lsalookup-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-security-provider-ansi-l1-1-0.dll
API | Requirements |
---|---|
GetExplicitEntriesFromAclA | Introduced into api-ms-win-security-provider-ansi-l1-1-0.dll in 10.0.16299. |
GetNamedSecurityInfoA | Introduced into api-ms-win-security-provider-ansi-l1-1-0.dll in 10.0.16299. |
SetEntriesInAclA | Introduced into api-ms-win-security-provider-ansi-l1-1-0.dll in 10.0.16299. |
SetNamedSecurityInfoA | Introduced into api-ms-win-security-provider-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-security-provider-l1-1-0.dll
API | Requirements |
---|---|
GetExplicitEntriesFromAclW | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
GetNamedSecurityInfoW | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
GetSecurityInfo | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
SetEntriesInAclW | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
SetNamedSecurityInfoW | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
SetSecurityInfo | Introduced into api-ms-win-security-provider-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-security-sddl-ansi-l1-1-0.dll
API | Requirements |
---|---|
ConvertSidToStringSidA | Introduced into api-ms-win-security-sddl-ansi-l1-1-0.dll in 10.0.16299. |
ConvertStringSidToSidA | Introduced into api-ms-win-security-sddl-ansi-l1-1-0.dll in 10.0.16299. |
APIs from coremessaging.dll
API | Requirements |
---|---|
CreateDispatcherQueueController | Introduced into coremessaging.dll in 10.0.16299. |
APIs from api-ms-win-core-localization-obsolete-l1-2-0.dll
API | Requirements |
---|---|
EnumUILanguagesW | Introduced into api-ms-win-core-localization-obsolete-l1-2-0.dll in 10.0.16299. |
GetUserDefaultUILanguage | Introduced into api-ms-win-core-localization-obsolete-l1-2-0.dll in 10.0.16299. |
APIs from api-ms-win-core-namedpipe-ansi-l1-1-0.dll
API | Requirements |
---|---|
GetNamedPipeClientComputerNameA | Introduced into api-ms-win-core-namedpipe-ansi-l1-1-0.dll in 10.0.16299. |
GetNamedPipeHandleStateA | Introduced into api-ms-win-core-namedpipe-ansi-l1-1-0.dll in 10.0.16299. |
WaitNamedPipeA | Introduced into api-ms-win-core-namedpipe-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-namedpipe-ansi-l1-1-1.dll
API | Requirements |
---|---|
CallNamedPipeA | Introduced into api-ms-win-core-namedpipe-ansi-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-console-l2-1-0.dll
API | Requirements |
---|---|
FillConsoleOutputAttribute | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
FillConsoleOutputCharacterW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
GetConsoleCursorInfo | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
GetConsoleScreenBufferInfo | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
GetConsoleTitleW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. Moved into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
GetLargestConsoleWindowSize | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
PeekConsoleInputW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. Moved into api-ms-win-core-console-l1-2-0.dll in 10.0.17134. |
ReadConsoleOutputW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleCP | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleCursorInfo | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleCursorPosition | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleOutputCP | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleScreenBufferSize | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleTextAttribute | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
SetConsoleTitleW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. Moved into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
SetConsoleWindowInfo | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
WriteConsoleOutputW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.16299. |
CreateConsoleScreenBuffer | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
FillConsoleOutputCharacterA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
FlushConsoleInputBuffer | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
GenerateConsoleCtrlEvent | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
GetConsoleScreenBufferInfoEx | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ReadConsoleOutputA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ReadConsoleOutputAttribute | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ReadConsoleOutputCharacterA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ReadConsoleOutputCharacterW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ScrollConsoleScreenBufferA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
ScrollConsoleScreenBufferW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
SetConsoleActiveScreenBuffer | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
SetConsoleScreenBufferInfoEx | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleInputA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleInputW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleOutputA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleOutputAttribute | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleOutputCharacterA | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
WriteConsoleOutputCharacterW | Introduced into api-ms-win-core-console-l2-1-0.dll in 10.0.17134. |
APIs from api-ms-win-core-file-l2-1-0.dll
API | Requirements |
---|---|
CopyFileExW | Introduced into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
ReadDirectoryChangesW | Introduced into api-ms-win-core-file-l2-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-l2-1-2.dll
API | Requirements |
---|---|
CopyFileW | Introduced into api-ms-win-core-file-l2-1-2.dll in 10.0.16299. |
APIs from api-ms-win-core-version-l1-1-0.dll
API | Requirements |
---|---|
GetFileVersionInfoExW | Introduced into api-ms-win-core-version-l1-1-0.dll in 10.0.16299. |
GetFileVersionInfoSizeExW | Introduced into api-ms-win-core-version-l1-1-0.dll in 10.0.16299. |
VerQueryValueW | Introduced into api-ms-win-core-version-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-ansi-l1-1-0.dll
API | Requirements |
---|---|
DeleteVolumeMountPointA | Introduced into api-ms-win-core-file-ansi-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-errorhandling-l1-1-0.dll
API | Requirements |
---|---|
SetErrorMode | Introduced into api-ms-win-core-errorhandling-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-file-l1-1-0.dll
API | Requirements |
---|---|
DeleteVolumeMountPointW | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDriveTypeA | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetDriveTypeW | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetFullPathNameA | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetLogicalDrives | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
GetVolumeInformationW | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
LockFile | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
UnlockFile | Introduced into api-ms-win-core-file-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-interlocked-l1-1-0.dll
API | Requirements |
---|---|
InterlockedCompareExchange | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedCompareExchange64 | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedDecrement | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedExchange | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedExchangeAdd | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
InterlockedIncrement | Introduced into api-ms-win-core-interlocked-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-localization-l1-2-0.dll
API | Requirements |
---|---|
GetACP | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetLocaleInfoA | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetLocaleInfoW | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
GetUserDefaultLangID | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsDBCSLeadByte | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsDBCSLeadByteEx | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
IsNLSDefinedString | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
VerLanguageNameA | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
VerLanguageNameW | Introduced into api-ms-win-core-localization-l1-2-0.dll in 10.0.16299. |
APIs from api-ms-win-core-wow64-l1-1-0.dll
API | Requirements |
---|---|
IsWow64Process | Introduced into api-ms-win-core-wow64-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-memory-l1-1-1.dll
API | Requirements |
---|---|
GetLargePageMinimum | Introduced into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
GetProcessWorkingSetSizeEx | Introduced into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
SetProcessWorkingSetSizeEx | Introduced into api-ms-win-core-memory-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-namedpipe-l1-1-0.dll
API | Requirements |
---|---|
ConnectNamedPipe | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
CreateNamedPipeW | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
CreatePipe | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
DisconnectNamedPipe | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
GetNamedPipeClientComputerNameW | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
PeekNamedPipe | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
SetNamedPipeHandleState | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
TransactNamedPipe | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
WaitNamedPipeW | Introduced into api-ms-win-core-namedpipe-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-namedpipe-l1-2-1.dll
API | Requirements |
---|---|
GetNamedPipeHandleStateW | Introduced into api-ms-win-core-namedpipe-l1-2-1.dll in 10.0.16299. |
GetNamedPipeInfo | Introduced into api-ms-win-core-namedpipe-l1-2-1.dll in 10.0.16299. |
APIs from api-ms-win-core-processenvironment-l1-1-0.dll
API | Requirements |
---|---|
ExpandEnvironmentStringsA | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
ExpandEnvironmentStringsW | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
FreeEnvironmentStringsA | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
FreeEnvironmentStringsW | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetEnvironmentStrings | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetEnvironmentStringsW | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetEnvironmentVariableA | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetEnvironmentVariableW | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
GetStdHandle | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
SetEnvironmentVariableA | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
SetEnvironmentVariableW | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
SetStdHandle | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
SetStdHandleEx | Introduced into api-ms-win-core-processenvironment-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-processthreads-l1-1-0.dll
API | Requirements |
---|---|
CreateProcessA | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
CreateProcessW | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetExitCodeProcess | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetPriorityClass | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetProcessId | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetProcessTimes | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
GetThreadPriorityBoost | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
OpenProcessToken | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
OpenThread | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
OpenThreadToken | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SetPriorityClass | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SetThreadPriorityBoost | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
SetThreadToken | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.16299. |
ExitProcess | Introduced into api-ms-win-core-processthreads-l1-1-0.dll in 10.0.17763. |
APIs from api-ms-win-core-processthreads-l1-1-1.dll
API | Requirements |
---|---|
FlushInstructionCache | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetCurrentProcessorNumber | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetCurrentProcessorNumberEx | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetCurrentThreadStackLimits | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetProcessMitigationPolicy | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetThreadIdealProcessorEx | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
GetThreadTimes | Introduced into api-ms-win-core-processthreads-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-security-base-l1-1-0.dll
API | Requirements |
---|---|
AddAccessAllowedAce | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AddAccessAllowedAceEx | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AddAce | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AddMandatoryAce | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AdjustTokenGroups | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AdjustTokenPrivileges | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AllocateAndInitializeSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
AllocateLocallyUniqueId | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
CheckTokenMembership | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
CopySid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
CreateWellKnownSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
DeleteAce | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
DuplicateToken | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
DuplicateTokenEx | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
EqualDomainSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
FreeSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetAce | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetAclInformation | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetKernelObjectSecurity | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetLengthSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorControl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorDacl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorGroup | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorLength | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorOwner | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorRMControl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSecurityDescriptorSacl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSidIdentifierAuthority | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSidLengthRequired | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSidSubAuthority | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetSidSubAuthorityCount | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetTokenInformation | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
GetWindowsAccountDomainSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
InitializeAcl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
InitializeSecurityDescriptor | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
InitializeSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
IsValidAcl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
IsValidSecurityDescriptor | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
IsValidSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
IsWellKnownSid | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
MakeAbsoluteSD | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
MakeSelfRelativeSD | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetKernelObjectSecurity | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorControl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorDacl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorGroup | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorOwner | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorRMControl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetSecurityDescriptorSacl | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
SetTokenInformation | Introduced into api-ms-win-security-base-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-security-sddl-l1-1-0.dll
API | Requirements |
---|---|
ConvertSecurityDescriptorToStringSecurityDescriptorW | Introduced into api-ms-win-security-sddl-l1-1-0.dll in 10.0.16299. |
ConvertSidToStringSidW | Introduced into api-ms-win-security-sddl-l1-1-0.dll in 10.0.16299. |
ConvertStringSecurityDescriptorToSecurityDescriptorW | Introduced into api-ms-win-security-sddl-l1-1-0.dll in 10.0.16299. |
ConvertStringSidToSidW | Introduced into api-ms-win-security-sddl-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-synch-l1-1-0.dll
API | Requirements |
---|---|
CancelWaitableTimer | Introduced into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
CreateWaitableTimerExW | Introduced into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
OpenWaitableTimerW | Introduced into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
SetWaitableTimer | Introduced into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
SetWaitableTimerEx | Introduced into api-ms-win-core-synch-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-sysinfo-l1-1-0.dll
API | Requirements |
---|---|
GetSystemDirectoryA | Introduced into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetSystemDirectoryW | Introduced into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetTickCount | Introduced into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetVersionExA | Introduced into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
GetVersionExW | Introduced into api-ms-win-core-sysinfo-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-comm-l1-1-0.dll
API | Requirements |
---|---|
ClearCommBreak | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
ClearCommError | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
EscapeCommFunction | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommConfig | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommMask | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommModemStatus | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommProperties | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommState | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
GetCommTimeouts | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
PurgeComm | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetCommBreak | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetCommConfig | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetCommMask | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetCommState | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetCommTimeouts | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
SetupComm | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
TransmitCommChar | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
WaitCommEvent | Introduced into api-ms-win-core-comm-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-console-l1-1-0.dll
API | Requirements |
---|---|
GetConsoleCP | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
GetConsoleMode | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
GetConsoleOutputCP | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
ReadConsoleInputW | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
ReadConsoleW | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
SetConsoleCtrlHandler | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
SetConsoleMode | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
WriteConsoleW | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.16299. |
AllocConsole | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.17134. |
GetNumberOfConsoleInputEvents | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.17134. |
ReadConsoleA | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.17134. |
ReadConsoleInputA | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.17134. |
WriteConsoleA | Introduced into api-ms-win-core-console-l1-1-0.dll in 10.0.17134. |
APIs from api-ms-win-appmodel-runtime-l1-1-0.dll
API | Requirements |
---|---|
PackageFamilyNameFromFullName | Introduced into api-ms-win-appmodel-runtime-l1-1-0.dll in 10.0.16299. |
PackageFamilyNameFromId | Introduced into api-ms-win-appmodel-runtime-l1-1-0.dll in 10.0.16299. |
PackageFullNameFromId | Introduced into api-ms-win-appmodel-runtime-l1-1-0.dll in 10.0.16299. |
PackageIdFromFullName | Introduced into api-ms-win-appmodel-runtime-l1-1-0.dll in 10.0.16299. |
PackageNameAndPublisherIdFromFamilyName | Introduced into api-ms-win-appmodel-runtime-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-appmodel-runtime-l1-1-1.dll
API | Requirements |
---|---|
FormatApplicationUserModelId | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
ParseApplicationUserModelId | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
VerifyApplicationUserModelId | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
VerifyPackageFamilyName | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
VerifyPackageFullName | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
VerifyPackageId | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
VerifyPackageRelativeApplicationId | Introduced into api-ms-win-appmodel-runtime-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-comm-l1-1-1.dll
API | Requirements |
---|---|
OpenCommPort | Introduced into api-ms-win-core-comm-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-enclave-l1-1-0.dll
API | Requirements |
---|---|
CreateEnclave | Introduced into api-ms-win-core-enclave-l1-1-0.dll in 10.0.16299. |
InitializeEnclave | Introduced into api-ms-win-core-enclave-l1-1-0.dll in 10.0.16299. |
IsEnclaveTypeSupported | Introduced into api-ms-win-core-enclave-l1-1-0.dll in 10.0.16299. |
LoadEnclaveData | Introduced into api-ms-win-core-enclave-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-featurestaging-l1-1-1.dll
API | Requirements |
---|---|
GetFeatureVariant | Introduced into api-ms-win-core-featurestaging-l1-1-1.dll in 10.0.16299. |
APIs from api-ms-win-core-namedpipe-l1-2-2.dll
API | Requirements |
---|---|
CallNamedPipeW | Introduced into api-ms-win-core-namedpipe-l1-2-2.dll in 10.0.16299. |
APIs from api-ms-win-core-namespace-l1-1-0.dll
API | Requirements |
---|---|
AddSIDToBoundaryDescriptor | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
ClosePrivateNamespace | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
CreateBoundaryDescriptorW | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
CreatePrivateNamespaceW | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
DeleteBoundaryDescriptor | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
OpenPrivateNamespaceW | Introduced into api-ms-win-core-namespace-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-path-l1-1-0.dll
API | Requirements |
---|---|
PathAllocCanonicalize | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathAllocCombine | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchAddBackslash | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchAddBackslashEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchAddExtension | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchAppend | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchAppendEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchCanonicalize | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchCanonicalizeEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchCombine | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchCombineEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchFindExtension | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchIsRoot | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchRemoveBackslash | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchRemoveBackslashEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchRemoveExtension | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchRemoveFileSpec | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchRenameExtension | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchSkipRoot | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchStripPrefix | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathCchStripToRoot | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
PathIsUNCEx | Introduced into api-ms-win-core-path-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-psm-appnotify-l1-1-0.dll
API | Requirements |
---|---|
RegisterAppStateChangeNotification | Introduced into api-ms-win-core-psm-appnotify-l1-1-0.dll in 10.0.16299. |
UnregisterAppStateChangeNotification | Introduced into api-ms-win-core-psm-appnotify-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-core-realtime-l1-1-2.dll
API | Requirements |
---|---|
ConvertAuxiliaryCounterToPerformanceCounter | Introduced into api-ms-win-core-realtime-l1-1-2.dll in 10.0.16299. |
ConvertPerformanceCounterToAuxiliaryCounter | Introduced into api-ms-win-core-realtime-l1-1-2.dll in 10.0.16299. |
QueryAuxiliaryCounterFrequency | Introduced into api-ms-win-core-realtime-l1-1-2.dll in 10.0.16299. |
APIs from api-ms-win-gaming-tcui-l1-1-3.dll
API | Requirements |
---|---|
ShowGameInviteUIWithContext | Introduced into api-ms-win-gaming-tcui-l1-1-3.dll in 10.0.16299. |
ShowGameInviteUIWithContextForUser | Introduced into api-ms-win-gaming-tcui-l1-1-3.dll in 10.0.16299. |
APIs from api-ms-win-gaming-tcui-l1-1-4.dll
API | Requirements |
---|---|
ShowCustomizeUserProfileUI | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowCustomizeUserProfileUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowFindFriendsUI | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowFindFriendsUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowGameInfoUI | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowGameInfoUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowUserSettingsUI | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
ShowUserSettingsUIForUser | Introduced into api-ms-win-gaming-tcui-l1-1-4.dll in 10.0.16299. |
APIs from api-ms-win-gaming-deviceinformation-l1-1-0.dll
API | Requirements |
---|---|
GetGamingDeviceModelInformation | Introduced into api-ms-win-gaming-deviceinformation-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-gaming-expandedresources-l1-1-0.dll
API | Requirements |
---|---|
GetExpandedResourceExclusiveCpuCount | Introduced into api-ms-win-gaming-expandedresources-l1-1-0.dll in 10.0.16299. |
HasExpandedResources | Introduced into api-ms-win-gaming-expandedresources-l1-1-0.dll in 10.0.16299. |
ReleaseExclusiveCpuSets | Introduced into api-ms-win-gaming-expandedresources-l1-1-0.dll in 10.0.16299. |
APIs from api-ms-win-gaming-gamemonitor-l1-1-0.dll
API | Requirements |
---|---|
EnableActiveGameMonitoring | Introduced into api-ms-win-gaming-gamemonitor-l1-1-0.dll in 10.0.16299. Removed in 10.0.17763. |
ReportGameActivity | Introduced into api-ms-win-gaming-gamemonitor-l1-1-0.dll in 10.0.16299. Removed in 10.0.17763. |
SetGameActivityCorrelationId | Introduced into api-ms-win-gaming-gamemonitor-l1-1-0.dll in 10.0.16299. Removed in 10.0.17763. |
APIs from api-ms-win-gaming-gamemonitor-l1-1-1.dll
API | Requirements |
---|---|
GetGameMonitoringPermissionState | Introduced into api-ms-win-gaming-gamemonitor-l1-1-1.dll in 10.0.16299. Removed in 10.0.17763. |
APIs from api-ms-win-security-base-l1-2-0.dll
API | Requirements |
---|---|
CheckTokenMembershipEx | Introduced into api-ms-win-security-base-l1-2-0.dll in 10.0.16299. |
APIs from api-ms-win-security-isolatedcontainer-l1-1-0.dll
API | Requirements |
---|---|
IsProcessInIsolatedContainer | Introduced into api-ms-win-security-isolatedcontainer-l1-1-0.dll in 10.0.16299. |
APIs from bcrypt.dll
API | Requirements |
---|---|
BCryptGetFipsAlgorithmMode | Introduced into bcrypt.dll in 10.0.16299. |
APIs from api-ms-win-core-memory-l1-1-6.dll
API | Requirements |
---|---|
MapViewOfFile3FromApp | Introduced into api-ms-win-core-memory-l1-1-6.dll in 10.0.17134. |
VirtualAlloc2FromApp | Introduced into api-ms-win-core-memory-l1-1-6.dll in 10.0.17134. |
APIs from api-ms-win-core-memory-l1-1-5.dll
API | Requirements |
---|---|
UnmapViewOfFile2 | Introduced into api-ms-win-core-memory-l1-1-5.dll in 10.0.17134. |
VirtualUnlockEx | Introduced into api-ms-win-core-memory-l1-1-5.dll in 10.0.17134. |
APIs from api-ms-win-core-console-l2-2-0.dll
API | Requirements |
---|---|
GetConsoleOriginalTitleA | Introduced into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
GetConsoleOriginalTitleW | Introduced into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
GetConsoleTitleA | Introduced into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
SetConsoleTitleA | Introduced into api-ms-win-core-console-l2-2-0.dll in 10.0.17134. |
APIs from api-ms-win-core-console-l3-2-0.dll
API | Requirements |
---|---|
AddConsoleAliasA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
AddConsoleAliasW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
ExpungeConsoleCommandHistoryA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
ExpungeConsoleCommandHistoryW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasExesA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasExesLengthA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasExesLengthW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasExesW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasesA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasesLengthA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasesLengthW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleAliasesW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleCommandHistoryA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleCommandHistoryLengthA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleCommandHistoryLengthW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleCommandHistoryW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleDisplayMode | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleFontSize | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleHistoryInfo | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleProcessList | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleSelectionInfo | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetConsoleWindow | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetCurrentConsoleFont | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetCurrentConsoleFontEx | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
GetNumberOfConsoleMouseButtons | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
SetConsoleDisplayMode | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
SetConsoleHistoryInfo | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
SetConsoleNumberOfCommandsA | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
SetConsoleNumberOfCommandsW | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
SetCurrentConsoleFontEx | Introduced into api-ms-win-core-console-l3-2-0.dll in 10.0.17134. |
APIs from api-ms-win-core-memory-l1-1-0.dll
API | Requirements |
---|---|
VirtualFreeEx | Introduced into api-ms-win-core-memory-l1-1-0.dll in 10.0.17134. |
APIs from api-ms-win-core-sysinfo-l1-2-0.dll
API | Requirements |
---|---|
EnumSystemFirmwareTables | Introduced into api-ms-win-core-sysinfo-l1-2-0.dll in 10.0.17134. |
GetSystemFirmwareTable | Introduced into api-ms-win-core-sysinfo-l1-2-0.dll in 10.0.17134. |
GetProductInfo | Introduced into api-ms-win-core-sysinfo-l1-2-0.dll in 10.0.17763. |
APIs from api-ms-win-core-console-l1-2-0.dll
API | Requirements |
---|---|
AttachConsole | Introduced into api-ms-win-core-console-l1-2-0.dll in 10.0.17134. |
FreeConsole | Introduced into api-ms-win-core-console-l1-2-0.dll in 10.0.17134. |
PeekConsoleInputA | Introduced into api-ms-win-core-console-l1-2-0.dll in 10.0.17134. |
APIs from api-ms-win-core-debug-l1-1-0.dll
API | Requirements |
---|---|
DebugBreak | Introduced into api-ms-win-core-debug-l1-1-0.dll in 10.0.17134. |
APIs from api-ms-win-core-wow64-l1-1-1.dll
API | Requirements |
---|---|
IsWow64Process2 | Introduced into api-ms-win-core-wow64-l1-1-1.dll in 10.0.17134. |
APIs from api-ms-win-core-comm-l1-1-2.dll
API | Requirements |
---|---|
GetCommPorts | Introduced into api-ms-win-core-comm-l1-1-2.dll in 10.0.17134. |
APIs from api-ms-win-core-file-fromapp-l1-1-0.dll
API | Requirements |
---|---|
CopyFileFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
CreateDirectoryFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
CreateFile2FromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
CreateFileFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
DeleteFileFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
FindFirstFileExFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
GetFileAttributesExFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
MoveFileFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
RemoveDirectoryFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
ReplaceFileFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
SetFileAttributesFromAppW | Introduced into api-ms-win-core-file-fromapp-l1-1-0.dll in 10.0.17134. |
APIs from api-ms-win-core-firmware-l1-1-0.dll
API | Requirements |
---|---|
GetFirmwareEnvironmentVariableA | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
GetFirmwareEnvironmentVariableExA | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
GetFirmwareEnvironmentVariableExW | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
GetFirmwareEnvironmentVariableW | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
SetFirmwareEnvironmentVariableA | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
SetFirmwareEnvironmentVariableExA | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
SetFirmwareEnvironmentVariableExW | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
SetFirmwareEnvironmentVariableW | Introduced into api-ms-win-core-firmware-l1-1-0.dll in 10.0.17134. |
APIs from api-ms-win-shcore-obsolete-l1-1-0.dll
API | Requirements |
---|---|
CommandLineToArgvW | Introduced into api-ms-win-shcore-obsolete-l1-1-0.dll in 10.0.17134. |
APIs from windows.ai.machinelearning.dll
API | Requirements |
---|---|
MLCreateOperatorRegistry | Introduced into windows.ai.machinelearning.dll in 10.0.17763. |
APIs from api-ms-win-ro-typeresolution-l1-1-1.dll
API | Requirements |
---|---|
RoIsApiContractPresent | Introduced into api-ms-win-ro-typeresolution-l1-1-1.dll in 10.0.17763. |
RoIsApiContractMajorVersionPresent | Introduced into api-ms-win-ro-typeresolution-l1-1-1.dll in 10.0.17763. |
APIs from api-ms-win-core-memory-l1-1-7.dll
API | Requirements |
---|---|
SetProcessValidCallTargetsForMappedView | Introduced into api-ms-win-core-memory-l1-1-7.dll in 10.0.17763. |
APIs from mscms.dll
API | Requirements |
---|---|
InstallColorProfileA | Introduced into mscms.dll in 10.0.17763. |
InstallColorProfileW | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetSystemModifyWhitePointCaps | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetDisplayCurrentStateID | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetDisplayTransformData | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetDisplayTargetWhitePoint | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetDisplayProfile | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterGetCurrentProfileCalibration | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterRegisterOEMColorService | Introduced into mscms.dll in 10.0.17763. |
ColorAdapterUnregisterOEMColorService | Introduced into mscms.dll in 10.0.17763. |
ColorProfileAddDisplayAssociation | Introduced into mscms.dll in 10.0.17763. |
ColorProfileRemoveDisplayAssociation | Introduced into mscms.dll in 10.0.17763. |
ColorProfileSetDisplayDefaultAssociation | Introduced into mscms.dll in 10.0.17763. |
ColorProfileGetDisplayList | Introduced into mscms.dll in 10.0.17763. |
ColorProfileGetDisplayDefault | Introduced into mscms.dll in 10.0.17763. |
ColorProfileGetDisplayUserScope | Introduced into mscms.dll in 10.0.17763. |
APIs from api-ms-win-core-com-l1-1-0.dll
API | Requirements |
---|---|
CoDecrementMTAUsage | Introduced into api-ms-win-core-com-l1-1-0.dll in 10.0.17763. |
CoIncrementMTAUsage | Introduced into api-ms-win-core-com-l1-1-0.dll in 10.0.17763. |
APIs from api-ms-win-devices-config-l1-1-1.dll
API | Requirements |
---|---|
CM_Get_Device_Interface_ListW | Introduced into api-ms-win-devices-config-l1-1-1.dll in 10.0.17763. |
CM_Get_Device_Interface_List_SizeW | Introduced into api-ms-win-devices-config-l1-1-1.dll in 10.0.17763. |
CM_MapCrToWin32Err | Introduced into api-ms-win-devices-config-l1-1-1.dll in 10.0.17763. |
CM_Register_Notification | Introduced into api-ms-win-devices-config-l1-1-1.dll in 10.0.17763. |
CM_Unregister_Notification | Introduced into api-ms-win-devices-config-l1-1-1.dll in 10.0.17763. |
APIs from api-ms-win-devices-config-l1-1-2.dll
API | Requirements |
---|---|
CM_Get_Device_Interface_ListA | Introduced into api-ms-win-devices-config-l1-1-2.dll in 10.0.17763. |
CM_Get_Device_Interface_List_SizeA | Introduced into api-ms-win-devices-config-l1-1-2.dll in 10.0.17763. |
APIs from api-ms-win-core-io-l1-1-0.dll
API | Requirements |
---|---|
DeviceIoControl | Introduced into api-ms-win-core-io-l1-1-0.dll in 10.0.17763. |
APIs from api-ms-win-core-timezone-l1-1-1.dll
API | Requirements |
---|---|
LocalFileTimeToLocalSystemTime | Introduced into api-ms-win-core-timezone-l1-1-1.dll in 10.0.17763. |
LocalSystemTimeToLocalFileTime | Introduced into api-ms-win-core-timezone-l1-1-1.dll in 10.0.17763. |