diff options
829 files changed, 20621 insertions, 302 deletions
diff --git a/lib/libc/mingw/crt/crtdll.c b/lib/libc/mingw/crt/crtdll.c index e264d4e964..88450ce9f7 100644 --- a/lib/libc/mingw/crt/crtdll.c +++ b/lib/libc/mingw/crt/crtdll.c @@ -35,10 +35,10 @@ extern void __cdecl _initterm(_PVFV *,_PVFV *); extern void __main (); extern void _pei386_runtime_relocator (void); -extern _CRTALLOC(".CRT$XIA") _PIFV __xi_a[]; -extern _CRTALLOC(".CRT$XIZ") _PIFV __xi_z[]; -extern _CRTALLOC(".CRT$XCA") _PVFV __xc_a[]; -extern _CRTALLOC(".CRT$XCZ") _PVFV __xc_z[]; +extern _PIFV __xi_a[]; +extern _PIFV __xi_z[]; +extern _PVFV __xc_a[]; +extern _PVFV __xc_z[]; /* TLS initialization hook. */ @@ -142,7 +142,7 @@ WINBOOL WINAPI DllMainCRTStartup (HANDLE, DWORD, LPVOID); int __mingw_init_ehandler (void); #endif -__attribute__((used)) /* required due to bug in gcc / ld */ +__attribute__((used)) /* required due to GNU LD bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30300 */ WINBOOL WINAPI DllMainCRTStartup (HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved) { diff --git a/lib/libc/mingw/crt/crtexe.c b/lib/libc/mingw/crt/crtexe.c index 03bda59120..9d51268786 100644 --- a/lib/libc/mingw/crt/crtexe.c +++ b/lib/libc/mingw/crt/crtexe.c @@ -50,10 +50,10 @@ extern _CRTIMP void __cdecl _initterm(_PVFV *, _PVFV *); static int __cdecl check_managed_app (void); -extern _CRTALLOC(".CRT$XIA") _PIFV __xi_a[]; -extern _CRTALLOC(".CRT$XIZ") _PIFV __xi_z[]; -extern _CRTALLOC(".CRT$XCA") _PVFV __xc_a[]; -extern _CRTALLOC(".CRT$XCZ") _PVFV __xc_z[]; +extern _PIFV __xi_a[]; +extern _PIFV __xi_z[]; +extern _PVFV __xc_a[]; +extern _PVFV __xc_z[]; /* TLS initialization hook. */ @@ -146,7 +146,7 @@ static int __tmainCRTStartup (void); int WinMainCRTStartup (void); -__attribute__((used)) /* required due to bug in gcc / ld */ +__attribute__((used)) /* required due to GNU LD bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30300 */ int WinMainCRTStartup (void) { int ret = 255; @@ -177,7 +177,7 @@ int mainCRTStartup (void); int __mingw_init_ehandler (void); #endif -__attribute__((used)) /* required due to bug in gcc / ld */ +__attribute__((used)) /* required due to GNU LD bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30300 */ int mainCRTStartup (void) { int ret = 255; diff --git a/lib/libc/mingw/def-include/msvcrt-common.def.in b/lib/libc/mingw/def-include/msvcrt-common.def.in index b68964db0d..9728b5ab86 100644 --- a/lib/libc/mingw/def-include/msvcrt-common.def.in +++ b/lib/libc/mingw/def-include/msvcrt-common.def.in @@ -35,17 +35,19 @@ ADD_UNDERSCORE(execv) ADD_UNDERSCORE(execve) ADD_UNDERSCORE(execvp) ADD_UNDERSCORE(execvpe) +ADD_UNDERSCORE(fcloseall) ADD_UNDERSCORE(fcvt) ADD_UNDERSCORE(fdopen) ADD_UNDERSCORE(fgetchar) ADD_UNDERSCORE(fgetwchar) ADD_UNDERSCORE(filelength) ADD_UNDERSCORE(fileno) -; fpreset) +; Alias fpreset is set in CRT_fp10.c and CRT_fp8.c. +; ADD_UNDERSCORE(fpreset) ADD_UNDERSCORE(fputchar) ADD_UNDERSCORE(fputwchar) -;fstat) -;ftime) +; ADD_UNDERSCORE(fstat) +; ADD_UNDERSCORE(ftime) ADD_UNDERSCORE(gcvt) ADD_UNDERSCORE(getch) ADD_UNDERSCORE(getche) @@ -90,7 +92,7 @@ ADD_UNDERSCORE(spawnv) ADD_UNDERSCORE(spawnve) ADD_UNDERSCORE(spawnvp) ADD_UNDERSCORE(spawnvpe) -;stat) +; ADD_UNDERSCORE(stat) #ifndef UCRTBASE ADD_UNDERSCORE(strcmpi) #endif @@ -134,13 +136,13 @@ ADD_UNDERSCORE(y0) ADD_UNDERSCORE(y1) ADD_UNDERSCORE(yn) ADD_UNDERSCORE(chgsign) -;scalb +; ADD_UNDERSCORE(scalb) ADD_UNDERSCORE(finite) ADD_UNDERSCORE(fpclass) ; C99 functions -;cabs +; ADD_UNDERSCORE(cabs) ADD_UNDERSCORE(hypot) -;logb +; ADD_UNDERSCORE(logb) ADD_UNDERSCORE(nextafter) #ifndef UCRTBASE diff --git a/lib/libc/mingw/lib-common/acledit.def b/lib/libc/mingw/lib-common/acledit.def index da55b74007..5d29e73a5d 100644 --- a/lib/libc/mingw/lib-common/acledit.def +++ b/lib/libc/mingw/lib-common/acledit.def @@ -9,7 +9,6 @@ EXPORTS EditAuditInfo EditOwnerInfo EditPermissionInfo -DllMain FMExtensionProcW SedDiscretionaryAclEditor SedSystemAclEditor diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0.def new file mode 100644 index 0000000000..f2117fb201 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0.def @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-0 + +EXPORTS + +ClosePackageInfo +CreateDeviceAccessInstance +GetApplicationUserModelId +GetCurrentApplicationUserModelId +GetCurrentPackageFamilyName +GetCurrentPackageFullName +GetCurrentPackageId +GetCurrentPackageInfo +GetCurrentPackagePath +GetPackageFamilyName +GetPackageFullName +GetPackageId +GetPackageInfo +GetPackagePath +GetPackagesByPackageFamily +OpenPackageInfoByFullName +PackageFamilyNameFromFullName +PackageFamilyNameFromId +PackageFullNameFromId +PackageIdFromFullName +PackageNameAndPublisherIdFromFamilyName +ProcessTrackerInsertOrWait +ProcessTrackerRemove +TokenBindingDeleteAllBindings +TokenBindingDeleteBinding +TokenBindingGenerateBinding +TokenBindingGenerateID +TokenBindingGenerateIDForUri +TokenBindingGenerateMessage +TokenBindingGetHighestSupportedVersion +TokenBindingGetKeyTypesClient +TokenBindingGetKeyTypesServer +TokenBindingVerifyMessage diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..a22ea4d350 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-0 + +EXPORTS + +ClosePackageInfo +CreateDeviceAccessInstance +GetApplicationUserModelId +GetCurrentApplicationUserModelId +GetCurrentPackageFamilyName +GetCurrentPackageFullName +GetCurrentPackageId +GetCurrentPackageInfo +GetCurrentPackagePath +GetPackageFamilyName +GetPackageFullName +GetPackageId +GetPackageInfo +GetPackagePath +GetPackagesByPackageFamily +OpenPackageInfoByFullName +PackageFamilyNameFromFullName +PackageFamilyNameFromId +PackageFullNameFromId +PackageIdFromFullName +PackageNameAndPublisherIdFromFamilyName diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1.def new file mode 100644 index 0000000000..6dfe386d51 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-1 + +EXPORTS + +FindPackagesByPackageFamily +FormatApplicationUserModelId +GetApplicationUserModelIdFromToken +GetPackageApplicationIds +GetPackageFamilyNameFromToken +GetPackageFullNameFromToken +GetPackagePathByFullName +GetStagedPackageOrigin +GetStagedPackagePathByFullName +OpenPackageInfoByFullNameForUser +ParseApplicationUserModelId +VerifyApplicationUserModelId +VerifyPackageFamilyName +VerifyPackageFullName +VerifyPackageId +VerifyPackageRelativeApplicationId diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..8cbafa6a6a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-1 + +EXPORTS + +FindPackagesByPackageFamily +FormatApplicationUserModelId +GetApplicationUserModelIdFromToken +GetPackageApplicationIds +GetPackageFamilyNameFromToken +GetPackageFullNameFromToken +GetPackagePathByFullName +GetStagedPackagePathByFullName +OpenPackageInfoByFullNameForUser +ParseApplicationUserModelId +VerifyApplicationUserModelId +VerifyPackageFamilyName +VerifyPackageFullName +VerifyPackageId +VerifyPackageRelativeApplicationId diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-2.def new file mode 100644 index 0000000000..ff5158c833 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-2.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-2 + +EXPORTS + +AppPolicyGetClrCompat +AppPolicyGetCreateFileAccess +AppPolicyGetLifecycleManagement +AppPolicyGetMediaFoundationCodecLoading +AppPolicyGetProcessTerminationMethod +AppPolicyGetShowDeveloperDiagnostic +AppPolicyGetThreadInitializationType +AppPolicyGetWindowingModel diff --git a/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-3.def new file mode 100644 index 0000000000..8294812aa3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-appmodel-runtime-l1-1-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-3 + +EXPORTS + +GetCurrentPackageInfo2 +GetCurrentPackagePath2 +GetPackageInfo2 +GetPackagePathByFullName2 +GetStagedPackagePathByFullName2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-apiquery-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-apiquery-l2-1-0.def new file mode 100644 index 0000000000..b5cdfb7181 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-apiquery-l2-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-apiquery-l2-1-0 + +EXPORTS + +IsApiSetImplemented +TokenBindingDeleteAllBindings +TokenBindingDeleteBinding +TokenBindingGenerateBinding +TokenBindingGenerateID +TokenBindingGenerateIDForUri +TokenBindingGenerateMessage +TokenBindingGetHighestSupportedVersion +TokenBindingGetKeyTypesClient +TokenBindingGetKeyTypesServer +TokenBindingVerifyMessage diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0.def new file mode 100644 index 0000000000..9355a3bbe9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0.def @@ -0,0 +1,21 @@ +LIBRARY api-ms-win-core-atoms-l1-1-0 + +EXPORTS + +AddAtomA +AddAtomW +DeleteAtom +FindAtomA +FindAtomW +GetAtomNameA +GetAtomNameW +GlobalAddAtomA +GlobalAddAtomExA +GlobalAddAtomExW +GlobalAddAtomW +GlobalDeleteAtom +GlobalFindAtomA +GlobalFindAtomW +GlobalGetAtomNameA +GlobalGetAtomNameW +InitAtomTable diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..61a034a455 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-atoms-l1-1-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-atoms-l1-1-0 + +EXPORTS + +AddAtomA +AddAtomW +DeleteAtom +FindAtomA +FindAtomW +GetAtomNameA +GetAtomNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-backgroundtask-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-backgroundtask-l1-1-0.def new file mode 100644 index 0000000000..e0d183e0d7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-backgroundtask-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-backgroundtask-l1-1-0 + +EXPORTS + +RaiseCustomSystemEventTrigger diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-calendar-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-calendar-l1-1-0.def new file mode 100644 index 0000000000..489c518323 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-calendar-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-calendar-l1-1-0 + +EXPORTS + +AdjustCalendarDate +ConvertCalDateTimeToSystemTime +ConvertSystemTimeToCalDateTime +GetCalendarDateFormatEx +GetCalendarSupportedDateRange +IsCalendarLeapYear +UpdateCalendarDayOfWeek diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0.def new file mode 100644 index 0000000000..2bf089c9bf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0.def @@ -0,0 +1,84 @@ +LIBRARY api-ms-win-core-com-l1-1-0 + +EXPORTS + +CLSIDFromProgID +CLSIDFromString +CoAddRefServerProcess +CoAllowUnmarshalerCLSID +CoCancelCall +CoCopyProxy +CoCreateFreeThreadedMarshaler +CoCreateGuid +CoCreateInstance +CoCreateInstanceEx +CoCreateInstanceFromApp +CoDecodeProxy +CoDecrementMTAUsage +CoDisableCallCancellation +CoDisconnectContext +CoDisconnectObject +CoEnableCallCancellation +CoFreeUnusedLibraries +CoFreeUnusedLibrariesEx +CoGetApartmentType +CoGetCallContext +CoGetCallerTID +CoGetCancelObject +CoGetClassObject +CoGetContextToken +CoGetCurrentLogicalThreadId +CoGetCurrentProcess +CoGetDefaultContext +CoGetInterfaceAndReleaseStream +CoGetMalloc +CoGetMarshalSizeMax +CoGetObjectContext +CoGetPSClsid +CoGetStandardMarshal +CoGetStdMarshalEx +CoGetTreatAsClass +CoImpersonateClient +CoIncrementMTAUsage +CoInitializeEx +CoInitializeSecurity +CoInvalidateRemoteMachineBindings +CoIsHandlerConnected +CoLockObjectExternal +CoMarshalHresult +CoMarshalInterface +CoMarshalInterThreadInterfaceInStream +CoQueryAuthenticationServices +CoQueryClientBlanket +CoQueryProxyBlanket +CoRegisterClassObject +CoRegisterPSClsid +CoRegisterSurrogate +CoReleaseMarshalData +CoReleaseServerProcess +CoResumeClassObjects +CoRevertToSelf +CoRevokeClassObject +CoSetCancelObject +CoSetProxyBlanket +CoSuspendClassObjects +CoSwitchCallContext +CoTaskMemAlloc +CoTaskMemFree +CoTaskMemRealloc +CoTestCancel +CoUninitialize +CoUnmarshalHresult +CoUnmarshalInterface +CoWaitForMultipleHandles +CoWaitForMultipleObjects +CreateStreamOnHGlobal +FreePropVariantArray +GetHGlobalFromStream +IIDFromString +ProgIDFromCLSID +PropVariantClear +PropVariantCopy +StringFromCLSID +StringFromGUID2 +StringFromIID diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..4814f8748d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-0_windowsapp.def @@ -0,0 +1,57 @@ +LIBRARY api-ms-win-core-com-l1-1-0 + +EXPORTS + +CLSIDFromProgID +CLSIDFromString +CoAddRefServerProcess +CoCreateFreeThreadedMarshaler +CoCreateGuid +CoCreateInstance +CoCreateInstanceEx +CoCreateInstanceFromApp +CoDecrementMTAUsage +CoDisconnectObject +CoFreeUnusedLibraries +CoFreeUnusedLibrariesEx +CoGetApartmentType +CoGetClassObject +CoGetContextToken +CoGetCurrentLogicalThreadId +CoGetInterfaceAndReleaseStream +CoGetMalloc +CoGetMarshalSizeMax +CoGetObjectContext +CoGetStandardMarshal +CoIncrementMTAUsage +CoInitializeEx +CoInitializeSecurity +CoLockObjectExternal +CoMarshalInterface +CoMarshalInterThreadInterfaceInStream +CoRegisterClassObject +CoRegisterPSClsid +CoReleaseMarshalData +CoReleaseServerProcess +CoResumeClassObjects +CoRevokeClassObject +CoSetProxyBlanket +CoSuspendClassObjects +CoSwitchCallContext +CoTaskMemAlloc +CoTaskMemFree +CoTaskMemRealloc +CoUninitialize +CoUnmarshalInterface +CoWaitForMultipleHandles +CoWaitForMultipleObjects +CreateStreamOnHGlobal +FreePropVariantArray +GetHGlobalFromStream +IIDFromString +ProgIDFromCLSID +PropVariantClear +PropVariantCopy +StringFromCLSID +StringFromGUID2 +StringFromIID diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1.def new file mode 100644 index 0000000000..2b71894406 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +CoRegisterActivationFilter +RoGetAgileReference diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..98f5d0b443 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +RoGetAgileReference diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-2.def new file mode 100644 index 0000000000..9259c8d019 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-2 + +EXPORTS + +CLSIDFromProgIDEx +CoFileTimeNow diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-3.def new file mode 100644 index 0000000000..9b58f9c1ea --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-3 + +EXPORTS + +CoRegisterDeviceCatalog +CoRevokeDeviceCatalog diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-l2-1-1.def new file mode 100644 index 0000000000..9c75cc8a6c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-l2-1-1.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-com-l2-1-1 + +EXPORTS + +CreateILockBytesOnHGlobal +FmtIdToPropStgName +GetConvertStg +GetHGlobalFromILockBytes +PropStgNameToFmtId +ReadClassStg +ReadClassStm +StgCreateDocfile +StgCreateDocfileOnILockBytes +StgCreatePropSetStg +StgCreatePropStg +StgCreateStorageEx +StgIsStorageFile +StgIsStorageILockBytes +StgOpenPropStg +StgOpenStorage +StgOpenStorageEx +StgOpenStorageOnILockBytes +StgSetTimes +WriteClassStg +WriteClassStm diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def new file mode 100644 index 0000000000..5c76541ad5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-com-midlproxystub-l1-1-0.def @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-com-midlproxystub-l1-1-0 + +EXPORTS + +CStdAsyncStubBuffer_AddRef +CStdAsyncStubBuffer_Connect +CStdAsyncStubBuffer_Disconnect +CStdAsyncStubBuffer_Invoke +CStdAsyncStubBuffer_QueryInterface +CStdAsyncStubBuffer_Release +CStdAsyncStubBuffer2_Connect +CStdAsyncStubBuffer2_Disconnect +CStdAsyncStubBuffer2_Release +CStdStubBuffer2_Connect +CStdStubBuffer2_CountRefs +CStdStubBuffer2_Disconnect +CStdStubBuffer2_QueryInterface +NdrProxyForwardingFunction10 +NdrProxyForwardingFunction11 +NdrProxyForwardingFunction12 +NdrProxyForwardingFunction13 +NdrProxyForwardingFunction14 +NdrProxyForwardingFunction15 +NdrProxyForwardingFunction16 +NdrProxyForwardingFunction17 +NdrProxyForwardingFunction18 +NdrProxyForwardingFunction19 +NdrProxyForwardingFunction20 +NdrProxyForwardingFunction21 +NdrProxyForwardingFunction22 +NdrProxyForwardingFunction23 +NdrProxyForwardingFunction24 +NdrProxyForwardingFunction25 +NdrProxyForwardingFunction26 +NdrProxyForwardingFunction27 +NdrProxyForwardingFunction28 +NdrProxyForwardingFunction29 +NdrProxyForwardingFunction3 +NdrProxyForwardingFunction30 +NdrProxyForwardingFunction31 +NdrProxyForwardingFunction32 +NdrProxyForwardingFunction4 +NdrProxyForwardingFunction5 +NdrProxyForwardingFunction6 +NdrProxyForwardingFunction7 +NdrProxyForwardingFunction8 +NdrProxyForwardingFunction9 +ObjectStublessClient10 +ObjectStublessClient11 +ObjectStublessClient12 +ObjectStublessClient13 +ObjectStublessClient14 +ObjectStublessClient15 +ObjectStublessClient16 +ObjectStublessClient17 +ObjectStublessClient18 +ObjectStublessClient19 +ObjectStublessClient20 +ObjectStublessClient21 +ObjectStublessClient22 +ObjectStublessClient23 +ObjectStublessClient24 +ObjectStublessClient25 +ObjectStublessClient26 +ObjectStublessClient27 +ObjectStublessClient28 +ObjectStublessClient29 +ObjectStublessClient3 +ObjectStublessClient30 +ObjectStublessClient31 +ObjectStublessClient32 +ObjectStublessClient4 +ObjectStublessClient5 +ObjectStublessClient6 +ObjectStublessClient7 +ObjectStublessClient8 +ObjectStublessClient9 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-0.def new file mode 100644 index 0000000000..70e3f03f41 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-0.def @@ -0,0 +1,22 @@ +LIBRARY api-ms-win-core-comm-l1-1-0 + +EXPORTS + +ClearCommBreak +ClearCommError +EscapeCommFunction +GetCommConfig +GetCommMask +GetCommModemStatus +GetCommProperties +GetCommState +GetCommTimeouts +PurgeComm +SetCommBreak +SetCommConfig +SetCommMask +SetCommState +SetCommTimeouts +SetupComm +TransmitCommChar +WaitCommEvent diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-1.def new file mode 100644 index 0000000000..4b7efde4a1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-comm-l1-1-1 + +EXPORTS + +OpenCommPort diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-2.def new file mode 100644 index 0000000000..5d6b8afd78 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-comm-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-comm-l1-1-2 + +EXPORTS + +GetCommPorts diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-1-0.def new file mode 100644 index 0000000000..03c9a91c17 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-core-console-l1-1-0 + +EXPORTS + +AllocConsole +GetConsoleCP +GetConsoleMode +GetConsoleOutputCP +GetNumberOfConsoleInputEvents +ReadConsoleA +ReadConsoleInputA +ReadConsoleInputW +ReadConsoleW +SetConsoleCtrlHandler +SetConsoleMode +WriteConsoleA +WriteConsoleW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-0.def new file mode 100644 index 0000000000..22520b064a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-console-l1-2-0 + +EXPORTS + +AttachConsole +FreeConsole +PeekConsoleInputA +PeekConsoleInputW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-1.def new file mode 100644 index 0000000000..4e8e304408 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-console-l1-2-1 + +EXPORTS + +ClosePseudoConsole +CreatePseudoConsole +ResizePseudoConsole diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-1-0.def new file mode 100644 index 0000000000..eb74431cdd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-1-0.def @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-core-console-l2-1-0 + +EXPORTS + +CreateConsoleScreenBuffer +FillConsoleOutputAttribute +FillConsoleOutputCharacterA +FillConsoleOutputCharacterW +FlushConsoleInputBuffer +GenerateConsoleCtrlEvent +GetConsoleCursorInfo +GetConsoleScreenBufferInfo +GetConsoleScreenBufferInfoEx +GetLargestConsoleWindowSize +ReadConsoleOutputA +ReadConsoleOutputAttribute +ReadConsoleOutputCharacterA +ReadConsoleOutputCharacterW +ReadConsoleOutputW +ScrollConsoleScreenBufferA +ScrollConsoleScreenBufferW +SetConsoleActiveScreenBuffer +SetConsoleCP +SetConsoleCursorInfo +SetConsoleCursorPosition +SetConsoleOutputCP +SetConsoleScreenBufferInfoEx +SetConsoleScreenBufferSize +SetConsoleTextAttribute +SetConsoleWindowInfo +WriteConsoleInputA +WriteConsoleInputW +WriteConsoleOutputA +WriteConsoleOutputAttribute +WriteConsoleOutputCharacterA +WriteConsoleOutputCharacterW +WriteConsoleOutputW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-2-0.def new file mode 100644 index 0000000000..282dae772a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l2-2-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-console-l2-2-0 + +EXPORTS + +GetConsoleOriginalTitleA +GetConsoleOriginalTitleW +GetConsoleTitleA +GetConsoleTitleW +SetConsoleTitleA +SetConsoleTitleW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-console-l3-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-console-l3-2-0.def new file mode 100644 index 0000000000..ca873297e3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-console-l3-2-0.def @@ -0,0 +1,36 @@ +LIBRARY api-ms-win-core-console-l3-2-0 + +EXPORTS + +AddConsoleAliasA +AddConsoleAliasW +ExpungeConsoleCommandHistoryA +ExpungeConsoleCommandHistoryW +GetConsoleAliasA +GetConsoleAliasesA +GetConsoleAliasesLengthA +GetConsoleAliasesLengthW +GetConsoleAliasesW +GetConsoleAliasExesA +GetConsoleAliasExesLengthA +GetConsoleAliasExesLengthW +GetConsoleAliasExesW +GetConsoleAliasW +GetConsoleCommandHistoryA +GetConsoleCommandHistoryLengthA +GetConsoleCommandHistoryLengthW +GetConsoleCommandHistoryW +GetConsoleDisplayMode +GetConsoleFontSize +GetConsoleHistoryInfo +GetConsoleProcessList +GetConsoleSelectionInfo +GetConsoleWindow +GetCurrentConsoleFont +GetCurrentConsoleFontEx +GetNumberOfConsoleMouseButtons +SetConsoleDisplayMode +SetConsoleHistoryInfo +SetConsoleNumberOfCommandsA +SetConsoleNumberOfCommandsW +SetCurrentConsoleFontEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-0.def new file mode 100644 index 0000000000..cb767e9972 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-datetime-l1-1-0 + +EXPORTS + +GetDateFormatA +GetDateFormatW +GetTimeFormatA +GetTimeFormatW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-1.def new file mode 100644 index 0000000000..6e5075a0e1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-datetime-l1-1-1 + +EXPORTS + +GetDateFormatEx +GetTimeFormatEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-2.def new file mode 100644 index 0000000000..53ee9abc69 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-datetime-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-datetime-l1-1-2 + +EXPORTS + +GetDurationFormatEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-0.def new file mode 100644 index 0000000000..83422517c1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-debug-l1-1-0 + +EXPORTS + +DebugBreak +IsDebuggerPresent +OutputDebugStringA +OutputDebugStringW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-1.def new file mode 100644 index 0000000000..f8d4dc1145 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-debug-l1-1-1 + +EXPORTS + +CheckRemoteDebuggerPresent +ContinueDebugEvent +DebugActiveProcess +DebugActiveProcessStop +WaitForDebugEvent diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-2.def new file mode 100644 index 0000000000..fbf92375ed --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-debug-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-debug-l1-1-2 + +EXPORTS + +WaitForDebugEventEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-debug-minidump-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-debug-minidump-l1-1-0.def new file mode 100644 index 0000000000..3da31d6517 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-debug-minidump-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-debug-minidump-l1-1-0 + +EXPORTS + +MiniDumpReadDumpStream +MiniDumpWriteDump diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-0.def new file mode 100644 index 0000000000..89de2e52a0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-delayload-l1-1-0 + +EXPORTS + +DelayLoadFailureHook diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-1.def new file mode 100644 index 0000000000..4de11487ed --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-delayload-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-delayload-l1-1-1 + +EXPORTS + +ResolveDelayLoadedAPI +ResolveDelayLoadsFromDll diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-0.def new file mode 100644 index 0000000000..df5edbe301 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-enclave-l1-1-0 + +EXPORTS + +CreateEnclave +InitializeEnclave +IsEnclaveTypeSupported +LoadEnclaveData diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-1.def new file mode 100644 index 0000000000..8141addf38 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-enclave-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-enclave-l1-1-1 + +EXPORTS + +CallEnclave +DeleteEnclave +LoadEnclaveImageA +LoadEnclaveImageW +TerminateEnclave diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-0.def new file mode 100644 index 0000000000..1b7f655223 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-0 + +EXPORTS + +GetErrorMode +GetLastError +RaiseException +SetErrorMode +SetLastError +SetUnhandledExceptionFilter +UnhandledExceptionFilter diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1.def new file mode 100644 index 0000000000..8387d4dc6c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +AddVectoredContinueHandler +AddVectoredExceptionHandler +RemoveVectoredContinueHandler +RemoveVectoredExceptionHandler +RestoreLastError diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..7d93581c21 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +AddVectoredExceptionHandler +RemoveVectoredExceptionHandler diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-2.def new file mode 100644 index 0000000000..2b29a8db66 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-2 + +EXPORTS + +RaiseFailFastException diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3.def new file mode 100644 index 0000000000..c876fe7d38 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +FatalAppExitA +FatalAppExitW +GetThreadErrorMode +SetThreadErrorMode +TerminateProcessOnMemoryExhaustion diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def new file mode 100644 index 0000000000..9891cc42cf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +FatalAppExitA +FatalAppExitW +GetThreadErrorMode +SetThreadErrorMode diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-0.def new file mode 100644 index 0000000000..9ad6c2ad38 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-featurestaging-l1-1-0 + +EXPORTS + +GetFeatureEnabledState +RecordFeatureError +RecordFeatureUsage +SubscribeFeatureStateChangeNotification +UnsubscribeFeatureStateChangeNotification diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-1.def new file mode 100644 index 0000000000..c9bc941a1d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-featurestaging-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-featurestaging-l1-1-1 + +EXPORTS + +GetFeatureVariant diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-0.def new file mode 100644 index 0000000000..58094ce7cf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-fibers-l1-1-0 + +EXPORTS + +FlsAlloc +FlsFree +FlsGetValue +FlsSetValue diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-1.def new file mode 100644 index 0000000000..0d6151a24a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-fibers-l1-1-1 + +EXPORTS + +IsThreadAFiber diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0.def new file mode 100644 index 0000000000..9e90974dcf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l2-1-0 + +EXPORTS + +ConvertFiberToThread +ConvertThreadToFiber +CreateFiber +DeleteFiber +SwitchToFiber diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..18368fae74 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-fibers-l2-1-0 + +EXPORTS + +ConvertFiberToThread +DeleteFiber +SwitchToFiber diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-1.def new file mode 100644 index 0000000000..51c0d944b1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-fibers-l2-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-fibers-l2-1-1 + +EXPORTS + +ConvertThreadToFiberEx +CreateFiberEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0.def new file mode 100644 index 0000000000..7caaffe33e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-file-ansi-l1-1-0 + +EXPORTS + +DefineDosDeviceA +DeleteVolumeMountPointA +FindFirstVolumeA +FindNextVolumeA +GetLogicalDriveStringsA +GetVolumeNameForVolumeMountPointA +GetVolumePathNameA +GetVolumePathNamesForVolumeNameA +QueryDosDeviceA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..8ce52bcca9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-file-ansi-l1-1-0 + +EXPORTS + +DeleteVolumeMountPointA +FindFirstVolumeA +FindNextVolumeA +GetLogicalDriveStringsA +GetVolumePathNameA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0.def new file mode 100644 index 0000000000..e20372724c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +CopyFileExA +CreateDirectoryExA +CreateSymbolicLinkA +MoveFileWithProgressA +ReplaceFileA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..715f933096 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +CopyFileExA +CreateDirectoryExA +MoveFileWithProgressA +ReplaceFileA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-fromapp-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-fromapp-l1-1-0.def new file mode 100644 index 0000000000..d5b2c33d11 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-fromapp-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-file-fromapp-l1-1-0 + +EXPORTS + +CopyFileFromAppW +CreateDirectoryFromAppW +CreateFile2FromAppW +CreateFileFromAppW +DeleteFileFromAppW +FindFirstFileExFromAppW +GetFileAttributesExFromAppW +MoveFileFromAppW +RemoveDirectoryFromAppW +ReplaceFileFromAppW +SetFileAttributesFromAppW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0.def new file mode 100644 index 0000000000..2a377aeac8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0.def @@ -0,0 +1,79 @@ +LIBRARY api-ms-win-core-file-l1-1-0 + +EXPORTS + +CompareFileTime +CreateDirectoryA +CreateDirectoryW +CreateFileA +CreateFileW +DefineDosDeviceW +DeleteFileA +DeleteFileW +DeleteVolumeMountPointW +FileTimeToLocalFileTime +FindClose +FindCloseChangeNotification +FindFirstChangeNotificationA +FindFirstChangeNotificationW +FindFirstFileA +FindFirstFileExA +FindFirstFileExW +FindFirstFileW +FindFirstVolumeW +FindNextChangeNotification +FindNextFileA +FindNextFileW +FindNextVolumeW +FindVolumeClose +FlushFileBuffers +GetDiskFreeSpaceA +GetDiskFreeSpaceExA +GetDiskFreeSpaceExW +GetDiskFreeSpaceW +GetDriveTypeA +GetDriveTypeW +GetFileAttributesA +GetFileAttributesExA +GetFileAttributesExW +GetFileAttributesW +GetFileInformationByHandle +GetFileSize +GetFileSizeEx +GetFileTime +GetFileType +GetFinalPathNameByHandleA +GetFinalPathNameByHandleW +GetFullPathNameA +GetFullPathNameW +GetLogicalDrives +GetLogicalDriveStringsW +GetLongPathNameA +GetLongPathNameW +GetShortPathNameW +GetTempFileNameW +GetVolumeInformationByHandleW +GetVolumeInformationW +GetVolumePathNameW +LocalFileTimeToFileTime +LockFile +LockFileEx +QueryDosDeviceW +ReadFile +ReadFileEx +ReadFileScatter +RemoveDirectoryA +RemoveDirectoryW +SetEndOfFile +SetFileAttributesA +SetFileAttributesW +SetFileInformationByHandle +SetFilePointer +SetFilePointerEx +SetFileTime +SetFileValidData +UnlockFile +UnlockFileEx +WriteFile +WriteFileEx +WriteFileGather diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..fb547c7527 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-1-0_windowsapp.def @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-file-l1-1-0 + +EXPORTS + +CompareFileTime +CreateDirectoryA +CreateDirectoryW +CreateFileA +CreateFileW +DeleteFileA +DeleteFileW +DeleteVolumeMountPointW +FileTimeToLocalFileTime +FindClose +FindCloseChangeNotification +FindFirstChangeNotificationA +FindFirstChangeNotificationW +FindFirstFileA +FindFirstFileExA +FindFirstFileExW +FindFirstFileW +FindFirstVolumeW +FindNextChangeNotification +FindNextFileA +FindNextFileW +FindNextVolumeW +FindVolumeClose +FlushFileBuffers +GetDiskFreeSpaceA +GetDiskFreeSpaceExA +GetDiskFreeSpaceExW +GetDiskFreeSpaceW +GetDriveTypeA +GetDriveTypeW +GetFileAttributesA +GetFileAttributesExA +GetFileAttributesExW +GetFileAttributesW +GetFileInformationByHandle +GetFileSize +GetFileSizeEx +GetFileTime +GetFileType +GetFinalPathNameByHandleA +GetFinalPathNameByHandleW +GetFullPathNameA +GetFullPathNameW +GetLogicalDrives +GetLogicalDriveStringsW +GetLongPathNameA +GetLongPathNameW +GetShortPathNameW +GetTempFileNameW +GetVolumeInformationByHandleW +GetVolumeInformationW +GetVolumePathNameW +LocalFileTimeToFileTime +LockFile +LockFileEx +ReadFile +ReadFileEx +ReadFileScatter +RemoveDirectoryA +RemoveDirectoryW +SetEndOfFile +SetFileAttributesA +SetFileAttributesW +SetFileInformationByHandle +SetFilePointer +SetFilePointerEx +SetFileTime +SetFileValidData +UnlockFile +UnlockFileEx +WriteFile +WriteFileEx +WriteFileGather diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-0.def new file mode 100644 index 0000000000..f66dc8765b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l1-2-0 + +EXPORTS + +CreateFile2 +GetTempPathW +GetVolumeNameForVolumeMountPointW +GetVolumePathNamesForVolumeNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-1.def new file mode 100644 index 0000000000..5d1e45028f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-file-l1-2-1 + +EXPORTS + +GetCompressedFileSizeA +GetCompressedFileSizeW +SetFileIoOverlappedRange diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2.def new file mode 100644 index 0000000000..5ef8f9461a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-file-l1-2-2 + +EXPORTS + +AreFileApisANSI +FindFirstFileNameW +FindFirstStreamW +FindNextFileNameW +FindNextStreamW +GetTempFileNameA +GetTempPathA +GetVolumeInformationA +SetFileApisToANSI +SetFileApisToOEM diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2_windowsapp.def new file mode 100644 index 0000000000..10b71c9bec --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l1-2-2 + +EXPORTS + +AreFileApisANSI +GetTempFileNameA +GetTempPathA +GetVolumeInformationA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-3.def new file mode 100644 index 0000000000..661ebc4f7a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l1-2-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-file-l1-2-3 + +EXPORTS + +GetDiskSpaceInformationA +GetDiskSpaceInformationW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-0.def new file mode 100644 index 0000000000..550b9cd669 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-file-l2-1-0 + +EXPORTS + +CopyFile2 +CopyFileExW +CreateDirectoryExW +CreateHardLinkW +CreateSymbolicLinkW +GetFileInformationByHandleEx +MoveFileExW +MoveFileWithProgressW +ReadDirectoryChangesW +ReOpenFile +ReplaceFileW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-1.def new file mode 100644 index 0000000000..a362f060de --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-1 + +EXPORTS + +OpenFileById diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2.def new file mode 100644 index 0000000000..a01581d9f5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-file-l2-1-2 + +EXPORTS + +CopyFileW +CreateHardLinkA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2_windowsapp.def new file mode 100644 index 0000000000..2bcfe4d54f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-2_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-2 + +EXPORTS + +CopyFileW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-3.def new file mode 100644 index 0000000000..abeeef4021 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-file-l2-1-3.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-3 + +EXPORTS + +ReadDirectoryChangesExW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-firmware-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-firmware-l1-1-0.def new file mode 100644 index 0000000000..a935244efc --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-firmware-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-firmware-l1-1-0 + +EXPORTS + +GetFirmwareEnvironmentVariableA +GetFirmwareEnvironmentVariableExA +GetFirmwareEnvironmentVariableExW +GetFirmwareEnvironmentVariableW +SetFirmwareEnvironmentVariableA +SetFirmwareEnvironmentVariableExA +SetFirmwareEnvironmentVariableExW +SetFirmwareEnvironmentVariableW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-handle-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-handle-l1-1-0.def new file mode 100644 index 0000000000..ae6df29659 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-handle-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-handle-l1-1-0 + +EXPORTS + +CloseHandle +CompareObjectHandles +DuplicateHandle +GetHandleInformation +SetHandleInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-heap-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l1-1-0.def new file mode 100644 index 0000000000..36855dcf98 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l1-1-0.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-core-heap-l1-1-0 + +EXPORTS + +GetProcessHeap +GetProcessHeaps +HeapAlloc +HeapCompact +HeapCreate +HeapDestroy +HeapFree +HeapLock +HeapQueryInformation +HeapReAlloc +HeapSetInformation +HeapSize +HeapUnlock +HeapValidate +HeapWalk diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0.def new file mode 100644 index 0000000000..f78a08de27 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-heap-l2-1-0 + +EXPORTS + +GlobalAlloc +GlobalFree +LocalAlloc +LocalFree +LocalLock +LocalReAlloc +LocalUnlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..8db6ba16ce --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-heap-l2-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-heap-l2-1-0 + +EXPORTS + +GlobalAlloc +GlobalFree +LocalAlloc +LocalFree +LocalReAlloc diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0.def new file mode 100644 index 0000000000..3402d7e220 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-heap-obsolete-l1-1-0 + +EXPORTS + +GlobalFlags +GlobalHandle +GlobalLock +GlobalReAlloc +GlobalSize +GlobalUnlock +LocalFlags +LocalSize diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ba2dcc6d40 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-heap-obsolete-l1-1-0 + +EXPORTS + +GlobalLock +GlobalReAlloc +GlobalSize +GlobalUnlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-1-0.def new file mode 100644 index 0000000000..b3a441e0af --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-interlocked-l1-1-0 + +EXPORTS + +InitializeSListHead +InterlockedFlushSList +InterlockedPopEntrySList +InterlockedPushEntrySList +QueryDepthSList diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-2-0.def new file mode 100644 index 0000000000..eb0ff81fbb --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-interlocked-l1-2-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-interlocked-l1-2-0 + +EXPORTS + +InterlockedPushListSListEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-0.def new file mode 100644 index 0000000000..8fd77c911d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-io-l1-1-0 + +EXPORTS + +CancelIoEx +CreateIoCompletionPort +DeviceIoControl +GetOverlappedResult +GetQueuedCompletionStatus +GetQueuedCompletionStatusEx +PostQueuedCompletionStatus diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1.def new file mode 100644 index 0000000000..41668ee7ac --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIo +CancelSynchronousIo +GetOverlappedResultEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..69b913f0b5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-io-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIo +GetOverlappedResultEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-job-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-job-l1-1-0.def new file mode 100644 index 0000000000..cbd2a18a83 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-job-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-job-l1-1-0 + +EXPORTS + +IsProcessInJob diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0.def new file mode 100644 index 0000000000..7f4e9d2a3a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-job-l2-1-0 + +EXPORTS + +AssignProcessToJobObject +CreateJobObjectW +OpenJobObjectW +QueryInformationJobObject +SetInformationJobObject +TerminateJobObject diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..b044e6515b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-job-l2-1-0 + +EXPORTS + +AssignProcessToJobObject +CreateJobObjectW +SetInformationJobObject diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-1.def new file mode 100644 index 0000000000..89c0e1c0a5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-job-l2-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-job-l2-1-1 + +EXPORTS + +FreeMemoryJobObject +QueryIoRateControlInformationJobObject +SetIoRateControlInformationJobObject diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def new file mode 100644 index 0000000000..c00819bbc9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0 + +EXPORTS + +AddLocalAlternateComputerNameA +CreateFileMappingNumaA +CreateFileTransactedA +CreateJobObjectA +FindFirstVolumeMountPointA +FindNextVolumeMountPointA +GetFileAttributesTransactedA +OpenJobObjectA +SetDllDirectoryA +SetVolumeLabelA +SetVolumeMountPointA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3d8b7710c2 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0 + +EXPORTS + +SetDllDirectoryA +SetVolumeLabelA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0.def new file mode 100644 index 0000000000..43be046ccc --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0.def @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-0 + +EXPORTS + +AddLocalAlternateComputerNameW +BackupRead +BackupWrite +BindIoCompletionCallback +CopyFileA +CreateFileMappingA +CreateFileTransactedW +CreateMailslotA +CreateNamedPipeA +DnsHostnameToComputerNameW +DosDateTimeToFileTime +FileTimeToDosDateTime +FindResourceA +FindResourceExA +GetComputerNameA +GetComputerNameW +GetMaximumProcessorGroupCount +GetNamedPipeClientProcessId +GetNamedPipeServerProcessId +GetShortPathNameA +GetStartupInfoA +GetSystemPowerStatus +GetTapeParameters +GetThreadSelectorEntry +GlobalMemoryStatus +MoveFileA +MoveFileExA +MoveFileW +OpenFile +PulseEvent +RegisterWaitForSingleObject +SetFileCompletionNotificationModes +SetHandleCount +SetMailslotInfo +SetVolumeLabelW +UnregisterWait +WTSGetActiveConsoleSessionId diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..75d3067a02 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def @@ -0,0 +1,23 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-0 + +EXPORTS + +CopyFileA +CreateFileMappingA +CreateNamedPipeA +DosDateTimeToFileTime +FileTimeToDosDateTime +FindResourceA +GetComputerNameA +GetComputerNameW +GetShortPathNameA +GetStartupInfoA +GetSystemPowerStatus +GlobalMemoryStatus +MoveFileA +MoveFileExA +MoveFileW +RegisterWaitForSingleObject +SetFileCompletionNotificationModes +SetVolumeLabelW +UnregisterWait diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def new file mode 100644 index 0000000000..0c2b46057f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +FindFirstVolumeMountPointW +FindNextVolumeMountPointW +FindVolumeMountPointClose +GetFileAttributesTransactedW +GetFirmwareType +GetNumaAvailableMemoryNodeEx +GetNumaNodeProcessorMask +GetNumaProcessorNodeEx +PowerClearRequest +PowerCreateRequest +PowerSetRequest +SetDllDirectoryW +SetVolumeMountPointW +VerifyVersionInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..55f945c1af --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +SetDllDirectoryW +VerifyVersionInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2.def new file mode 100644 index 0000000000..9f6dcf4170 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-2 + +EXPORTS + +GetBinaryTypeW +Module32First +Module32Next +OpenFileMappingA +Process32First +Process32Next +SetTermsrvAppInstallMode +VerifyVersionInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..75f2f22356 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-2 + +EXPORTS + +OpenFileMappingA +Process32First +Process32Next +VerifyVersionInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-3.def new file mode 100644 index 0000000000..09be6d56ee --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-3.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-3 + +EXPORTS + +CopyFileTransactedW +CreateDirectoryTransactedW +CreateHardLinkTransactedW +CreateMailslotW +CreateSymbolicLinkTransactedW +DeleteFileTransactedW +FindFirstFileTransactedW +GetBinaryTypeA +GetCompressedFileSizeTransactedW +GetFullPathNameTransactedW +GetLongPathNameTransactedW +MoveFileTransactedW +RemoveDirectoryTransactedW +SetFileAttributesTransactedW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-4.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-4.def new file mode 100644 index 0000000000..fc043034f4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-4 + +EXPORTS + +GetMailslotInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5.def new file mode 100644 index 0000000000..82a4c3f246 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-5 + +EXPORTS + +GetDllDirectoryW +SetThreadExecutionState diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def new file mode 100644 index 0000000000..7cee34b81d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-5 + +EXPORTS + +SetThreadExecutionState diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-6.def b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-6.def new file mode 100644 index 0000000000..daa567cc11 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-kernel32-legacy-l1-1-6.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-6 + +EXPORTS + +GetDevicePowerState +GetMaximumProcessorCount diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-largeinteger-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-largeinteger-l1-1-0.def new file mode 100644 index 0000000000..c7ca573bdc --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-largeinteger-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-largeinteger-l1-1-0 + +EXPORTS + +MulDiv diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0.def new file mode 100644 index 0000000000..5fac717b33 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0.def @@ -0,0 +1,33 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +AddDllDirectory +DisableThreadLibraryCalls +EnumResourceLanguagesExA +EnumResourceLanguagesExW +EnumResourceNamesExA +EnumResourceNamesExW +EnumResourceTypesExA +EnumResourceTypesExW +FindResourceExW +FindStringOrdinal +FreeLibrary +FreeLibraryAndExitThread +FreeResource +GetModuleFileNameA +GetModuleFileNameW +GetModuleHandleA +GetModuleHandleExA +GetModuleHandleExW +GetModuleHandleW +GetProcAddress +LoadLibraryExA +LoadLibraryExW +LoadResource +LoadStringA +LoadStringW +LockResource +RemoveDllDirectory +SetDefaultDllDirectories +SizeofResource diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..d3119e5563 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def @@ -0,0 +1,27 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +AddDllDirectory +DisableThreadLibraryCalls +FindResourceExW +FindStringOrdinal +FreeLibrary +FreeLibraryAndExitThread +FreeResource +GetModuleFileNameA +GetModuleFileNameW +GetModuleHandleA +GetModuleHandleExA +GetModuleHandleExW +GetModuleHandleW +GetProcAddress +LoadLibraryExA +LoadLibraryExW +LoadResource +LoadStringA +LoadStringW +LockResource +RemoveDllDirectory +SetDefaultDllDirectories +SizeofResource diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-1.def new file mode 100644 index 0000000000..03a8767073 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-1 + +EXPORTS + +FindResourceW +LoadLibraryA +LoadLibraryW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-2.def new file mode 100644 index 0000000000..39da1b608d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-2 + +EXPORTS + +EnumResourceNamesW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l2-1-0.def new file mode 100644 index 0000000000..eba35f6ad8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-libraryloader-l2-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-libraryloader-l2-1-0 + +EXPORTS + +LoadPackagedLibrary +QueryOptionalDelayLoadedAPI diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def new file mode 100644 index 0000000000..da7260f77f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0.def @@ -0,0 +1,22 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +EnumCalendarInfoA +EnumCalendarInfoExA +EnumDateFormatsA +EnumDateFormatsExA +EnumLanguageGroupLocalesA +EnumSystemCodePagesA +EnumSystemLanguageGroupsA +EnumTimeFormatsA +EnumUILanguagesA +FoldStringA +GetCalendarInfoA +GetCPInfoExA +GetCurrencyFormatA +GetGeoInfoA +GetNumberFormatA +GetStringTypeExA +SetCalendarInfoA +SetLocaleInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..6028463568 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +EnumUILanguagesA +FoldStringA +GetCalendarInfoA +GetStringTypeExA +SetCalendarInfoA +SetLocaleInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0.def new file mode 100644 index 0000000000..4ae8956300 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0.def @@ -0,0 +1,63 @@ +LIBRARY api-ms-win-core-localization-l1-2-0 + +EXPORTS + +ConvertDefaultLocale +EnumSystemGeoID +EnumSystemLocalesA +EnumSystemLocalesW +FindNLSString +FindNLSStringEx +FormatMessageA +FormatMessageW +GetACP +GetCalendarInfoEx +GetCalendarInfoW +GetCPInfo +GetCPInfoExW +GetFileMUIInfo +GetFileMUIPath +GetGeoInfoW +GetLocaleInfoA +GetLocaleInfoEx +GetLocaleInfoW +GetNLSVersion +GetNLSVersionEx +GetOEMCP +GetProcessPreferredUILanguages +GetSystemDefaultLangID +GetSystemDefaultLCID +GetSystemPreferredUILanguages +GetThreadLocale +GetThreadPreferredUILanguages +GetThreadUILanguage +GetUILanguageInfo +GetUserDefaultLangID +GetUserDefaultLCID +GetUserDefaultLocaleName +GetUserGeoID +GetUserPreferredUILanguages +IdnToAscii +IdnToUnicode +IsDBCSLeadByte +IsDBCSLeadByteEx +IsNLSDefinedString +IsValidCodePage +IsValidLanguageGroup +IsValidLocale +IsValidLocaleName +IsValidNLSVersion +LCMapStringA +LCMapStringEx +LCMapStringW +LocaleNameToLCID +ResolveLocaleName +SetCalendarInfoW +SetLocaleInfoW +SetProcessPreferredUILanguages +SetThreadLocale +SetThreadPreferredUILanguages +SetThreadUILanguage +SetUserGeoID +VerLanguageNameA +VerLanguageNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..de9a0c16bf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-0_windowsapp.def @@ -0,0 +1,62 @@ +LIBRARY api-ms-win-core-localization-l1-2-0 + +EXPORTS + +ConvertDefaultLocale +EnumSystemGeoID +EnumSystemLocalesA +EnumSystemLocalesW +FindNLSString +FindNLSStringEx +FormatMessageA +FormatMessageW +GetACP +GetCalendarInfoEx +GetCalendarInfoW +GetCPInfo +GetCPInfoExW +GetFileMUIInfo +GetFileMUIPath +GetGeoInfoW +GetLocaleInfoA +GetLocaleInfoEx +GetLocaleInfoW +GetNLSVersion +GetNLSVersionEx +GetOEMCP +GetProcessPreferredUILanguages +GetSystemDefaultLangID +GetSystemDefaultLCID +GetSystemPreferredUILanguages +GetThreadLocale +GetThreadPreferredUILanguages +GetThreadUILanguage +GetUILanguageInfo +GetUserDefaultLangID +GetUserDefaultLCID +GetUserDefaultLocaleName +GetUserGeoID +GetUserPreferredUILanguages +IdnToAscii +IdnToUnicode +IsDBCSLeadByte +IsDBCSLeadByteEx +IsNLSDefinedString +IsValidCodePage +IsValidLanguageGroup +IsValidLocale +IsValidLocaleName +IsValidNLSVersion +LCMapStringA +LCMapStringEx +LCMapStringW +LocaleNameToLCID +ResolveLocaleName +SetCalendarInfoW +SetLocaleInfoW +SetProcessPreferredUILanguages +SetThreadLocale +SetThreadPreferredUILanguages +SetThreadUILanguage +VerLanguageNameA +VerLanguageNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-1.def new file mode 100644 index 0000000000..71012cae89 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-localization-l1-2-1 + +EXPORTS + +EnumSystemLocalesEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-2.def new file mode 100644 index 0000000000..aad38fecb2 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-2 + +EXPORTS + +GetSystemDefaultLocaleName +LCIDToLocaleName diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-3.def new file mode 100644 index 0000000000..2e310a9c3a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-3.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-localization-l1-2-3 + +EXPORTS + +EnumSystemGeoNames +GetGeoInfoEx +GetUserDefaultGeoName +SetUserGeoName diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-4.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-4.def new file mode 100644 index 0000000000..a3f69f39a8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l1-2-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-4 + +EXPORTS + +RestoreThreadPreferredUILanguages +SetThreadPreferredUILanguages2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0.def new file mode 100644 index 0000000000..00307d4954 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx +EnumCalendarInfoExW +EnumCalendarInfoW +EnumDateFormatsExEx +EnumDateFormatsExW +EnumDateFormatsW +EnumSystemCodePagesW +EnumTimeFormatsEx +EnumTimeFormatsW +GetCurrencyFormatEx +GetCurrencyFormatW +GetNumberFormatEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..42abb8784c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-l2-1-0_windowsapp.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx +EnumCalendarInfoW +EnumDateFormatsExEx +EnumSystemCodePagesW +EnumTimeFormatsEx +GetCurrencyFormatEx +GetCurrencyFormatW +GetNumberFormatEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0.def new file mode 100644 index 0000000000..130780154d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-localization-obsolete-l1-2-0 + +EXPORTS + +CompareStringA +EnumLanguageGroupLocalesW +EnumSystemLanguageGroupsW +EnumUILanguagesW +GetNumberFormatW +GetStringTypeA +GetSystemDefaultUILanguage +GetUserDefaultUILanguage diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..47dc192de0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-localization-obsolete-l1-2-0 + +EXPORTS + +CompareStringA +EnumUILanguagesW +GetStringTypeA +GetSystemDefaultUILanguage +GetUserDefaultUILanguage diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-0.def new file mode 100644 index 0000000000..fe1afb8b4b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-0.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-core-memory-l1-1-0 + +EXPORTS + +CreateFileMappingW +FlushViewOfFile +MapViewOfFile +MapViewOfFileEx +OpenFileMappingW +ReadProcessMemory +UnmapViewOfFile +VirtualAlloc +VirtualAllocEx +VirtualFree +VirtualFreeEx +VirtualProtect +VirtualProtectEx +VirtualQuery +VirtualQueryEx +WriteProcessMemory diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1.def new file mode 100644 index 0000000000..07a944aa7c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-core-memory-l1-1-1 + +EXPORTS + +CreateFileMappingFromApp +CreateFileMappingNumaW +CreateMemoryResourceNotification +GetLargePageMinimum +GetProcessWorkingSetSizeEx +GetSystemFileCacheSize +GetWriteWatch +MapViewOfFileFromApp +PrefetchVirtualMemory +QueryMemoryResourceNotification +ResetWriteWatch +SetProcessWorkingSetSizeEx +SetSystemFileCacheSize +UnmapViewOfFileEx +VirtualLock +VirtualUnlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..194ce4eaf8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-1_windowsapp.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-memory-l1-1-1 + +EXPORTS + +CreateFileMappingFromApp +GetLargePageMinimum +GetProcessWorkingSetSizeEx +GetWriteWatch +MapViewOfFileFromApp +ResetWriteWatch +SetProcessWorkingSetSizeEx +UnmapViewOfFileEx +VirtualLock +VirtualUnlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2.def new file mode 100644 index 0000000000..2ad9631037 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +AllocateUserPhysicalPages +AllocateUserPhysicalPagesNuma +DiscardVirtualMemory +FreeUserPhysicalPages +GetMemoryErrorHandlingCapabilities +MapUserPhysicalPages +OfferVirtualMemory +ReclaimVirtualMemory +RegisterBadMemoryNotification +UnregisterBadMemoryNotification +VirtualAllocExNuma diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..8cd4da6a14 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-2_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +DiscardVirtualMemory +OfferVirtualMemory +ReclaimVirtualMemory diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-3.def new file mode 100644 index 0000000000..2699bd2a2c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-3.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-memory-l1-1-3 + +EXPORTS + +OpenFileMappingFromApp +SetProcessValidCallTargets +VirtualAllocFromApp +VirtualProtectFromApp diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-4.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-4.def new file mode 100644 index 0000000000..f87e72b0c0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-memory-l1-1-4 + +EXPORTS + +QueryVirtualMemoryInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5.def new file mode 100644 index 0000000000..f468baa0ad --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-5 + +EXPORTS + +MapViewOfFileNuma2 +UnmapViewOfFile2 +VirtualUnlockEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5_windowsapp.def new file mode 100644 index 0000000000..0a0ed7e860 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-5_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-5 + +EXPORTS + +UnmapViewOfFile2 +VirtualUnlockEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6.def new file mode 100644 index 0000000000..1c357027bd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-memory-l1-1-6 + +EXPORTS + +MapViewOfFile3 +MapViewOfFile3FromApp +VirtualAlloc2 +VirtualAlloc2FromApp diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6_windowsapp.def new file mode 100644 index 0000000000..4b55a7d908 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-6_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-6 + +EXPORTS + +MapViewOfFile3FromApp +VirtualAlloc2FromApp diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7.def new file mode 100644 index 0000000000..2ff99b18d9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-7 + +EXPORTS + +CreateFileMapping2 +SetProcessValidCallTargetsForMappedView diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7_windowsapp.def new file mode 100644 index 0000000000..a18fe2eab9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-memory-l1-1-7_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-memory-l1-1-7 + +EXPORTS + +SetProcessValidCallTargetsForMappedView diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-0.def new file mode 100644 index 0000000000..cab65a5c8c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-namedpipe-ansi-l1-1-0 + +EXPORTS + +GetNamedPipeClientComputerNameA +GetNamedPipeHandleStateA +WaitNamedPipeA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-1.def new file mode 100644 index 0000000000..f22081930a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-ansi-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-namedpipe-ansi-l1-1-1 + +EXPORTS + +CallNamedPipeA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-1-0.def new file mode 100644 index 0000000000..30fe0888a7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-namedpipe-l1-1-0 + +EXPORTS + +ConnectNamedPipe +CreateNamedPipeW +CreatePipe +DisconnectNamedPipe +GetNamedPipeClientComputerNameW +ImpersonateNamedPipeClient +PeekNamedPipe +SetNamedPipeHandleState +TransactNamedPipe +WaitNamedPipeW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-1.def new file mode 100644 index 0000000000..f2c2339916 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-namedpipe-l1-2-1 + +EXPORTS + +GetNamedPipeHandleStateW +GetNamedPipeInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-2.def new file mode 100644 index 0000000000..b194275ba5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namedpipe-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-namedpipe-l1-2-2 + +EXPORTS + +CallNamedPipeW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namespace-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-namespace-ansi-l1-1-0.def new file mode 100644 index 0000000000..fa16fade6d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namespace-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-namespace-ansi-l1-1-0 + +EXPORTS + +CreateBoundaryDescriptorA +CreatePrivateNamespaceA +OpenPrivateNamespaceA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-namespace-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-namespace-l1-1-0.def new file mode 100644 index 0000000000..38613de60d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-namespace-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-namespace-l1-1-0 + +EXPORTS + +AddSIDToBoundaryDescriptor +ClosePrivateNamespace +CreateBoundaryDescriptorW +CreatePrivateNamespaceW +DeleteBoundaryDescriptor +OpenPrivateNamespaceW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-normalization-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-normalization-l1-1-0.def new file mode 100644 index 0000000000..55da3d3117 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-normalization-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-normalization-l1-1-0 + +EXPORTS + +GetStringScripts +IdnToNameprepUnicode +IsNormalizedString +NormalizeString +VerifyScripts diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-path-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-path-l1-1-0.def new file mode 100644 index 0000000000..42ca163355 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-path-l1-1-0.def @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-path-l1-1-0 + +EXPORTS + +PathAllocCanonicalize +PathAllocCombine +PathCchAddBackslash +PathCchAddBackslashEx +PathCchAddExtension +PathCchAppend +PathCchAppendEx +PathCchCanonicalize +PathCchCanonicalizeEx +PathCchCombine +PathCchCombineEx +PathCchFindExtension +PathCchIsRoot +PathCchRemoveBackslash +PathCchRemoveBackslashEx +PathCchRemoveExtension +PathCchRemoveFileSpec +PathCchRenameExtension +PathCchSkipRoot +PathCchStripPrefix +PathCchStripToRoot +PathIsUNCEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-perfcounters-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-perfcounters-l1-1-0.def new file mode 100644 index 0000000000..33b59b6e25 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-perfcounters-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-perfcounters-l1-1-0 + +EXPORTS + +PerfCreateInstance +PerfDecrementULongCounterValue +PerfDecrementULongLongCounterValue +PerfDeleteInstance +PerfIncrementULongCounterValue +PerfIncrementULongLongCounterValue +PerfQueryInstance +PerfSetCounterRefValue +PerfSetCounterSetInfo +PerfSetULongCounterValue +PerfSetULongLongCounterValue +PerfStartProvider +PerfStartProviderEx +PerfStopProvider diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0.def new file mode 100644 index 0000000000..fc5581fe1a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-0 + +EXPORTS + +GetPrivateProfileIntA +GetPrivateProfileIntW +GetPrivateProfileSectionW +GetPrivateProfileStringA +GetPrivateProfileStringW +GetProfileIntA +GetProfileIntW +GetProfileSectionA +GetProfileSectionW +GetProfileStringA +GetProfileStringW +WritePrivateProfileSectionA +WritePrivateProfileStringA +WritePrivateProfileStringW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..9ada645eab --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-0 + +EXPORTS + +GetPrivateProfileIntA +GetPrivateProfileStringA +GetPrivateProfileStringW +WritePrivateProfileStringA +WritePrivateProfileStringW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1.def new file mode 100644 index 0000000000..27fdfc399a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-1 + +EXPORTS + +GetPrivateProfileSectionA +WritePrivateProfileSectionW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..3238a609d1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-1 + +EXPORTS + +GetPrivateProfileSectionA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-ansi-l1-1-0.def new file mode 100644 index 0000000000..3dc3ca3292 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-ansi-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processenvironment-ansi-l1-1-0 + +EXPORTS + +SetEnvironmentStringsA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-1-0.def new file mode 100644 index 0000000000..332eb4813d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-1-0.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-processenvironment-l1-1-0 + +EXPORTS + +ExpandEnvironmentStringsA +ExpandEnvironmentStringsW +FreeEnvironmentStringsA +FreeEnvironmentStringsW +GetCommandLineA +GetCommandLineW +GetCurrentDirectoryA +GetCurrentDirectoryW +GetEnvironmentStrings +GetEnvironmentStringsW +GetEnvironmentVariableA +GetEnvironmentVariableW +GetStdHandle +SearchPathW +SetCurrentDirectoryA +SetCurrentDirectoryW +SetEnvironmentStringsW +SetEnvironmentVariableA +SetEnvironmentVariableW +SetStdHandle +SetStdHandleEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0.def new file mode 100644 index 0000000000..f864f2ff6a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +NeedCurrentDirectoryForExePathA +NeedCurrentDirectoryForExePathW +SearchPathA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..0987083d1f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +SearchPathA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processsnapshot-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processsnapshot-l1-1-0.def new file mode 100644 index 0000000000..77c533ea5a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processsnapshot-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-processsnapshot-l1-1-0 + +EXPORTS + +PssCaptureSnapshot +PssDuplicateSnapshot +PssFreeSnapshot +PssQuerySnapshot +PssWalkMarkerCreate +PssWalkMarkerFree +PssWalkMarkerGetPosition +PssWalkMarkerSeekToBeginning +PssWalkMarkerSetPosition +PssWalkSnapshot diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-0.def new file mode 100644 index 0000000000..f2d3b5d0d8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-0.def @@ -0,0 +1,53 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-0 + +EXPORTS + +CreateProcessA +CreateProcessAsUserW +CreateProcessW +CreateRemoteThread +CreateRemoteThreadEx +CreateThread +DeleteProcThreadAttributeList +ExitProcess +ExitThread +FlushProcessWriteBuffers +GetCurrentProcess +GetCurrentProcessId +GetCurrentThread +GetCurrentThreadId +GetExitCodeProcess +GetExitCodeThread +GetPriorityClass +GetProcessId +GetProcessIdOfThread +GetProcessTimes +GetProcessVersion +GetStartupInfoW +GetThreadId +GetThreadPriority +GetThreadPriorityBoost +InitializeProcThreadAttributeList +OpenProcessToken +OpenThread +OpenThreadToken +ProcessIdToSessionId +QueryProcessAffinityUpdateMode +QueueUserAPC +ResumeThread +SetPriorityClass +SetProcessAffinityUpdateMode +SetProcessShutdownParameters +SetThreadPriority +SetThreadPriorityBoost +SetThreadStackGuarantee +SetThreadToken +SuspendThread +SwitchToThread +TerminateProcess +TerminateThread +TlsAlloc +TlsFree +TlsGetValue +TlsSetValue +UpdateProcThreadAttribute diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-1.def new file mode 100644 index 0000000000..b3f1baa78c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-1.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-1 + +EXPORTS + +FlushInstructionCache +GetCurrentProcessorNumber +GetCurrentProcessorNumberEx +GetCurrentThreadStackLimits +GetProcessHandleCount +GetProcessMitigationPolicy +GetThreadContext +GetThreadIdealProcessorEx +GetThreadTimes +IsProcessorFeaturePresent +OpenProcess +SetProcessMitigationPolicy +SetThreadContext +SetThreadIdealProcessorEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2.def new file mode 100644 index 0000000000..a6559cd60c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +GetProcessPriorityBoost +GetSystemTimes +GetThreadInformation +GetThreadIOPendingFlag +IsProcessCritical +QueryProtectedPolicy +SetProcessPriorityBoost +SetProtectedPolicy +SetThreadInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..d2e7dc236c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +GetProcessPriorityBoost +GetSystemTimes +SetProcessPriorityBoost +SetThreadInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3.def new file mode 100644 index 0000000000..23040a6ec7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +CreateProcessAsUserA +GetProcessDefaultCpuSets +GetProcessInformation +GetProcessShutdownParameters +GetSystemCpuSetInformation +GetThreadDescription +GetThreadSelectedCpuSets +SetProcessDefaultCpuSets +SetProcessInformation +SetThreadDescription +SetThreadIdealProcessor +SetThreadSelectedCpuSets diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3_windowsapp.def new file mode 100644 index 0000000000..e1a430593d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-3_windowsapp.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +CreateProcessAsUserA +GetProcessDefaultCpuSets +GetProcessInformation +GetSystemCpuSetInformation +GetThreadDescription +GetThreadSelectedCpuSets +SetProcessDefaultCpuSets +SetProcessInformation +SetThreadDescription +SetThreadIdealProcessor +SetThreadSelectedCpuSets diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-4.def b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-4.def new file mode 100644 index 0000000000..4f85d27a4d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processthreads-l1-1-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-4 + +EXPORTS + +SetProcessDynamicEHContinuationTargets +SetProcessDynamicEnforcedCetCompatibleRanges diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0.def new file mode 100644 index 0000000000..ccbf79d96f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-processtopology-l1-1-0 + +EXPORTS + +GetProcessGroupAffinity +GetThreadGroupAffinity +SetThreadGroupAffinity diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..a9f01daa49 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-processtopology-l1-1-0 + +EXPORTS + +GetThreadGroupAffinity +SetThreadGroupAffinity diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0.def new file mode 100644 index 0000000000..6f54d0b28b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-0 + +EXPORTS + +GetActiveProcessorCount +GetProcessAffinityMask +GetProcessIoCounters +SetProcessAffinityMask +SetThreadAffinityMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ab09b2eafd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-0 + +EXPORTS + +GetProcessAffinityMask +GetProcessIoCounters +SetProcessAffinityMask +SetThreadAffinityMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-1.def new file mode 100644 index 0000000000..191d165cb5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-processtopology-obsolete-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-1 + +EXPORTS + +GetActiveProcessorGroupCount diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-profile-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-profile-l1-1-0.def new file mode 100644 index 0000000000..9272dad7bf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-profile-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-profile-l1-1-0 + +EXPORTS + +QueryPerformanceCounter +QueryPerformanceFrequency diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0.def new file mode 100644 index 0000000000..cb308c02d5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-psapi-ansi-l1-1-0 + +EXPORTS + +K32EnumPageFilesA +K32GetDeviceDriverBaseNameA +K32GetDeviceDriverFileNameA +K32GetMappedFileNameA +K32GetModuleBaseNameA +K32GetModuleFileNameExA +K32GetProcessImageFileNameA +QueryFullProcessImageNameA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..468fa6bf40 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-psapi-ansi-l1-1-0 + +EXPORTS + +K32GetModuleBaseNameA +K32GetModuleFileNameExA +QueryFullProcessImageNameA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0.def new file mode 100644 index 0000000000..ed96c1bffa --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-psapi-l1-1-0 + +EXPORTS + +K32EmptyWorkingSet +K32EnumDeviceDrivers +K32EnumPageFilesW +K32EnumProcesses +K32EnumProcessModules +K32EnumProcessModulesEx +K32GetDeviceDriverBaseNameW +K32GetDeviceDriverFileNameW +K32GetMappedFileNameW +K32GetModuleBaseNameW +K32GetModuleFileNameExW +K32GetModuleInformation +K32GetPerformanceInfo +K32GetProcessImageFileNameW +K32GetProcessMemoryInfo +K32GetWsChanges +K32GetWsChangesEx +K32InitializeProcessForWsWatch +K32QueryWorkingSet +K32QueryWorkingSetEx +QueryFullProcessImageNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..920bc315ad --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-psapi-l1-1-0_windowsapp.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-psapi-l1-1-0 + +EXPORTS + +K32EnumProcesses +K32GetModuleBaseNameW +K32GetModuleFileNameExW +K32GetModuleInformation +K32GetProcessMemoryInfo +K32QueryWorkingSet +K32QueryWorkingSetEx +QueryFullProcessImageNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-psm-appnotify-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-psm-appnotify-l1-1-0.def new file mode 100644 index 0000000000..fbddce139b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-psm-appnotify-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-psm-appnotify-l1-1-0 + +EXPORTS + +RegisterAppStateChangeNotification +UnregisterAppStateChangeNotification diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-0.def new file mode 100644 index 0000000000..820bae79f9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-quirks-l1-1-0 + +EXPORTS + +QuirkGetData +QuirkGetData2 +QuirkIsEnabled +QuirkIsEnabled2 +QuirkIsEnabled3 +QuirkIsEnabledForPackage +QuirkIsEnabledForPackage2 +QuirkIsEnabledForProcess diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-1.def new file mode 100644 index 0000000000..bb1da215e0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-quirks-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-quirks-l1-1-1 + +EXPORTS + +QuirkIsEnabledForPackage3 +QuirkIsEnabledForPackage4 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0.def new file mode 100644 index 0000000000..52f6851e1f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryIdleProcessorCycleTime +QueryIdleProcessorCycleTimeEx +QueryProcessCycleTime +QueryThreadCycleTime +QueryUnbiasedInterruptTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3ea1592fa6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryThreadCycleTime +QueryUnbiasedInterruptTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-1.def new file mode 100644 index 0000000000..1fa142c3b7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-1 + +EXPORTS + +QueryInterruptTime +QueryInterruptTimePrecise +QueryUnbiasedInterruptTimePrecise diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-2.def new file mode 100644 index 0000000000..a00ee64ca5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-realtime-l1-1-2.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-2 + +EXPORTS + +ConvertAuxiliaryCounterToPerformanceCounter +ConvertPerformanceCounterToAuxiliaryCounter +QueryAuxiliaryCounterFrequency diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-0.def new file mode 100644 index 0000000000..2f01992ed4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-0.def @@ -0,0 +1,47 @@ +LIBRARY api-ms-win-core-registry-l1-1-0 + +EXPORTS + +RegCloseKey +RegCopyTreeW +RegCreateKeyExA +RegCreateKeyExW +RegDeleteKeyExA +RegDeleteKeyExW +RegDeleteTreeA +RegDeleteTreeW +RegDeleteValueA +RegDeleteValueW +RegDisablePredefinedCacheEx +RegEnumKeyExA +RegEnumKeyExW +RegEnumValueA +RegEnumValueW +RegFlushKey +RegGetKeySecurity +RegGetValueA +RegGetValueW +RegLoadAppKeyA +RegLoadAppKeyW +RegLoadKeyA +RegLoadKeyW +RegLoadMUIStringA +RegLoadMUIStringW +RegNotifyChangeKeyValue +RegOpenCurrentUser +RegOpenKeyExA +RegOpenKeyExW +RegOpenUserClassesRoot +RegQueryInfoKeyA +RegQueryInfoKeyW +RegQueryValueExA +RegQueryValueExW +RegRestoreKeyA +RegRestoreKeyW +RegSaveKeyExA +RegSaveKeyExW +RegSetKeySecurity +RegSetValueExA +RegSetValueExW +RegUnLoadKeyA +RegUnLoadKeyW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-1.def new file mode 100644 index 0000000000..fab2e1bd9a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-registry-l1-1-1 + +EXPORTS + +RegDeleteKeyValueA +RegDeleteKeyValueW +RegSetKeyValueA +RegSetKeyValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-2.def new file mode 100644 index 0000000000..4494f001f1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-registry-l1-1-2 + +EXPORTS + +RegQueryMultipleValuesA +RegQueryMultipleValuesW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-registry-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l2-1-0.def new file mode 100644 index 0000000000..81c833c2fd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-registry-l2-1-0.def @@ -0,0 +1,31 @@ +LIBRARY api-ms-win-core-registry-l2-1-0 + +EXPORTS + +RegConnectRegistryA +RegConnectRegistryW +RegCopyTreeA +RegCreateKeyA +RegCreateKeyTransactedA +RegCreateKeyTransactedW +RegCreateKeyW +RegDeleteKeyA +RegDeleteKeyTransactedA +RegDeleteKeyTransactedW +RegDeleteKeyW +RegDisablePredefinedCache +RegEnumKeyA +RegEnumKeyW +RegOpenKeyA +RegOpenKeyTransactedA +RegOpenKeyTransactedW +RegOpenKeyW +RegOverridePredefKey +RegQueryValueA +RegQueryValueW +RegReplaceKeyA +RegReplaceKeyW +RegSaveKeyA +RegSaveKeyW +RegSetValueA +RegSetValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-1-0.def new file mode 100644 index 0000000000..79478fe9ba --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-1-0 + +EXPORTS + +RtlAddFunctionTable +RtlCaptureContext +RtlCaptureStackBackTrace +RtlCompareMemory +RtlDeleteFunctionTable +RtlInstallFunctionTableCallback +RtlLookupFunctionEntry +RtlPcToFileHeader +RtlRaiseException +RtlRestoreContext +RtlUnwind +RtlUnwindEx +RtlVirtualUnwind diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def new file mode 100644 index 0000000000..7d59326feb --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + +RtlAddGrowableFunctionTable +RtlDeleteGrowableFunctionTable +RtlGrowFunctionTable diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..06e121bdc4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def @@ -0,0 +1,4 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-1.def new file mode 100644 index 0000000000..a69c2cb834 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-rtlsupport-l1-2-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-1 + +EXPORTS + +RtlCaptureContext2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-ansi-l1-1-0.def new file mode 100644 index 0000000000..2f338c1b9d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-shutdown-ansi-l1-1-0 + +EXPORTS + +AbortSystemShutdownA +InitiateSystemShutdownA +InitiateSystemShutdownExA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0.def new file mode 100644 index 0000000000..fdba470b44 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-0 + +EXPORTS + +AbortSystemShutdownW +InitiateSystemShutdownExW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..25800d1243 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-0 + +EXPORTS + +InitiateSystemShutdownExW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-1.def new file mode 100644 index 0000000000..b9c2fe609f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-shutdown-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-1 + +EXPORTS + +InitiateShutdownW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-ansi-l1-1-0.def new file mode 100644 index 0000000000..39a01ee536 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-sidebyside-ansi-l1-1-0 + +EXPORTS + +CreateActCtxA +FindActCtxSectionStringA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-l1-1-0.def new file mode 100644 index 0000000000..b7b4933920 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sidebyside-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-sidebyside-l1-1-0 + +EXPORTS + +ActivateActCtx +AddRefActCtx +CreateActCtxW +DeactivateActCtx +FindActCtxSectionGuid +FindActCtxSectionStringW +GetCurrentActCtx +QueryActCtxSettingsW +QueryActCtxW +ReleaseActCtx +ZombifyActCtx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-slapi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-slapi-l1-1-0.def new file mode 100644 index 0000000000..89413f9f12 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-slapi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-slapi-l1-1-0 + +EXPORTS + +SLQueryLicenseValueFromApp +SLQueryLicenseValueFromApp2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-state-helpers-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-state-helpers-l1-1-0.def new file mode 100644 index 0000000000..98141534a7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-state-helpers-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-state-helpers-l1-1-0 + +EXPORTS + +GetRegistryValueWithFallbackW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-l1-1-0.def new file mode 100644 index 0000000000..82770efa8c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-string-l1-1-0 + +EXPORTS + +CompareStringEx +CompareStringOrdinal +CompareStringW +FoldStringW +GetStringTypeExW +GetStringTypeW +MultiByteToWideChar +WideCharToMultiByte diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0.def new file mode 100644 index 0000000000..1fca00a5c5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-string-l2-1-0 + +EXPORTS + +CharLowerBuffW +CharLowerW +CharNextW +CharPrevW +CharUpperBuffW +CharUpperW +IsCharAlphaNumericW +IsCharAlphaW +IsCharLowerW +IsCharUpperW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..a9445193c3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-string-l2-1-0 + +EXPORTS + +CharLowerBuffW +CharLowerW +CharNextW +CharUpperW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-1.def new file mode 100644 index 0000000000..6eddf1e132 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-string-l2-1-1 + +EXPORTS + +SHLoadIndirectString diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0.def new file mode 100644 index 0000000000..0a825e4a1f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-0 + +EXPORTS + +lstrcatW +lstrcmpA +lstrcmpiA +lstrcmpiW +lstrcmpW +lstrcpynA +lstrcpynW +lstrcpyW +lstrlenA +lstrlenW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ecc48e0e22 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-0 + +EXPORTS + +lstrcatW +lstrcmpA +lstrcmpiA +lstrcmpiW +lstrcmpW +lstrcpynW +lstrcpyW +lstrlenA +lstrlenW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-1.def new file mode 100644 index 0000000000..ff51775bf1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-string-obsolete-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-1 + +EXPORTS + +lstrcatA +lstrcpyA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0.def new file mode 100644 index 0000000000..209d06d8fa --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-stringansi-l1-1-0 + +EXPORTS + +CharLowerA +CharLowerBuffA +CharNextA +CharNextExA +CharPrevA +CharPrevExA +CharUpperA +CharUpperBuffA +IsCharAlphaA +IsCharAlphaNumericA +IsCharLowerA +IsCharUpperA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..08fc2160cf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-stringansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-stringansi-l1-1-0 + +EXPORTS + +CharLowerA +CharNextA +CharNextExA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def new file mode 100644 index 0000000000..f466b268e7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA +CreateSemaphoreExA +CreateWaitableTimerA +CreateWaitableTimerExA +OpenMutexA +OpenSemaphoreA +OpenWaitableTimerA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..311d40d6fe --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA +CreateSemaphoreExA +CreateWaitableTimerA +CreateWaitableTimerExA +OpenMutexA +OpenWaitableTimerA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-1-0.def new file mode 100644 index 0000000000..3d89c6969a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-1-0.def @@ -0,0 +1,45 @@ +LIBRARY api-ms-win-core-synch-l1-1-0 + +EXPORTS + +AcquireSRWLockExclusive +AcquireSRWLockShared +CancelWaitableTimer +CreateEventA +CreateEventExA +CreateEventExW +CreateEventW +CreateMutexA +CreateMutexExA +CreateMutexExW +CreateMutexW +CreateSemaphoreExW +CreateWaitableTimerExW +DeleteCriticalSection +EnterCriticalSection +InitializeCriticalSection +InitializeCriticalSectionAndSpinCount +InitializeCriticalSectionEx +InitializeSRWLock +LeaveCriticalSection +OpenEventA +OpenEventW +OpenMutexW +OpenSemaphoreW +OpenWaitableTimerW +ReleaseMutex +ReleaseSemaphore +ReleaseSRWLockExclusive +ReleaseSRWLockShared +ResetEvent +SetCriticalSectionSpinCount +SetEvent +SetWaitableTimer +SetWaitableTimerEx +SleepEx +TryAcquireSRWLockExclusive +TryAcquireSRWLockShared +TryEnterCriticalSection +WaitForMultipleObjectsEx +WaitForSingleObject +WaitForSingleObjectEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-0.def new file mode 100644 index 0000000000..4a2f4f9251 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-0.def @@ -0,0 +1,21 @@ +LIBRARY api-ms-win-core-synch-l1-2-0 + +EXPORTS + +DeleteSynchronizationBarrier +EnterSynchronizationBarrier +InitializeConditionVariable +InitializeSynchronizationBarrier +InitOnceBeginInitialize +InitOnceComplete +InitOnceExecuteOnce +InitOnceInitialize +SignalObjectAndWait +Sleep +SleepConditionVariableCS +SleepConditionVariableSRW +WaitOnAddress +WakeAllConditionVariable +WakeByAddressAll +WakeByAddressSingle +WakeConditionVariable diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-1.def new file mode 100644 index 0000000000..3b1a79f3f3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-synch-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-synch-l1-2-1 + +EXPORTS + +CreateSemaphoreW +CreateWaitableTimerW +WaitForMultipleObjects diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-1-0.def new file mode 100644 index 0000000000..e1dee65297 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-1-0.def @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-sysinfo-l1-1-0 + +EXPORTS + +GetComputerNameExA +GetComputerNameExW +GetLocalTime +GetLogicalProcessorInformation +GetLogicalProcessorInformationEx +GetSystemDirectoryA +GetSystemDirectoryW +GetSystemInfo +GetSystemTime +GetSystemTimeAdjustment +GetSystemTimeAsFileTime +GetSystemWindowsDirectoryA +GetSystemWindowsDirectoryW +GetTickCount +GetTickCount64 +GetVersion +GetVersionExA +GetVersionExW +GetWindowsDirectoryA +GetWindowsDirectoryW +GlobalMemoryStatusEx +SetLocalTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0.def new file mode 100644 index 0000000000..9b93fd3d7c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-0 + +EXPORTS + +EnumSystemFirmwareTables +GetNativeSystemInfo +GetOsSafeBootMode +GetProductInfo +GetSystemFirmwareTable +GetSystemTimePreciseAsFileTime +SetComputerNameExW +SetSystemTime +VerSetConditionMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..3e6d943153 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-0 + +EXPORTS + +EnumSystemFirmwareTables +GetNativeSystemInfo +GetProductInfo +GetSystemFirmwareTable +GetSystemTimePreciseAsFileTime +SetSystemTime +VerSetConditionMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1.def new file mode 100644 index 0000000000..77b44ba000 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +DnsHostnameToComputerNameExW +GetPhysicallyInstalledSystemMemory +InstallELAMCertificateInfo +SetComputerNameEx2W +SetSystemTimeAdjustment diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def new file mode 100644 index 0000000000..5a946d4865 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +GetPhysicallyInstalledSystemMemory diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-2.def new file mode 100644 index 0000000000..5f4dfe10b3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-2 + +EXPORTS + +GetProcessorSystemCycleTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3.def new file mode 100644 index 0000000000..90e42f15e5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize +GetOsManufacturingMode +SetComputerNameA +SetComputerNameExA +SetComputerNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def new file mode 100644 index 0000000000..e9228b5c5f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-4.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-4.def new file mode 100644 index 0000000000..4d28cb64ee --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-4 + +EXPORTS + +GetSystemTimeAdjustmentPrecise +SetSystemTimeAdjustmentPrecise diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-5.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-5.def new file mode 100644 index 0000000000..2e66ec3a87 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-5.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-5 + +EXPORTS + +GetSystemLeapSecondInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-6.def b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-6.def new file mode 100644 index 0000000000..3557c8d92c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-sysinfo-l1-2-6.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-6 + +EXPORTS + +IsUserCetAvailableInEnvironment diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0.def new file mode 100644 index 0000000000..ae1ec5b33b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-0 + +EXPORTS + +GetNumaHighestNodeNumber +GetNumaNodeProcessorMaskEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..c47c8f7af6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-0 + +EXPORTS + +GetNumaHighestNodeNumber diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-1.def new file mode 100644 index 0000000000..c4f707147b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-systemtopology-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-1 + +EXPORTS + +GetNumaProximityNodeEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-l1-2-0.def new file mode 100644 index 0000000000..788e88e05d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-l1-2-0.def @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-threadpool-l1-2-0 + +EXPORTS + +CallbackMayRunLong +CancelThreadpoolIo +CloseThreadpool +CloseThreadpoolCleanupGroup +CloseThreadpoolCleanupGroupMembers +CloseThreadpoolIo +CloseThreadpoolTimer +CloseThreadpoolWait +CloseThreadpoolWork +CreateThreadpool +CreateThreadpoolCleanupGroup +CreateThreadpoolIo +CreateThreadpoolTimer +CreateThreadpoolWait +CreateThreadpoolWork +DisassociateCurrentThreadFromCallback +FreeLibraryWhenCallbackReturns +IsThreadpoolTimerSet +LeaveCriticalSectionWhenCallbackReturns +QueryThreadpoolStackInformation +ReleaseMutexWhenCallbackReturns +ReleaseSemaphoreWhenCallbackReturns +SetEventWhenCallbackReturns +SetThreadpoolStackInformation +SetThreadpoolThreadMaximum +SetThreadpoolThreadMinimum +SetThreadpoolTimer +SetThreadpoolTimerEx +SetThreadpoolWait +SetThreadpoolWaitEx +StartThreadpoolIo +SubmitThreadpoolWork +TrySubmitThreadpoolCallback +WaitForThreadpoolIoCallbacks +WaitForThreadpoolTimerCallbacks +WaitForThreadpoolWaitCallbacks +WaitForThreadpoolWorkCallbacks diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-legacy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-legacy-l1-1-0.def new file mode 100644 index 0000000000..7238be0bb8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-threadpool-legacy-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-threadpool-legacy-l1-1-0 + +EXPORTS + +ChangeTimerQueueTimer +CreateTimerQueue +CreateTimerQueueTimer +DeleteTimerQueueEx +DeleteTimerQueueTimer +QueueUserWorkItem +UnregisterWaitEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-0.def new file mode 100644 index 0000000000..cb988a2cff --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-core-timezone-l1-1-0 + +EXPORTS + +EnumDynamicTimeZoneInformation +FileTimeToSystemTime +GetDynamicTimeZoneInformation +GetDynamicTimeZoneInformationEffectiveYears +GetTimeZoneInformation +GetTimeZoneInformationForYear +SetDynamicTimeZoneInformation +SetTimeZoneInformation +SystemTimeToFileTime +SystemTimeToTzSpecificLocalTime +SystemTimeToTzSpecificLocalTimeEx +TzSpecificLocalTimeToSystemTime +TzSpecificLocalTimeToSystemTimeEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-1.def new file mode 100644 index 0000000000..03f9b99b49 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-timezone-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-timezone-l1-1-1 + +EXPORTS + +LocalFileTimeToLocalSystemTime +LocalSystemTimeToLocalFileTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0.def new file mode 100644 index 0000000000..419f0d8e68 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-0 + +EXPORTS + +CreateToolhelp32Snapshot +Module32FirstW +Module32NextW +Process32FirstW +Process32NextW +Thread32First +Thread32Next diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..0e031ec067 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-0 + +EXPORTS + +CreateToolhelp32Snapshot +Process32FirstW +Process32NextW +Thread32First +Thread32Next diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-1.def new file mode 100644 index 0000000000..1a999f8802 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-toolhelp-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-1 + +EXPORTS + +Heap32First +Heap32ListFirst +Heap32ListNext +Heap32Next diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0.def new file mode 100644 index 0000000000..77ad596baf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0.def @@ -0,0 +1,42 @@ +LIBRARY api-ms-win-core-url-l1-1-0 + +EXPORTS + +GetAcceptLanguagesA +GetAcceptLanguagesW +HashData +IsInternetESCEnabled +ParseURLA +ParseURLW +PathCreateFromUrlA +PathCreateFromUrlAlloc +PathCreateFromUrlW +PathIsURLA +PathIsURLW +UrlApplySchemeA +UrlApplySchemeW +UrlCanonicalizeA +UrlCanonicalizeW +UrlCombineA +UrlCombineW +UrlCompareA +UrlCompareW +UrlCreateFromPathA +UrlCreateFromPathW +UrlEscapeA +UrlEscapeW +UrlFixupW +UrlGetLocationA +UrlGetLocationW +UrlGetPartA +UrlGetPartW +UrlHashA +UrlHashW +UrlIsA +UrlIsNoHistoryA +UrlIsNoHistoryW +UrlIsOpaqueA +UrlIsOpaqueW +UrlIsW +UrlUnescapeA +UrlUnescapeW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..480df242f6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-url-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-url-l1-1-0 + +EXPORTS + +GetAcceptLanguagesA +GetAcceptLanguagesW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-0.def new file mode 100644 index 0000000000..ccec54b30d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-util-l1-1-0 + +EXPORTS + +Beep +DecodePointer +DecodeSystemPointer +EncodePointer +EncodeSystemPointer diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-1.def new file mode 100644 index 0000000000..c562107565 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-util-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-util-l1-1-1 + +EXPORTS + +DecodeRemotePointer +EncodeRemotePointer diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0.def new file mode 100644 index 0000000000..4aaf83294e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW +GetFileVersionInfoSizeExW +VerFindFileW +VerQueryValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..6dc9f6bc57 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW +GetFileVersionInfoSizeExW +VerQueryValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1.def new file mode 100644 index 0000000000..b0239bce5e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoSizeW +GetFileVersionInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..f9cdfe925b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-version-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0.def new file mode 100644 index 0000000000..cfc0ebd4b1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-0 + +EXPORTS + +GetFileVersionInfoExA +GetFileVersionInfoSizeExA +VerFindFileA +VerQueryValueA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..bd69fd6f98 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-0 + +EXPORTS + +GetFileVersionInfoExA +GetFileVersionInfoSizeExA +VerQueryValueA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1.def new file mode 100644 index 0000000000..a1bf1a314f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-1 + +EXPORTS + +GetFileVersionInfoA +GetFileVersionInfoSizeA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..eb58d917c1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-versionansi-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-1 + +EXPORTS + +GetFileVersionInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowsceip-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowsceip-l1-1-0.def new file mode 100644 index 0000000000..0283b75ff9 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowsceip-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-windowsceip-l1-1-0 + +EXPORTS + +CeipIsOptedIn diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def new file mode 100644 index 0000000000..0fef348e44 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +GetApplicationRecoveryCallback +GetApplicationRestartSettings +WerGetFlags +WerpNotifyLoadStringResource +WerpNotifyUseStringResource +WerRegisterFile +WerRegisterMemoryBlock +WerRegisterRuntimeExceptionModule +WerSetFlags +WerUnregisterFile +WerUnregisterMemoryBlock +WerUnregisterRuntimeExceptionModule diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..f29d62e824 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +WerRegisterFile +WerRegisterMemoryBlock +WerUnregisterFile +WerUnregisterMemoryBlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-1.def new file mode 100644 index 0000000000..08d8c28206 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-1 + +EXPORTS + +WerRegisterAdditionalProcess +WerRegisterCustomMetadata +WerRegisterExcludedMemoryBlock +WerUnregisterAdditionalProcess +WerUnregisterCustomMetadata +WerUnregisterExcludedMemoryBlock diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-2.def new file mode 100644 index 0000000000..6870da1379 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-2 + +EXPORTS + +WerRegisterAppLocalDump +WerUnregisterAppLocalDump diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-3.def new file mode 100644 index 0000000000..b69ef5ecd8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-windowserrorreporting-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-3 + +EXPORTS + +RegisterApplicationRestart +UnregisterApplicationRestart diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0.def new file mode 100644 index 0000000000..e84af147f4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-0 + +EXPORTS + +GetRestrictedErrorInfo +RoCaptureErrorContext +RoFailFastWithErrorContext +RoGetErrorReportingFlags +RoOriginateError +RoOriginateErrorW +RoResolveRestrictedErrorInfoReference +RoSetErrorReportingFlags +RoTransformError +RoTransformErrorW +SetRestrictedErrorInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..18a607b8a8 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-0 + +EXPORTS + +GetRestrictedErrorInfo +RoCaptureErrorContext +RoFailFastWithErrorContext +RoGetErrorReportingFlags +RoOriginateError +RoOriginateErrorW +RoSetErrorReportingFlags +RoTransformError +RoTransformErrorW +SetRestrictedErrorInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1.def new file mode 100644 index 0000000000..282d8aab6f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +IsErrorPropagationEnabled +RoClearError +RoGetMatchingRestrictedErrorInfo +RoInspectCapturedStackBackTrace +RoInspectThreadErrorInfo +RoOriginateLanguageException +RoReportFailedDelegate +RoReportUnhandledError diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..75be68abec --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +IsErrorPropagationEnabled +RoClearError +RoGetMatchingRestrictedErrorInfo +RoOriginateLanguageException +RoReportFailedDelegate +RoReportUnhandledError diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-l1-1-0.def new file mode 100644 index 0000000000..9e841a5a7f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-winrt-l1-1-0 + +EXPORTS + +RoActivateInstance +RoGetActivationFactory +RoGetApartmentIdentifier +RoInitialize +RoRegisterActivationFactories +RoRegisterForApartmentShutdown +RoRevokeActivationFactories +RoUninitialize +RoUnregisterForApartmentShutdown diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def new file mode 100644 index 0000000000..a7ad121a9a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-registration-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-winrt-registration-l1-1-0 + +EXPORTS + +RoGetActivatableClassRegistration +RoGetServerActivatableClasses diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def new file mode 100644 index 0000000000..8e6e25f30a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-robuffer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-robuffer-l1-1-0 + +EXPORTS + +RoGetBufferMarshaler diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def new file mode 100644 index 0000000000..b09d4444d2 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0 + +EXPORTS + +RoFreeParameterizedTypeExtra +RoGetParameterizedTypeInstanceIID +RoParameterizedTypeExtraGetTypeSignature diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0.def new file mode 100644 index 0000000000..c1636e1c64 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0.def @@ -0,0 +1,31 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-0 + +EXPORTS + +HSTRING_UserFree +HSTRING_UserFree64 +HSTRING_UserMarshal +HSTRING_UserMarshal64 +HSTRING_UserSize +HSTRING_UserSize64 +HSTRING_UserUnmarshal +HSTRING_UserUnmarshal64 +WindowsCompareStringOrdinal +WindowsConcatString +WindowsCreateString +WindowsCreateStringReference +WindowsDeleteString +WindowsDeleteStringBuffer +WindowsDuplicateString +WindowsGetStringLen +WindowsGetStringRawBuffer +WindowsInspectString +WindowsIsStringEmpty +WindowsPreallocateStringBuffer +WindowsPromoteStringBuffer +WindowsReplaceString +WindowsStringHasEmbeddedNull +WindowsSubstring +WindowsSubstringWithSpecifiedLength +WindowsTrimStringEnd +WindowsTrimStringStart diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..127d74961b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def @@ -0,0 +1,30 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-0 + +EXPORTS + +HSTRING_UserFree +HSTRING_UserFree64 +HSTRING_UserMarshal +HSTRING_UserMarshal64 +HSTRING_UserSize +HSTRING_UserSize64 +HSTRING_UserUnmarshal +HSTRING_UserUnmarshal64 +WindowsCompareStringOrdinal +WindowsConcatString +WindowsCreateString +WindowsCreateStringReference +WindowsDeleteString +WindowsDeleteStringBuffer +WindowsDuplicateString +WindowsGetStringLen +WindowsGetStringRawBuffer +WindowsIsStringEmpty +WindowsPreallocateStringBuffer +WindowsPromoteStringBuffer +WindowsReplaceString +WindowsStringHasEmbeddedNull +WindowsSubstring +WindowsSubstringWithSpecifiedLength +WindowsTrimStringEnd +WindowsTrimStringStart diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-1.def new file mode 100644 index 0000000000..9254c0b478 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-winrt-string-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-1 + +EXPORTS + +WindowsInspectString2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0.def new file mode 100644 index 0000000000..b873d0cf46 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-wow64-l1-1-0 + +EXPORTS + +IsWow64Process +Wow64DisableWow64FsRedirection +Wow64RevertWow64FsRedirection diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..38eebd2e30 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-0 + +EXPORTS + +IsWow64Process diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1.def new file mode 100644 index 0000000000..9d710148f1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-wow64-l1-1-1 + +EXPORTS + +GetSystemWow64Directory2A +GetSystemWow64Directory2W +GetSystemWow64DirectoryA +GetSystemWow64DirectoryW +IsWow64Process2 +Wow64SetThreadDefaultGuestMachine diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..6ab135ba6e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-1 + +EXPORTS + +IsWow64Process2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-2.def new file mode 100644 index 0000000000..8d852059d7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-2 + +EXPORTS + +IsWow64GuestMachineSupported diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-3.def new file mode 100644 index 0000000000..66878c6932 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-wow64-l1-1-3.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-wow64-l1-1-3 + +EXPORTS + +Wow64GetThreadContext +Wow64SetThreadContext +Wow64SuspendThread diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-0.def new file mode 100644 index 0000000000..1ab5c8fd65 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-xstate-l1-1-0 + +EXPORTS + +RtlCopyExtendedContext +RtlGetEnabledExtendedFeatures +RtlGetExtendedContextLength +RtlGetExtendedFeaturesMask +RtlInitializeExtendedContext +RtlLocateExtendedFeature +RtlLocateLegacyContext +RtlSetExtendedFeaturesMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-1.def new file mode 100644 index 0000000000..792b649cac --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l1-1-1 + +EXPORTS + +RtlCopyContext diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-2.def new file mode 100644 index 0000000000..e264d589ab --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l1-1-2 + +EXPORTS + +RtlLocateExtendedFeature2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-3.def new file mode 100644 index 0000000000..436f7fc5f2 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-xstate-l1-1-3 + +EXPORTS + +RtlGetExtendedContextLength2 +RtlInitializeExtendedContext2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0.def new file mode 100644 index 0000000000..91e211e55d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +CopyContext +GetEnabledXStateFeatures +GetXStateFeaturesMask +InitializeContext +LocateXStateFeature +SetXStateFeaturesMask diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..90d693cf89 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +GetEnabledXStateFeatures +GetXStateFeaturesMask +InitializeContext +LocateXStateFeature diff --git a/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-1.def new file mode 100644 index 0000000000..53e6a64b19 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-core-xstate-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l2-1-1 + +EXPORTS + +InitializeContext2 diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-conio-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-conio-l1-1-0.def new file mode 100644 index 0000000000..b9a9df6a65 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-conio-l1-1-0.def @@ -0,0 +1,38 @@ +LIBRARY api-ms-win-crt-conio-l1-1-0 + +EXPORTS + +__conio_common_vcprintf +__conio_common_vcprintf_p +__conio_common_vcprintf_s +__conio_common_vcscanf +__conio_common_vcwprintf +__conio_common_vcwprintf_p +__conio_common_vcwprintf_s +__conio_common_vcwscanf +_cgets +_cgets_s +_cgetws +_cgetws_s +_cputs +_cputws +_getch +getch == _getch +_getch_nolock +_getche +getche == _getche +_getche_nolock +_getwch +_getwch_nolock +_getwche +_getwche_nolock +_putch +putch == _putch +_putch_nolock +_putwch +_putwch_nolock +_ungetch +ungetch == _ungetch +_ungetch_nolock +_ungetwch +_ungetwch_nolock diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-convert-l1-1-0.def.in b/lib/libc/mingw/lib-common/api-ms-win-crt-convert-l1-1-0.def.in new file mode 100644 index 0000000000..c172b0969e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-convert-l1-1-0.def.in @@ -0,0 +1,136 @@ +LIBRARY api-ms-win-crt-convert-l1-1-0 + +EXPORTS + +#include "func.def.in" + +__toascii +toascii == __toascii +_atodbl +_atodbl_l +_atof_l +_atoflt +_atoflt_l +_atoi64 +_atoi64_l +_atoi_l +_atol_l +_atoldbl +_atoldbl_l +_atoll_l +_ecvt +ecvt == _ecvt +_ecvt_s +_fcvt +fcvt == _fcvt +_fcvt_s +_gcvt +gcvt == _gcvt +_gcvt_s +_i64toa +_i64toa_s +_i64tow +_i64tow_s +_itoa +itoa == _itoa +_itoa_s +_itow +_itow_s +_ltoa +ltoa == _ltoa +_ltoa_s +_ltow +_ltow_s +_strtod_l +_strtof_l +_strtoi64 +_strtoi64_l +_strtoimax_l +_strtol_l +_strtold_l +_strtoll_l +_strtoui64 +_strtoui64_l +_strtoul_l +_strtoull_l +_strtoumax_l +_ui64toa +_ui64toa_s +_ui64tow +_ui64tow_s +_ultoa +_ultoa_s +_ultow +_ultow_s +_wcstod_l +_wcstof_l +_wcstoi64 +_wcstoi64_l +_wcstoimax_l +_wcstol_l +_wcstold_l +_wcstoll_l +_wcstombs_l +_wcstombs_s_l +_wcstoui64 +_wcstoui64_l +_wcstoul_l +_wcstoull_l +_wcstoumax_l +_wctomb_l +_wctomb_s_l +_wtof +_wtof_l +_wtoi +_wtoi64 +_wtoi64_l +_wtoi_l +_wtol +_wtol_l +_wtoll +_wtoll_l +atof +atoi +atol +atoll +btowc +c16rtomb +c32rtomb +mbrtoc16 +mbrtoc32 +mbrtowc +mbsrtowcs +mbsrtowcs_s +mbstowcs +mbstowcs_s +mbtowc +strtod +strtof +strtoimax +strtol +; Can't use long double functions from the CRT on x86 +F_ARM_ANY(strtold) +strtoll +strtoul +strtoull +strtoumax +wcrtomb +wcrtomb_s +wcsrtombs +wcsrtombs_s +wcstod +wcstof +wcstoimax +wcstol +; Can't use long double functions from the CRT on x86 +F_ARM_ANY(wcstold) +wcstoll +wcstombs +wcstombs_s +wcstoul +wcstoull +wcstoumax +wctob +wctomb +wctomb_s +wctrans diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-environment-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-environment-l1-1-0.def new file mode 100644 index 0000000000..5969bb1fbd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-environment-l1-1-0.def @@ -0,0 +1,24 @@ +LIBRARY api-ms-win-crt-environment-l1-1-0 + +EXPORTS + +__p__environ +__p__wenviron +_dupenv_s +_putenv +putenv == _putenv +_putenv_s +_searchenv +searchenv == _searchenv +_searchenv_s +_wdupenv_s +_wgetcwd +_wgetdcwd +_wgetenv +_wgetenv_s +_wputenv +_wputenv_s +_wsearchenv +_wsearchenv_s +getenv +getenv_s diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-filesystem-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-filesystem-l1-1-0.def new file mode 100644 index 0000000000..45ae728baf --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-filesystem-l1-1-0.def @@ -0,0 +1,79 @@ +LIBRARY api-ms-win-crt-filesystem-l1-1-0 + +EXPORTS + +_access +; access is provided as an alias for __mingw_access +; access == _access +_access_s +_chdir +chdir == _chdir +_chdrive +_chmod +chmod == _chmod +_findclose +_findfirst == _findfirst64 +_findfirst32 +_findfirst32i64 +_findfirst64 +_findfirst64i32 +_findnext == _findnext64 +_findnext32 +_findnext32i64 +_findnext64 +_findnext64i32 +_fstat32 +_fstat32i64 +_fstat64 +_fstat64i32 +_fullpath +_getdiskfree +_getdrive +_getdrives +_lock_file +_makepath +_makepath_s +_mkdir +mkdir == _mkdir +_rmdir +rmdir == _rmdir +_splitpath +_splitpath_s +_stat32 +_stat32i64 +_stat64 +_stat64i32 +_umask +umask == _umask +_umask_s +_unlink +unlink == _unlink +_unlock_file +_waccess +_waccess_s +_wchdir +_wchmod +_wfindfirst32 +_wfindfirst32i64 +_wfindfirst64 +_wfindfirst64i32 +_wfindnext32 +_wfindnext32i64 +_wfindnext64 +_wfindnext64i32 +_wfullpath +_wmakepath +_wmakepath_s +_wmkdir +_wremove +_wrename +_wrmdir +_wsplitpath +_wsplitpath_s +_wstat32 +_wstat32i64 +_wstat64 +_wstat64i32 +_wunlink +remove +rename diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-heap-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-heap-l1-1-0.def new file mode 100644 index 0000000000..fd793fe824 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-heap-l1-1-0.def @@ -0,0 +1,32 @@ +LIBRARY api-ms-win-crt-heap-l1-1-0 + +EXPORTS + +_aligned_free +_aligned_malloc +_aligned_msize +_aligned_offset_malloc +_aligned_offset_realloc +_aligned_offset_recalloc +_aligned_realloc +_aligned_recalloc +_callnewh +_calloc_base +_expand +_free_base +_get_heap_handle +_heapchk +_heapmin +_heapwalk +heapwalk == _heapwalk +_malloc_base +_msize +_query_new_handler +_query_new_mode +_realloc_base +_recalloc +_set_new_mode +calloc +free +malloc +realloc diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-locale-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-locale-l1-1-0.def new file mode 100644 index 0000000000..e1dba6ce09 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-locale-l1-1-0.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-crt-locale-l1-1-0 + +EXPORTS + +___lc_codepage_func +___lc_collate_cp_func +___lc_locale_name_func +___mb_cur_max_func +___mb_cur_max_l_func +__initialize_lconv_for_unsigned_char +__lconv_init == __initialize_lconv_for_unsigned_char +__pctype_func +__pwctype_func +_configthreadlocale +_create_locale +_free_locale +_get_current_locale +_getmbcp +_lock_locales +_setmbcp +_unlock_locales +_wcreate_locale +_wsetlocale +localeconv +setlocale diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-math-l1-1-0.def.in b/lib/libc/mingw/lib-common/api-ms-win-crt-math-l1-1-0.def.in new file mode 100644 index 0000000000..9493e57113 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-math-l1-1-0.def.in @@ -0,0 +1,384 @@ +LIBRARY api-ms-win-crt-math-l1-1-0 + +EXPORTS + +#include "func.def.in" + +#ifdef DEF_I386 +_CIacos +_CIasin +_CIatan +_CIatan2 +_CIcos +_CIcosh +_CIexp +_CIfmod +_CIlog +_CIlog10 +_CIpow +_CIsin +_CIsinh +_CIsqrt +_CItan +_CItanh +#endif +_Cbuild +_Cmulcc +_Cmulcr +_FCbuild +_FCmulcc +_FCmulcr +_LCbuild +_LCmulcc +_LCmulcr +#ifdef DEF_I386 +__libm_sse2_acos +__libm_sse2_acosf +__libm_sse2_asin +__libm_sse2_asinf +__libm_sse2_atan +__libm_sse2_atan2 +__libm_sse2_atanf +__libm_sse2_cos +__libm_sse2_cosf +__libm_sse2_exp +__libm_sse2_expf +__libm_sse2_log +__libm_sse2_log10 +__libm_sse2_log10f +__libm_sse2_logf +__libm_sse2_pow +__libm_sse2_powf +__libm_sse2_sin +__libm_sse2_sinf +__libm_sse2_tan +__libm_sse2_tanf +#endif +__setusermatherr +; DATA set manually +_cabs DATA +_chgsign +chgsign == _chgsign +_chgsignf +_copysign +_copysignf +_d_int +_dclass +_dexp +_dlog +_dnorm +_dpcomp +_dpoly +_dscale +_dsign +_dsin +_dtest +_dunscale +_except1 +_fd_int +_fdclass +_fdexp +_fdlog +_fdnorm +_fdopen +fdopen == _fdopen +_fdpcomp +_fdpoly +_fdscale +_fdsign +_fdsin +_fdtest +_fdunscale +_finite +finite == _finite +F_NON_I386(_finitef) +_fpclass +fpclass == _fpclass +_fpclassf +F_I386(_ftol) +_get_FMA3_enable +_hypot +_hypotf +_isnan +F_X64(_isnanf) +_j0 +j0 == _j0 +_j1 +j1 == _j1 +_jn +jn == _jn +_ld_int +_ldclass +_ldexp +_ldlog +_ldpcomp +_ldpoly +_ldscale +_ldsign +_ldsin +_ldtest +_ldunscale +#ifdef DEF_I386 +_libm_sse2_acos_precise +_libm_sse2_asin_precise +_libm_sse2_atan_precise +_libm_sse2_cos_precise +_libm_sse2_exp_precise +_libm_sse2_log10_precise +_libm_sse2_log_precise +_libm_sse2_pow_precise +_libm_sse2_sin_precise +_libm_sse2_sqrt_precise +_libm_sse2_tan_precise +#endif +_logb +F_NON_I386(_logbf) +_nextafter +F_X64(_nextafterf) +_scalb +F_X64(_scalbf) +F64(_set_FMA3_enable) +F_I386(_set_SSE2_enable) +_y0 +y0 == _y0 +_y1 +y1 == _y1 +_yn +yn == _yn +acos +F_NON_I386(acosf) +F_ARM_ANY(acosl == acos) +acosh +acoshf +acoshl F_X86_ANY(DATA) +asin +F_NON_I386(asinf) +F_ARM_ANY(asinl == asin) +asinh +asinhf +asinhl F_X86_ANY(DATA) +atan +atan2 +F_NON_I386(atan2f) +F_ARM_ANY(atan2l == atan2) +F_NON_I386(atanf) +F_ARM_ANY(atanl == atan) +atanh +atanhf +atanhl F_X86_ANY(DATA) +cabs +cabsf +cabsl +cacos +cacosf +cacosh +cacoshf +cacoshl +cacosl +carg +cargf +cargl +casin +casinf +casinh +casinhf +casinhl +casinl +catan +catanf +catanh +catanhf +catanhl +catanl +cbrt +cbrtf +cbrtl F_X86_ANY(DATA) +ccos +ccosf +ccosh +ccoshf +ccoshl +ccosl +ceil +F_NON_I386(ceilf) +F_ARM_ANY(ceill == ceil) +cexp +cexpf +cexpl +cimag +cimagf +cimagl +clog +clog10 +clog10f +clog10l +clogf +clogl +conj +conjf +conjl +copysign +copysignf +copysignl F_X86_ANY(DATA) +cos +F_NON_I386(cosf) +F_ARM_ANY(cosl == cos) +cosh +F_NON_I386(coshf) +cpow +cpowf +cpowl +cproj +cprojf +cprojl +creal +crealf +creall +csin +csinf +csinh +csinhf +csinhl +csinl +csqrt +csqrtf +csqrtl +ctan +ctanf +ctanh +ctanhf +ctanhl +ctanl +erf +erfc +erfcf +erfcl F_X86_ANY(DATA) +erff +erfl F_X86_ANY(DATA) +exp +exp2 +exp2f +exp2l F_X86_ANY(DATA) +F_NON_I386(expf) +F_ARM_ANY(expl == exp) +expm1 +expm1f +expm1l F_X86_ANY(DATA) +fabs +F_ARM_ANY(fabsf) +fdim +fdimf +fdiml F_X86_ANY(DATA) +floor +F_NON_I386(floorf) +F_ARM_ANY(floorl == floor) +fma +fmaf +fmal F_X86_ANY(DATA) +fmax +fmaxf +fmaxl F_X86_ANY(DATA) +fmin +fminf +fminl F_X86_ANY(DATA) +fmod +F_NON_I386(fmodf) +F_ARM_ANY(fmodl == fmod) +frexp +hypot +ilogb +ilogbf +ilogbl F_X86_ANY(DATA) +ldexp +; The UCRT lgamma functions don't set/provide the signgam variable like +; the mingw ones do. Therefore prefer the libmingwex version instead. +lgamma DATA +lgammaf DATA +lgammal DATA +llrint +llrintf +llrintl F_X86_ANY(DATA) +llround +llroundf +llroundl F_X86_ANY(DATA) +log +log10 +F_NON_I386(log10f) +F_ARM_ANY(log10l == log10) +log1p +log1pf +log1pl F_X86_ANY(DATA) +log2 +log2f +log2l F_X86_ANY(DATA) +logb +logbf +logbl F_X86_ANY(DATA) +F_NON_I386(logf) +F_ARM_ANY(logl == log) +lrint +lrintf +lrintl F_X86_ANY(DATA) +lround +lroundf +lroundl F_X86_ANY(DATA) +modf +F_NON_I386(modff) +nan +nanf +nanl F_X86_ANY(DATA) +nearbyint +nearbyintf +nearbyintl F_X86_ANY(DATA) +nextafter +nextafterf +nextafterl F_X86_ANY(DATA) +; All of the nexttoward functions take the second parameter as long doubke, +; making them unusable for x86. +nexttoward F_X86_ANY(DATA) +nexttowardf F_X86_ANY(DATA) +nexttowardl F_X86_ANY(DATA) +norm +normf +norml +pow +F_NON_I386(powf) +F_ARM_ANY(powl == pow) +remainder +remainderf +remainderl F_X86_ANY(DATA) +remquo +remquof +remquol F_X86_ANY(DATA) +rint +rintf +rintl F_X86_ANY(DATA) +round +roundf +roundl F_X86_ANY(DATA) +scalbln +scalblnf +scalblnl F_X86_ANY(DATA) +scalbn +scalbnf +scalbnl F_X86_ANY(DATA) +sin +F_NON_I386(sinf) +F_ARM_ANY(sinl == sin) +; if we implement sinh, we can set it DATA only. +sinh +F_NON_I386(sinhf) +sqrt +F_NON_I386(sqrtf) +tan +F_NON_I386(tanf) +F_ARM_ANY(tanl == tan) +; if we implement tanh, we can set it to DATA only. +tanh +F_NON_I386(tanhf) +tgamma +tgammaf +tgammal F_X86_ANY(DATA) +trunc +truncf +truncl F_X86_ANY(DATA) diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-multibyte-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-multibyte-l1-1-0.def new file mode 100644 index 0000000000..86d22500ba --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-multibyte-l1-1-0.def @@ -0,0 +1,205 @@ +LIBRARY api-ms-win-crt-multibyte-l1-1-0 + +EXPORTS + +__p__mbcasemap +__p__mbctype +_ismbbalnum +_ismbbalnum_l +_ismbbalpha +_ismbbalpha_l +_ismbbblank +_ismbbblank_l +_ismbbgraph +_ismbbgraph_l +_ismbbkalnum +_ismbbkalnum_l +_ismbbkana +_ismbbkana_l +_ismbbkprint +_ismbbkprint_l +_ismbbkpunct +_ismbbkpunct_l +_ismbblead +_ismbblead_l +_ismbbprint +_ismbbprint_l +_ismbbpunct +_ismbbpunct_l +_ismbbtrail +_ismbbtrail_l +_ismbcalnum +_ismbcalnum_l +_ismbcalpha +_ismbcalpha_l +_ismbcblank +_ismbcblank_l +_ismbcdigit +_ismbcdigit_l +_ismbcgraph +_ismbcgraph_l +_ismbchira +_ismbchira_l +_ismbckata +_ismbckata_l +_ismbcl0 +_ismbcl0_l +_ismbcl1 +_ismbcl1_l +_ismbcl2 +_ismbcl2_l +_ismbclegal +_ismbclegal_l +_ismbclower +_ismbclower_l +_ismbcprint +_ismbcprint_l +_ismbcpunct +_ismbcpunct_l +_ismbcspace +_ismbcspace_l +_ismbcsymbol +_ismbcsymbol_l +_ismbcupper +_ismbcupper_l +_ismbslead +_ismbslead_l +_ismbstrail +_ismbstrail_l +_mbbtombc +_mbbtombc_l +_mbbtype +_mbbtype_l +; DATA added manually +_mbcasemap DATA +_mbccpy +_mbccpy_l +_mbccpy_s +_mbccpy_s_l +_mbcjistojms +_mbcjistojms_l +_mbcjmstojis +_mbcjmstojis_l +_mbclen +_mbclen_l +_mbctohira +_mbctohira_l +_mbctokata +_mbctokata_l +_mbctolower +_mbctolower_l +_mbctombb +_mbctombb_l +_mbctoupper +_mbctoupper_l +_mblen_l +_mbsbtype +_mbsbtype_l +_mbscat_s +_mbscat_s_l +_mbschr +_mbschr_l +_mbscmp +_mbscmp_l +_mbscoll +_mbscoll_l +_mbscpy_s +_mbscpy_s_l +_mbscspn +_mbscspn_l +_mbsdec +_mbsdec_l +_mbsdup +_mbsicmp +_mbsicmp_l +_mbsicoll +_mbsicoll_l +_mbsinc +_mbsinc_l +_mbslen +_mbslen_l +_mbslwr +_mbslwr_l +_mbslwr_s +_mbslwr_s_l +_mbsnbcat +_mbsnbcat_l +_mbsnbcat_s +_mbsnbcat_s_l +_mbsnbcmp +_mbsnbcmp_l +_mbsnbcnt +_mbsnbcnt_l +_mbsnbcoll +_mbsnbcoll_l +_mbsnbcpy +_mbsnbcpy_l +_mbsnbcpy_s +_mbsnbcpy_s_l +_mbsnbicmp +_mbsnbicmp_l +_mbsnbicoll +_mbsnbicoll_l +_mbsnbset +_mbsnbset_l +_mbsnbset_s +_mbsnbset_s_l +_mbsncat +_mbsncat_l +_mbsncat_s +_mbsncat_s_l +_mbsnccnt +_mbsnccnt_l +_mbsncmp +_mbsncmp_l +_mbsncoll +_mbsncoll_l +_mbsncpy +_mbsncpy_l +_mbsncpy_s +_mbsncpy_s_l +_mbsnextc +_mbsnextc_l +_mbsnicmp +_mbsnicmp_l +_mbsnicoll +_mbsnicoll_l +_mbsninc +_mbsninc_l +_mbsnlen +_mbsnlen_l +_mbsnset +_mbsnset_l +_mbsnset_s +_mbsnset_s_l +_mbspbrk +_mbspbrk_l +_mbsrchr +_mbsrchr_l +_mbsrev +_mbsrev_l +_mbsset +_mbsset_l +_mbsset_s +_mbsset_s_l +_mbsspn +_mbsspn_l +_mbsspnp +_mbsspnp_l +_mbsstr +_mbsstr_l +_mbstok +_mbstok_l +_mbstok_s +_mbstok_s_l +_mbstowcs_l +_mbstowcs_s_l +_mbstrlen +_mbstrlen_l +_mbstrnlen +_mbstrnlen_l +_mbsupr +_mbsupr_l +_mbsupr_s +_mbsupr_s_l +_mbtowc_l diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-private-l1-1-0.def.in b/lib/libc/mingw/lib-common/api-ms-win-crt-private-l1-1-0.def.in new file mode 100644 index 0000000000..669638b905 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-private-l1-1-0.def.in @@ -0,0 +1,1174 @@ +LIBRARY api-ms-win-crt-private-l1-1-0 + +EXPORTS + +#include "func.def.in" + +_CreateFrameInfo +F_I386(_CxxThrowException@8) +F_NON_I386(_CxxThrowException) +F_I386(_EH_prolog) +_FindAndUnlinkFrame +_GetImageBase +_GetThrowImageBase +_IsExceptionObjectToBeDestroyed +_NLG_Dispatch2 +_NLG_Return +_NLG_Return2 +_SetImageBase +_SetThrowImageBase +_SetWinRTOutOfMemoryExceptionCallback +__AdjustPointer +__BuildCatchObject +__BuildCatchObjectHelper +F_NON_I386(__C_specific_handler) +__CxxDetectRethrow +__CxxExceptionFilter +__CxxFrameHandler +__CxxFrameHandler2 +__CxxFrameHandler3 +F_I386(__CxxLongjmpUnwind@4) +__CxxQueryExceptionSize +__CxxRegisterExceptionObject +__CxxUnregisterExceptionObject +__DestructExceptionObject +__FrameUnwindFilter +__GetPlatformExceptionInfo +__NLG_Dispatch2 +__NLG_Return2 +__RTCastToVoid +__RTDynamicCast +__RTtypeid +__TypeMatch +__current_exception +__current_exception_context +__dcrt_get_wide_environment_from_os +__dcrt_initial_narrow_environment +__intrinsic_abnormal_termination +__intrinsic_setjmp +F64(__intrinsic_setjmpex) +__processing_throw +__report_gsfailure +__std_exception_copy +__std_exception_destroy +__std_type_info_compare +__std_type_info_destroy_list +__std_type_info_hash +__std_type_info_name +__unDName +__unDNameEx +__uncaught_exception +F_I386(_chkesp) +F_I386(_except_handler2) +F_I386(_except_handler3) +F_I386(_except_handler4_common) +_get_purecall_handler +_get_unexpected +F_I386(_global_unwind2) +_is_exception_typeof +F_X64(_local_unwind) +F_I386(_local_unwind2) +F_I386(_local_unwind4) +F_I386(_longjmpex) +_o__CIacos +_o__CIasin +_o__CIatan +_o__CIatan2 +_o__CIcos +_o__CIcosh +_o__CIexp +_o__CIfmod +_o__CIlog +_o__CIlog10 +_o__CIpow +_o__CIsin +_o__CIsinh +_o__CIsqrt +_o__CItan +_o__CItanh +_o__Getdays +_o__Getmonths +_o__Gettnames +_o__Strftime +_o__W_Getdays +_o__W_Getmonths +_o__W_Gettnames +_o__Wcsftime +_o___acrt_iob_func +_o___conio_common_vcprintf +_o___conio_common_vcprintf_p +_o___conio_common_vcprintf_s +_o___conio_common_vcscanf +_o___conio_common_vcwprintf +_o___conio_common_vcwprintf_p +_o___conio_common_vcwprintf_s +_o___conio_common_vcwscanf +_o___daylight +_o___dstbias +_o___fpe_flt_rounds +_o___libm_sse2_acos +_o___libm_sse2_acosf +_o___libm_sse2_asin +_o___libm_sse2_asinf +_o___libm_sse2_atan +_o___libm_sse2_atan2 +_o___libm_sse2_atanf +_o___libm_sse2_cos +_o___libm_sse2_cosf +_o___libm_sse2_exp +_o___libm_sse2_expf +_o___libm_sse2_log +_o___libm_sse2_log10 +_o___libm_sse2_log10f +_o___libm_sse2_logf +_o___libm_sse2_pow +_o___libm_sse2_powf +_o___libm_sse2_sin +_o___libm_sse2_sinf +_o___libm_sse2_tan +_o___libm_sse2_tanf +_o___p___argc +_o___p___argv +_o___p___wargv +_o___p__acmdln +_o___p__commode +_o___p__environ +_o___p__fmode +_o___p__mbcasemap +_o___p__mbctype +_o___p__pgmptr +_o___p__wcmdln +_o___p__wenviron +_o___p__wpgmptr +_o___pctype_func +_o___pwctype_func +_o___stdio_common_vfprintf +_o___stdio_common_vfprintf_p +_o___stdio_common_vfprintf_s +_o___stdio_common_vfscanf +_o___stdio_common_vfwprintf +_o___stdio_common_vfwprintf_p +_o___stdio_common_vfwprintf_s +_o___stdio_common_vfwscanf +_o___stdio_common_vsnprintf_s +_o___stdio_common_vsnwprintf_s +_o___stdio_common_vsprintf +_o___stdio_common_vsprintf_p +_o___stdio_common_vsprintf_s +_o___stdio_common_vsscanf +_o___stdio_common_vswprintf +_o___stdio_common_vswprintf_p +_o___stdio_common_vswprintf_s +_o___stdio_common_vswscanf +_o___timezone +_o___tzname +_o___wcserror +_o__access +_o__access_s +_o__aligned_free +_o__aligned_malloc +_o__aligned_msize +_o__aligned_offset_malloc +_o__aligned_offset_realloc +_o__aligned_offset_recalloc +_o__aligned_realloc +_o__aligned_recalloc +_o__atodbl +_o__atodbl_l +_o__atof_l +_o__atoflt +_o__atoflt_l +_o__atoi64 +_o__atoi64_l +_o__atoi_l +_o__atol_l +_o__atoldbl +_o__atoldbl_l +_o__atoll_l +_o__beep +_o__beginthread +_o__beginthreadex +_o__cabs +_o__callnewh +_o__calloc_base +_o__cgets +_o__cgets_s +_o__cgetws +_o__cgetws_s +_o__chdir +_o__chdrive +_o__chmod +_o__chsize +_o__chsize_s +_o__close +_o__commit +_o__configure_wide_argv +_o__cputs +_o__cputws +_o__creat +_o__create_locale +_o__ctime32_s +_o__ctime64_s +_o__cwait +_o__d_int +_o__dclass +_o__difftime32 +_o__difftime64 +_o__dlog +_o__dnorm +_o__dpcomp +_o__dpoly +_o__dscale +_o__dsign +_o__dsin +_o__dtest +_o__dunscale +_o__dup +_o__dup2 +_o__dupenv_s +_o__ecvt +_o__ecvt_s +_o__endthread +_o__endthreadex +_o__eof +_o__errno +_o__except1 +_o__execute_onexit_table +_o__execv +_o__execve +_o__execvp +_o__execvpe +_o__expand +_o__fclose_nolock +_o__fcloseall +_o__fcvt +_o__fcvt_s +_o__fd_int +_o__fdclass +_o__fdexp +_o__fdlog +_o__fdopen +_o__fdpcomp +_o__fdpoly +_o__fdscale +_o__fdsign +_o__fdsin +_o__fflush_nolock +_o__fgetc_nolock +_o__fgetchar +_o__fgetwc_nolock +_o__fgetwchar +_o__filelength +_o__filelengthi64 +_o__fileno +_o__findclose +_o__findfirst32 +_o__findfirst32i64 +_o__findfirst64 +_o__findfirst64i32 +_o__findnext32 +_o__findnext32i64 +_o__findnext64 +_o__findnext64i32 +_o__flushall +_o__fpclass +_o__fpclassf +_o__fputc_nolock +_o__fputchar +_o__fputwc_nolock +_o__fputwchar +_o__fread_nolock +_o__fread_nolock_s +_o__free_base +_o__free_locale +_o__fseek_nolock +_o__fseeki64 +_o__fseeki64_nolock +_o__fsopen +_o__fstat32 +_o__fstat32i64 +_o__fstat64 +_o__fstat64i32 +_o__ftell_nolock +_o__ftelli64 +_o__ftelli64_nolock +_o__ftime32 +_o__ftime32_s +_o__ftime64 +_o__ftime64_s +_o__fullpath +_o__futime32 +_o__futime64 +_o__fwrite_nolock +_o__gcvt +_o__gcvt_s +_o__get_daylight +_o__get_doserrno +_o__get_dstbias +_o__get_errno +_o__get_fmode +_o__get_heap_handle +_o__get_invalid_parameter_handler +_o__get_narrow_winmain_command_line +_o__get_osfhandle +_o__get_pgmptr +_o__get_stream_buffer_pointers +_o__get_terminate +_o__get_thread_local_invalid_parameter_handler +_o__get_timezone +_o__get_tzname +_o__get_wide_winmain_command_line +_o__get_wpgmptr +_o__getc_nolock +_o__getch +_o__getch_nolock +_o__getche +_o__getche_nolock +_o__getcwd +_o__getdcwd +_o__getdiskfree +_o__getdllprocaddr +_o__getdrive +_o__getdrives +_o__getmbcp +_o__getsystime +_o__getw +_o__getwc_nolock +_o__getwch +_o__getwch_nolock +_o__getwche +_o__getwche_nolock +_o__getws +_o__getws_s +_o__gmtime32 +_o__gmtime32_s +_o__gmtime64 +_o__gmtime64_s +_o__heapchk +_o__heapmin +_o__hypot +_o__hypotf +_o__i64toa +_o__i64toa_s +_o__i64tow +_o__i64tow_s +_o__initialize_onexit_table +_o__invalid_parameter_noinfo +_o__invalid_parameter_noinfo_noreturn +_o__isatty +_o__isctype +_o__isctype_l +_o__isleadbyte_l +_o__ismbbalnum +_o__ismbbalnum_l +_o__ismbbalpha +_o__ismbbalpha_l +_o__ismbbblank +_o__ismbbblank_l +_o__ismbbgraph +_o__ismbbgraph_l +_o__ismbbkalnum +_o__ismbbkalnum_l +_o__ismbbkana +_o__ismbbkana_l +_o__ismbbkprint +_o__ismbbkprint_l +_o__ismbbkpunct +_o__ismbbkpunct_l +_o__ismbblead +_o__ismbblead_l +_o__ismbbprint +_o__ismbbprint_l +_o__ismbbpunct +_o__ismbbpunct_l +_o__ismbbtrail +_o__ismbbtrail_l +_o__ismbcalnum +_o__ismbcalnum_l +_o__ismbcalpha +_o__ismbcalpha_l +_o__ismbcblank +_o__ismbcblank_l +_o__ismbcdigit +_o__ismbcdigit_l +_o__ismbcgraph +_o__ismbcgraph_l +_o__ismbchira +_o__ismbchira_l +_o__ismbckata +_o__ismbckata_l +_o__ismbcl0 +_o__ismbcl0_l +_o__ismbcl1 +_o__ismbcl1_l +_o__ismbcl2 +_o__ismbcl2_l +_o__ismbclegal +_o__ismbclegal_l +_o__ismbclower +_o__ismbclower_l +_o__ismbcprint +_o__ismbcprint_l +_o__ismbcpunct +_o__ismbcpunct_l +_o__ismbcspace +_o__ismbcspace_l +_o__ismbcsymbol +_o__ismbcsymbol_l +_o__ismbcupper +_o__ismbcupper_l +_o__ismbslead +_o__ismbslead_l +_o__ismbstrail +_o__ismbstrail_l +_o__iswctype_l +_o__itoa +_o__itoa_s +_o__itow +_o__itow_s +_o__j0 +_o__j1 +_o__jn +_o__kbhit +_o__ld_int +_o__ldclass +_o__ldexp +_o__ldlog +_o__ldpcomp +_o__ldpoly +_o__ldscale +_o__ldsign +_o__ldsin +_o__ldtest +_o__ldunscale +_o__lfind +_o__lfind_s +_o__libm_sse2_acos_precise +_o__libm_sse2_asin_precise +_o__libm_sse2_atan_precise +_o__libm_sse2_cos_precise +_o__libm_sse2_exp_precise +_o__libm_sse2_log10_precise +_o__libm_sse2_log_precise +_o__libm_sse2_pow_precise +_o__libm_sse2_sin_precise +_o__libm_sse2_sqrt_precise +_o__libm_sse2_tan_precise +_o__loaddll +_o__localtime32 +_o__localtime32_s +_o__localtime64 +_o__localtime64_s +_o__lock_file +_o__locking +_o__logb +_o__logbf +_o__lsearch +_o__lsearch_s +_o__lseek +_o__lseeki64 +_o__ltoa +_o__ltoa_s +_o__ltow +_o__ltow_s +_o__makepath +_o__makepath_s +_o__malloc_base +_o__mbbtombc +_o__mbbtombc_l +_o__mbbtype +_o__mbbtype_l +_o__mbccpy +_o__mbccpy_l +_o__mbccpy_s +_o__mbccpy_s_l +_o__mbcjistojms +_o__mbcjistojms_l +_o__mbcjmstojis +_o__mbcjmstojis_l +_o__mbclen +_o__mbclen_l +_o__mbctohira +_o__mbctohira_l +_o__mbctokata +_o__mbctokata_l +_o__mbctolower +_o__mbctolower_l +_o__mbctombb +_o__mbctombb_l +_o__mbctoupper +_o__mbctoupper_l +_o__mblen_l +_o__mbsbtype +_o__mbsbtype_l +_o__mbscat_s +_o__mbscat_s_l +_o__mbschr +_o__mbschr_l +_o__mbscmp +_o__mbscmp_l +_o__mbscoll +_o__mbscoll_l +_o__mbscpy_s +_o__mbscpy_s_l +_o__mbscspn +_o__mbscspn_l +_o__mbsdec +_o__mbsdec_l +_o__mbsicmp +_o__mbsicmp_l +_o__mbsicoll +_o__mbsicoll_l +_o__mbsinc +_o__mbsinc_l +_o__mbslen +_o__mbslen_l +_o__mbslwr +_o__mbslwr_l +_o__mbslwr_s +_o__mbslwr_s_l +_o__mbsnbcat +_o__mbsnbcat_l +_o__mbsnbcat_s +_o__mbsnbcat_s_l +_o__mbsnbcmp +_o__mbsnbcmp_l +_o__mbsnbcnt +_o__mbsnbcnt_l +_o__mbsnbcoll +_o__mbsnbcoll_l +_o__mbsnbcpy +_o__mbsnbcpy_l +_o__mbsnbcpy_s +_o__mbsnbcpy_s_l +_o__mbsnbicmp +_o__mbsnbicmp_l +_o__mbsnbicoll +_o__mbsnbicoll_l +_o__mbsnbset +_o__mbsnbset_l +_o__mbsnbset_s +_o__mbsnbset_s_l +_o__mbsncat +_o__mbsncat_l +_o__mbsncat_s +_o__mbsncat_s_l +_o__mbsnccnt +_o__mbsnccnt_l +_o__mbsncmp +_o__mbsncmp_l +_o__mbsncoll +_o__mbsncoll_l +_o__mbsncpy +_o__mbsncpy_l +_o__mbsncpy_s +_o__mbsncpy_s_l +_o__mbsnextc +_o__mbsnextc_l +_o__mbsnicmp +_o__mbsnicmp_l +_o__mbsnicoll +_o__mbsnicoll_l +_o__mbsninc +_o__mbsninc_l +_o__mbsnlen +_o__mbsnlen_l +_o__mbsnset +_o__mbsnset_l +_o__mbsnset_s +_o__mbsnset_s_l +_o__mbspbrk +_o__mbspbrk_l +_o__mbsrchr +_o__mbsrchr_l +_o__mbsrev +_o__mbsrev_l +_o__mbsset +_o__mbsset_l +_o__mbsset_s +_o__mbsset_s_l +_o__mbsspn +_o__mbsspn_l +_o__mbsspnp +_o__mbsspnp_l +_o__mbsstr +_o__mbsstr_l +_o__mbstok +_o__mbstok_l +_o__mbstok_s +_o__mbstok_s_l +_o__mbstowcs_l +_o__mbstowcs_s_l +_o__mbstrlen +_o__mbstrlen_l +_o__mbstrnlen +_o__mbstrnlen_l +_o__mbsupr +_o__mbsupr_l +_o__mbsupr_s +_o__mbsupr_s_l +_o__mbtowc_l +_o__memicmp +_o__memicmp_l +_o__mkdir +_o__mkgmtime32 +_o__mkgmtime64 +_o__mktemp +_o__mktemp_s +_o__mktime32 +_o__mktime64 +_o__msize +_o__nextafter +_o__nextafterf +_o__open_osfhandle +_o__pclose +_o__pipe +_o__popen +_o__putc_nolock +_o__putch +_o__putch_nolock +_o__putenv +_o__putenv_s +_o__putw +_o__putwc_nolock +_o__putwch +_o__putwch_nolock +_o__putws +_o__read +_o__realloc_base +_o__recalloc +_o__register_onexit_function +_o__resetstkoflw +_o__rmdir +_o__rmtmp +_o__scalb +_o__scalbf +_o__searchenv +_o__searchenv_s +_o__set_abort_behavior +_o__set_doserrno +_o__set_errno +_o__set_invalid_parameter_handler +_o__set_new_handler +_o__set_new_mode +_o__set_thread_local_invalid_parameter_handler +_o__seterrormode +_o__setmbcp +_o__setmode +_o__setsystime +_o__sleep +_o__sopen +_o__sopen_dispatch +_o__sopen_s +_o__spawnv +_o__spawnve +_o__spawnvp +_o__spawnvpe +_o__splitpath +_o__splitpath_s +_o__stat32 +_o__stat32i64 +_o__stat64 +_o__stat64i32 +_o__strcoll_l +_o__strdate +_o__strdate_s +_o__strdup +_o__strerror +_o__strerror_s +_o__strftime_l +_o__stricmp +_o__stricmp_l +_o__stricoll +_o__stricoll_l +_o__strlwr +_o__strlwr_l +_o__strlwr_s +_o__strlwr_s_l +_o__strncoll +_o__strncoll_l +_o__strnicmp +_o__strnicmp_l +_o__strnicoll +_o__strnicoll_l +_o__strnset_s +_o__strset_s +_o__strtime +_o__strtime_s +_o__strtod_l +_o__strtof_l +_o__strtoi64 +_o__strtoi64_l +_o__strtol_l +_o__strtold_l +_o__strtoll_l +_o__strtoui64 +_o__strtoui64_l +_o__strtoul_l +_o__strtoull_l +_o__strupr +_o__strupr_l +_o__strupr_s +_o__strupr_s_l +_o__strxfrm_l +_o__swab +_o__tell +_o__telli64 +_o__timespec32_get +_o__timespec64_get +_o__tolower +_o__tolower_l +_o__toupper +_o__toupper_l +_o__towlower_l +_o__towupper_l +_o__tzset +_o__ui64toa +_o__ui64toa_s +_o__ui64tow +_o__ui64tow_s +_o__ultoa +_o__ultoa_s +_o__ultow +_o__ultow_s +_o__umask +_o__umask_s +_o__ungetc_nolock +_o__ungetch +_o__ungetch_nolock +_o__ungetwc_nolock +_o__ungetwch +_o__ungetwch_nolock +_o__unlink +_o__unloaddll +_o__unlock_file +_o__utime32 +_o__utime64 +_o__waccess +_o__waccess_s +_o__wasctime +_o__wasctime_s +_o__wchdir +_o__wchmod +_o__wcreat +_o__wcreate_locale +_o__wcscoll_l +_o__wcsdup +_o__wcserror +_o__wcserror_s +_o__wcsftime_l +_o__wcsicmp +_o__wcsicmp_l +_o__wcsicoll +_o__wcsicoll_l +_o__wcslwr +_o__wcslwr_l +_o__wcslwr_s +_o__wcslwr_s_l +_o__wcsncoll +_o__wcsncoll_l +_o__wcsnicmp +_o__wcsnicmp_l +_o__wcsnicoll +_o__wcsnicoll_l +_o__wcsnset +_o__wcsnset_s +_o__wcsset +_o__wcsset_s +_o__wcstod_l +_o__wcstof_l +_o__wcstoi64 +_o__wcstoi64_l +_o__wcstol_l +_o__wcstold_l +_o__wcstoll_l +_o__wcstombs_l +_o__wcstombs_s_l +_o__wcstoui64 +_o__wcstoui64_l +_o__wcstoul_l +_o__wcstoull_l +_o__wcsupr +_o__wcsupr_l +_o__wcsupr_s +_o__wcsupr_s_l +_o__wcsxfrm_l +_o__wctime32 +_o__wctime32_s +_o__wctime64 +_o__wctime64_s +_o__wctomb_l +_o__wctomb_s_l +_o__wdupenv_s +_o__wexecv +_o__wexecve +_o__wexecvp +_o__wexecvpe +_o__wfdopen +_o__wfindfirst32 +_o__wfindfirst32i64 +_o__wfindfirst64 +_o__wfindfirst64i32 +_o__wfindnext32 +_o__wfindnext32i64 +_o__wfindnext64 +_o__wfindnext64i32 +_o__wfopen +_o__wfopen_s +_o__wfreopen +_o__wfreopen_s +_o__wfsopen +_o__wfullpath +_o__wgetcwd +_o__wgetdcwd +_o__wgetenv +_o__wgetenv_s +_o__wmakepath +_o__wmakepath_s +_o__wmkdir +_o__wmktemp +_o__wmktemp_s +_o__wperror +_o__wpopen +_o__wputenv +_o__wputenv_s +_o__wremove +_o__wrename +_o__write +_o__wrmdir +_o__wsearchenv +_o__wsearchenv_s +_o__wsetlocale +_o__wsopen_dispatch +_o__wsopen_s +_o__wspawnv +_o__wspawnve +_o__wspawnvp +_o__wspawnvpe +_o__wsplitpath +_o__wsplitpath_s +_o__wstat32 +_o__wstat32i64 +_o__wstat64 +_o__wstat64i32 +_o__wstrdate +_o__wstrdate_s +_o__wstrtime +_o__wstrtime_s +_o__wsystem +_o__wtmpnam_s +_o__wtof +_o__wtof_l +_o__wtoi +_o__wtoi64 +_o__wtoi64_l +_o__wtoi_l +_o__wtol +_o__wtol_l +_o__wtoll +_o__wtoll_l +_o__wunlink +_o__wutime32 +_o__wutime64 +_o__y0 +_o__y1 +_o__yn +_o_abort +_o_acos +_o_acosf +_o_acosh +_o_acoshf +_o_acoshl +_o_asctime +_o_asctime_s +_o_asin +_o_asinf +_o_asinh +_o_asinhf +_o_asinhl +_o_atan +_o_atan2 +_o_atan2f +_o_atanf +_o_atanh +_o_atanhf +_o_atanhl +_o_atof +_o_atoi +_o_atol +_o_atoll +_o_bsearch +_o_bsearch_s +_o_btowc +_o_calloc +_o_cbrt +_o_cbrtf +_o_ceil +_o_ceilf +_o_clearerr +_o_clearerr_s +_o_cos +_o_cosf +_o_cosh +_o_coshf +_o_erf +_o_erfc +_o_erfcf +_o_erfcl +_o_erff +_o_erfl +_o_exp +_o_exp2 +_o_exp2f +_o_exp2l +_o_expf +_o_fabs +_o_fclose +_o_feof +_o_ferror +_o_fflush +_o_fgetc +_o_fgetpos +_o_fgets +_o_fgetwc +_o_fgetws +_o_floor +_o_floorf +_o_fma +_o_fmaf +_o_fmal +_o_fmod +_o_fmodf +_o_fopen +_o_fopen_s +_o_fputc +_o_fputs +_o_fputwc +_o_fputws +_o_fread +_o_fread_s +_o_free +_o_freopen +_o_freopen_s +_o_frexp +_o_fseek +_o_fsetpos +_o_ftell +_o_fwrite +_o_getc +_o_getchar +_o_getenv +_o_getenv_s +_o_gets +_o_gets_s +_o_getwc +_o_getwchar +_o_hypot +_o_is_wctype +_o_isalnum +_o_isalpha +_o_isblank +_o_iscntrl +_o_isdigit +_o_isgraph +_o_isleadbyte +_o_islower +_o_isprint +_o_ispunct +_o_isspace +_o_isupper +_o_iswalnum +_o_iswalpha +_o_iswascii +_o_iswblank +_o_iswcntrl +_o_iswctype +_o_iswdigit +_o_iswgraph +_o_iswlower +_o_iswprint +_o_iswpunct +_o_iswspace +_o_iswupper +_o_iswxdigit +_o_isxdigit +_o_ldexp +_o_lgamma +_o_lgammaf +_o_lgammal +_o_llrint +_o_llrintf +_o_llrintl +_o_llround +_o_llroundf +_o_llroundl +_o_localeconv +_o_log +_o_log10 +_o_log10f +_o_log1p +_o_log1pf +_o_log1pl +_o_log2 +_o_log2f +_o_log2l +_o_logb +_o_logbf +_o_logbl +_o_logf +_o_lrint +_o_lrintf +_o_lrintl +_o_lround +_o_lroundf +_o_lroundl +_o_malloc +_o_mblen +_o_mbrlen +_o_mbrtoc16 +_o_mbrtoc32 +_o_mbrtowc +_o_mbsrtowcs +_o_mbsrtowcs_s +_o_mbstowcs +_o_mbstowcs_s +_o_mbtowc +_o_memset +_o_modf +_o_modff +_o_nan +_o_nanf +_o_nanl +_o_nearbyint +_o_nearbyintf +_o_nearbyintl +_o_nextafter +_o_nextafterf +_o_nextafterl +_o_nexttoward +_o_nexttowardf +_o_nexttowardl +_o_pow +_o_powf +_o_putc +_o_putchar +_o_puts +_o_putwc +_o_putwchar +_o_qsort +_o_qsort_s +_o_raise +_o_rand +_o_rand_s +_o_realloc +_o_remainder +_o_remainderf +_o_remainderl +_o_remove +_o_remquo +_o_remquof +_o_remquol +_o_rewind +_o_rint +_o_rintf +_o_rintl +_o_round +_o_roundf +_o_roundl +_o_scalbln +_o_scalblnf +_o_scalblnl +_o_scalbn +_o_scalbnf +_o_scalbnl +_o_set_terminate +_o_setbuf +_o_setvbuf +_o_sin +_o_sinf +_o_sinh +_o_sinhf +_o_sqrt +_o_sqrtf +_o_srand +_o_strcat_s +_o_strcoll +_o_strcpy_s +_o_strerror +_o_strerror_s +_o_strftime +_o_strncat_s +_o_strncpy_s +_o_strtod +_o_strtof +_o_strtok +_o_strtok_s +_o_strtol +_o_strtold +_o_strtoll +_o_strtoul +_o_strtoull +_o_system +_o_tan +_o_tanf +_o_tanh +_o_tanhf +_o_terminate +_o_tgamma +_o_tgammaf +_o_tgammal +_o_tmpfile_s +_o_tmpnam_s +_o_tolower +_o_toupper +_o_towlower +_o_towupper +_o_ungetc +_o_ungetwc +_o_wcrtomb +_o_wcrtomb_s +_o_wcscat_s +_o_wcscoll +_o_wcscpy +_o_wcscpy_s +_o_wcsftime +_o_wcsncat_s +_o_wcsncpy_s +_o_wcsrtombs +_o_wcsrtombs_s +_o_wcstod +_o_wcstof +_o_wcstok +_o_wcstok_s +_o_wcstol +_o_wcstold +_o_wcstoll +_o_wcstombs +_o_wcstombs_s +_o_wcstoul +_o_wcstoull +_o_wctob +_o_wctomb +_o_wctomb_s +_o_wmemcpy_s +_o_wmemmove_s +_purecall +F_I386(_seh_longjmp_unwind@4) +F_I386(_seh_longjmp_unwind4@4) +_set_purecall_handler +_set_se_translator +F_I386(_setjmp3) +longjmp +memchr +memcmp +memcpy +memmove +set_unexpected +F_X64(setjmp) +strchr +strrchr +strstr +unexpected +wcschr +wcsrchr +wcsstr diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-process-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-process-l1-1-0.def new file mode 100644 index 0000000000..dafa456a52 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-process-l1-1-0.def @@ -0,0 +1,57 @@ +LIBRARY api-ms-win-crt-process-l1-1-0 + +EXPORTS + +_beep +_cwait +cwait == _cwait +_execl +execl == _execl +_execle +execle == _execle +_execlp +execlp == _execlp +_execlpe +execlpe == _execlpe +_execv +execv == _execv +_execve +execve == _execve +_execvp +execvp == _execvp +_execvpe +execvpe == _execvpe +_loaddll +_spawnl +spawnl == _spawnl +_spawnle +spawnle == _spawnle +_spawnlp +spawnlp == _spawnlp +_spawnlpe +spawnlpe == _spawnlpe +_spawnv +spawnv == _spawnv +_spawnve +spawnve == _spawnve +_spawnvp +spawnvp == _spawnvp +_spawnvpe +spawnvpe == _spawnvpe +_unloaddll +_wexecl +_wexecle +_wexeclp +_wexeclpe +_wexecv +_wexecve +_wexecvp +_wexecvpe +_wspawnl +_wspawnle +_wspawnlp +_wspawnlpe +_wspawnv +_wspawnve +_wspawnvp +_wspawnvpe diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in b/lib/libc/mingw/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in new file mode 100644 index 0000000000..ea310d426f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-runtime-l1-1-0.def.in @@ -0,0 +1,120 @@ +LIBRARY api-ms-win-crt-runtime-l1-1-0 + +EXPORTS + +#include "func.def.in" + +_Exit +F_I386(__control87_2) +__doserrno +__fpe_flt_rounds +__fpecode +__p___argc +__p___argv +__p___wargv +__p__acmdln +__p__pgmptr +__p__wcmdln +__p__wpgmptr +__pxcptinfoptrs +__sys_errlist +__sys_nerr +__threadhandle +__threadid +__wcserror +__wcserror_s +; DATA set manually +_assert +_beginthread +_beginthreadex +_c_exit +_cexit +_clearfp +_configure_narrow_argv +_configure_wide_argv +_control87 +_controlfp +_controlfp_s +_crt_at_quick_exit +_crt_atexit +_crt_debugger_hook +_endthread +_endthreadex +_errno +_execute_onexit_table +_exit +F_NON_I386(_fpieee_flt) +; DATA added manually +_fpreset DATA +_get_doserrno +_get_errno +_get_initial_narrow_environment +_get_initial_wide_environment +_get_invalid_parameter_handler +_get_narrow_winmain_command_line +_get_pgmptr +_get_terminate +_get_thread_local_invalid_parameter_handler +_get_wide_winmain_command_line +_get_wpgmptr +_getdllprocaddr +_getpid +getpid == _getpid +_initialize_narrow_environment +_initialize_onexit_table +_initialize_wide_environment +_initterm +_initterm_e +_invalid_parameter_noinfo +_invalid_parameter_noinfo_noreturn +_invoke_watson +_query_app_type +_register_onexit_function +_register_thread_local_exe_atexit_callback +_resetstkoflw +_seh_filter_dll +_seh_filter_exe +_set_abort_behavior +_set_app_type +__set_app_type == _set_app_type +_set_controlfp +_set_doserrno +_set_errno +_set_error_mode +_set_invalid_parameter_handler +_set_new_handler +_set_thread_local_invalid_parameter_handler +_seterrormode +_sleep +_statusfp +F_I386(_statusfp2) +_strerror +_strerror_s +_wassert +_wcserror +_wcserror_s +_wperror +_wsystem +abort +exit +; Don't use the float env functions from UCRT; fesetround doesn't seem to have +; any effect on the FPU control word as required by other libmingwex math +; routines. +feclearexcept DATA +fegetenv DATA +fegetexceptflag DATA +fegetround DATA +feholdexcept DATA +fesetenv DATA +fesetexceptflag DATA +fesetround DATA +fetestexcept DATA +perror +quick_exit +raise +set_terminate +signal +strerror +strerror_s +system +terminate diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-stdio-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-stdio-l1-1-0.def new file mode 100644 index 0000000000..cdfc2362b6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-stdio-l1-1-0.def @@ -0,0 +1,194 @@ +LIBRARY api-ms-win-crt-stdio-l1-1-0 + +EXPORTS + +__acrt_iob_func +__p__commode +__p__fmode +__stdio_common_vfprintf +__stdio_common_vfprintf_p +__stdio_common_vfprintf_s +__stdio_common_vfscanf +__stdio_common_vfwprintf +__stdio_common_vfwprintf_p +__stdio_common_vfwprintf_s +__stdio_common_vfwscanf +__stdio_common_vsnprintf_s +__stdio_common_vsnwprintf_s +__stdio_common_vsprintf +__stdio_common_vsprintf_p +__stdio_common_vsprintf_s +__stdio_common_vsscanf +__stdio_common_vswprintf +__stdio_common_vswprintf_p +__stdio_common_vswprintf_s +__stdio_common_vswscanf +_chsize +chsize == _chsize +_chsize_s +_close +close == _close +_commit +_creat +creat == _creat +_dup +dup == _dup +_dup2 +dup2 == _dup2 +_eof +eof == _eof +_fclose_nolock +_fcloseall +fcloseall == _fcloseall +_fflush_nolock +_fgetc_nolock +_fgetchar +fgetchar == _fgetchar +_fgetwc_nolock +_fgetwchar +fgetwchar == _fgetwchar +_filelength +filelength == _filelength +_filelengthi64 +_fileno +fileno == _fileno +_flushall +_fputc_nolock +_fputchar +fputchar == _fputchar +_fputwc_nolock +_fputwchar +fputwchar == _fputwchar +_fread_nolock +_fread_nolock_s +_fseek_nolock +_fseeki64 +_fseeki64_nolock +_fsopen +_ftell_nolock +_ftelli64 +_ftelli64_nolock +_fwrite_nolock +_get_fmode +_get_osfhandle +_get_printf_count_output +_get_stream_buffer_pointers +_getc_nolock +_getcwd +getcwd == _getcwd +_getdcwd +_getmaxstdio +_getw +getw == _getw +_getwc_nolock +_getws +_getws_s +_isatty +isatty == _isatty +_kbhit +kbhit == _kbhit +_locking +_lseek +lseek == _lseek +_lseeki64 +_mktemp +mktemp == _mktemp +_mktemp_s +_open +open == _open +_open_osfhandle +_pclose +pclose == _pclose +_pipe +_popen +popen == _popen +_putc_nolock +_putw +putw == _putw +_putwc_nolock +_putws +_read +read == _read +_rmtmp +rmtmp == _rmtmp +_set_fmode +_set_printf_count_output +_setmaxstdio +_setmode +setmode == _setmode +_sopen +sopen == _sopen +_sopen_dispatch +_sopen_s +_tell +tell == _tell +_telli64 +_tempnam +tempnam == _tempnam +_ungetc_nolock +_ungetwc_nolock +_wcreat +_wfdopen +_wfopen +_wfopen_s +_wfreopen +_wfreopen_s +_wfsopen +_wmktemp +_wmktemp_s +_wopen +_wpopen +wpopen == _wpopen +_write +write == _write +_wsopen +_wsopen_dispatch +_wsopen_s +_wtempnam +_wtmpnam +_wtmpnam_s +clearerr +clearerr_s +fclose +feof +ferror +fflush +fgetc +fgetpos +fgets +fgetwc +fgetws +fopen +fopen_s +fputc +fputs +fputwc +fputws +fread +fread_s +freopen +freopen_s +fseek +fsetpos +ftell +fwrite +getc +getchar +gets +gets_s +getwc +getwchar +putc +putchar +puts +putwc +putwchar +rewind +setbuf +setvbuf +tmpfile +tmpfile_s +tmpnam +tmpnam_s +ungetc +ungetwc diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-string-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-string-l1-1-0.def new file mode 100644 index 0000000000..dcce58dbc3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-string-l1-1-0.def @@ -0,0 +1,211 @@ +LIBRARY api-ms-win-crt-string-l1-1-0 + +EXPORTS + +__isascii +isascii == __isascii +__iscsym +iscsym == __iscsym +__iscsymf +iscsymf == __iscsymf +__iswcsym +__iswcsymf +__strncnt +__wcsncnt +_isalnum_l +_isalpha_l +_isblank_l +_iscntrl_l +_isctype +_isctype_l +_isdigit_l +_isgraph_l +_isleadbyte_l +_islower_l +_isprint_l +_ispunct_l +_isspace_l +_isupper_l +_iswalnum_l +_iswalpha_l +_iswblank_l +_iswcntrl_l +_iswcsym_l +_iswcsymf_l +_iswctype_l +_iswdigit_l +_iswgraph_l +_iswlower_l +_iswprint_l +_iswpunct_l +_iswspace_l +_iswupper_l +_iswxdigit_l +_isxdigit_l +_memccpy +memccpy == _memccpy +_memicmp +memicmp == _memicmp +_memicmp_l +_strcoll_l +_strdup +strdup == _strdup +_stricmp +_strcmpi == _stricmp +strcmpi == _stricmp +stricmp == _stricmp +strcasecmp == _stricmp +_stricmp_l +_stricoll +stricoll == _stricoll +_stricoll_l +_strlwr +strlwr == _strlwr +_strlwr_l +_strlwr_s +_strlwr_s_l +_strncoll +_strncoll_l +_strnicmp +strnicmp == _strnicmp +strncasecmp == _strnicmp +_strnicmp_l +_strnicoll +_strnicoll_l +_strnset +strnset == _strnset +_strnset_s +_strrev +strrev == _strrev +_strset +strset == _strset +_strset_s +_strupr +strupr == _strupr +_strupr_l +_strupr_s +_strupr_s_l +_strxfrm_l +_tolower +_tolower_l +_toupper +_toupper_l +_towlower_l +_towupper_l +_wcscoll_l +_wcsdup +wcsdup == _wcsdup +_wcsicmp +wcsicmp == _wcsicmp +wcscmpi == _wcsicmp +_wcsicmp_l +_wcsicoll +wcsicoll == _wcsicoll +_wcsicoll_l +_wcslwr +wcslwr == _wcslwr +_wcslwr_l +_wcslwr_s +_wcslwr_s_l +_wcsncoll +_wcsncoll_l +_wcsnicmp +wcsnicmp == _wcsnicmp +_wcsnicmp_l +_wcsnicoll +_wcsnicoll_l +_wcsnset +wcsnset == _wcsnset +_wcsnset_s +_wcsrev +wcsrev == _wcsrev +_wcsset +wcsset == _wcsset +_wcsset_s +_wcsupr +wcsupr == _wcsupr +_wcsupr_l +_wcsupr_s +_wcsupr_s_l +_wcsxfrm_l +_wctype +is_wctype +isalnum +isalpha +isblank +iscntrl +isdigit +isgraph +isleadbyte +islower +isprint +ispunct +isspace +isupper +iswalnum +iswalpha +iswascii +iswblank +iswcntrl +iswctype +iswdigit +iswgraph +iswlower +iswprint +iswpunct +iswspace +iswupper +iswxdigit +isxdigit +mblen +mbrlen +memcpy_s +memmove_s +memset +strcat +strcat_s +strcmp +strcoll +strcpy +strcpy_s +strcspn +strlen +strncat +strncat_s +strncmp +strncpy +strncpy_s +; strnlen replaced by emu +strpbrk +strspn +strtok +strtok_s +strxfrm +tolower +toupper +towctrans +towlower +towupper +wcscat +wcscat_s +wcscmp +wcscoll +wcscpy +wcscpy_s +wcscspn +wcslen +wcsncat +wcsncat_s +wcsncmp +wcsncpy +wcsncpy_s +; We provide replacement implementation in libmingwex +wcsnlen DATA +wcspbrk +wcsspn +wcstok +wcstok_s +wcsxfrm +wctype +wmemcpy_s +wmemmove_s diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-time-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-time-l1-1-0.def new file mode 100644 index 0000000000..0e30b11271 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-time-l1-1-0.def @@ -0,0 +1,89 @@ +LIBRARY api-ms-win-crt-time-l1-1-0 + +EXPORTS + +__daylight +__dstbias +__timezone +__tzname +_ctime32 +_ctime32_s +_ctime64 +_ctime64_s +_difftime32 +_difftime64 +_ftime == _ftime64 +_ftime32 +_ftime32_s +_ftime64 +_ftime64_s +_futime == _futime64 +_futime32 +_futime64 +_get_daylight +_get_dstbias +_get_timezone +_get_tzname +_getsystime +_Getdays +_Getmonths +_Gettnames +_gmtime32 +_gmtime32_s +_gmtime64 +_gmtime64_s +_localtime32 +_localtime32_s +_localtime64 +_localtime64_s +_mkgmtime32 +_mkgmtime64 +_mktime32 +_mktime64 +_setsystime +_strdate +_strdate_s +_Strftime +_strftime_l +_strtime +_strtime_s +_time32 +_time64 +_timespec32_get +_timespec64_get +; This is wrapped in the compat code. +_tzset DATA +_utime == _utime64 +utime == _utime64 +_utime32 +_utime64 +_W_Getdays +_W_Getmonths +_W_Gettnames +_wasctime +_wasctime_s +_Wcsftime +_wcsftime_l +_wctime32 +_wctime32_s +_wctime64 +_wctime64_s +_wstrdate +_wstrdate_s +_wstrtime +_wstrtime_s +_wutime == _wutime64 +_wutime32 +_wutime64 +asctime +asctime_s +clock +strftime +wcsftime +; These functions may satisfy configure scripts. +ctime == _ctime64 +gmtime == _gmtime64 +localtime == _localtime64 +mktime == _mktime64 +time == _time64 +timespec_get == _timespec64_get diff --git a/lib/libc/mingw/lib-common/api-ms-win-crt-utility-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-crt-utility-l1-1-0.def new file mode 100644 index 0000000000..6013445323 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-crt-utility-l1-1-0.def @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-crt-utility-l1-1-0 + +EXPORTS + +_abs64 +_byteswap_uint64 +_byteswap_ulong +_byteswap_ushort +_lfind +lfind == _lfind +_lfind_s +_lrotl +_lrotr +_lsearch +lsearch == _lsearch +_lsearch_s +_rotl +_rotl64 +_rotr +_rotr64 +_swab +swab == _swab +abs +bsearch +bsearch_s +div +imaxabs +imaxdiv +labs +ldiv +llabs +lldiv +qsort +qsort_s +rand +rand_s +srand diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1.def new file mode 100644 index 0000000000..e84ca03ac7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1.def @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-devices-config-l1-1-1 + +EXPORTS + +CM_Delete_Class_Key +CM_Delete_Device_Interface_KeyW +CM_Delete_DevNode_Key +CM_Disable_DevNode +CM_Enable_DevNode +CM_Get_Child +CM_Get_Class_Property_Keys +CM_Get_Class_PropertyW +CM_Get_Class_Registry_PropertyW +CM_Get_Depth +CM_Get_Device_ID_List_SizeW +CM_Get_Device_ID_ListW +CM_Get_Device_ID_Size +CM_Get_Device_IDW +CM_Get_Device_Interface_List_SizeW +CM_Get_Device_Interface_ListW +CM_Get_Device_Interface_Property_KeysW +CM_Get_Device_Interface_PropertyW +CM_Get_DevNode_Property_Keys +CM_Get_DevNode_PropertyW +CM_Get_DevNode_Registry_PropertyW +CM_Get_DevNode_Status +CM_Get_Parent +CM_Get_Sibling +CM_Locate_DevNodeW +CM_MapCrToWin32Err +CM_Open_Class_KeyW +CM_Open_Device_Interface_KeyW +CM_Open_DevNode_Key +CM_Query_And_Remove_SubTreeW +CM_Register_Notification +CM_Set_Class_PropertyW +CM_Set_Class_Registry_PropertyW +CM_Set_Device_Interface_PropertyW +CM_Set_DevNode_PropertyW +CM_Set_DevNode_Registry_PropertyW +CM_Setup_DevNode +CM_Uninstall_DevNode +CM_Unregister_Notification diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..f9d52afdc0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-1_windowsapp.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-devices-config-l1-1-1 + +EXPORTS + +CM_Get_Device_ID_List_SizeW +CM_Get_Device_ID_ListW +CM_Get_Device_IDW +CM_Get_Device_Interface_List_SizeW +CM_Get_Device_Interface_ListW +CM_Get_Device_Interface_PropertyW +CM_Get_DevNode_PropertyW +CM_Get_DevNode_Status +CM_Get_Parent +CM_Locate_DevNodeW +CM_MapCrToWin32Err +CM_Register_Notification +CM_Unregister_Notification diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2.def new file mode 100644 index 0000000000..626857b66e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-devices-config-l1-1-2 + +EXPORTS + +CM_Delete_Device_Interface_KeyA +CM_Get_Class_Registry_PropertyA +CM_Get_Device_ID_List_SizeA +CM_Get_Device_ID_ListA +CM_Get_Device_IDA +CM_Get_Device_Interface_List_SizeA +CM_Get_Device_Interface_ListA +CM_Get_DevNode_Registry_PropertyA +CM_Locate_DevNodeA +CM_Open_Class_KeyA +CM_Open_Device_Interface_KeyA +CM_Query_And_Remove_SubTreeA +CM_Set_Class_Registry_PropertyA +CM_Set_DevNode_Registry_PropertyA diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..eb9a440e8d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-config-l1-1-2_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-config-l1-1-2 + +EXPORTS + +CM_Get_Device_Interface_List_SizeA +CM_Get_Device_Interface_ListA diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0.def new file mode 100644 index 0000000000..d40aa188b6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-devices-query-l1-1-0 + +EXPORTS + +DevCloseObjectQuery +DevCreateObjectQuery +DevCreateObjectQueryFromId +DevCreateObjectQueryFromIds +DevFindProperty +DevFreeObjectProperties +DevFreeObjects +DevGetObjectProperties +DevGetObjects +DevSetObjectProperties diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..5d1c7fffe5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-query-l1-1-0 + +EXPORTS + +DevCloseObjectQuery +DevCreateObjectQuery diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-1.def new file mode 100644 index 0000000000..837d289ec0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-query-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-devices-query-l1-1-1 + +EXPORTS + +DevCreateObjectQueryEx +DevCreateObjectQueryFromIdEx +DevCreateObjectQueryFromIdsEx +DevGetObjectPropertiesEx +DevGetObjectsEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-0.def new file mode 100644 index 0000000000..f6cc7201b6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-devices-swdevice-l1-1-0 + +EXPORTS + +SwDeviceClose +SwDeviceCreate +SwDeviceInterfacePropertySet +SwDeviceInterfaceRegister +SwDeviceInterfaceSetState +SwDevicePropertySet +SwMemFree diff --git a/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-1.def new file mode 100644 index 0000000000..4557ce32a5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-devices-swdevice-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-swdevice-l1-1-1 + +EXPORTS + +SwDeviceGetLifetime +SwDeviceSetLifetime diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l1-1-0.def new file mode 100644 index 0000000000..4eb6a3b76a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l1-1-0.def @@ -0,0 +1,164 @@ +LIBRARY api-ms-win-downlevel-advapi32-l1-1-0 + +EXPORTS + +AccessCheck +AccessCheckAndAuditAlarmW +AccessCheckByType +AccessCheckByTypeAndAuditAlarmW +AccessCheckByTypeResultList +AccessCheckByTypeResultListAndAuditAlarmByHandleW +AccessCheckByTypeResultListAndAuditAlarmW +AddAccessAllowedAce +AddAccessAllowedAceEx +AddAccessAllowedObjectAce +AddAccessDeniedAce +AddAccessDeniedAceEx +AddAccessDeniedObjectAce +AddAce +AddAuditAccessAce +AddAuditAccessAceEx +AddAuditAccessObjectAce +AddMandatoryAce +AdjustTokenGroups +AdjustTokenPrivileges +AllocateAndInitializeSid +AllocateLocallyUniqueId +AreAllAccessesGranted +AreAnyAccessesGranted +CheckTokenMembership +ConvertToAutoInheritPrivateObjectSecurity +CopySid +CreatePrivateObjectSecurity +CreatePrivateObjectSecurityEx +CreatePrivateObjectSecurityWithMultipleInheritance +CreateProcessAsUserW +CreateRestrictedToken +CreateWellKnownSid +DeleteAce +DestroyPrivateObjectSecurity +DuplicateToken +DuplicateTokenEx +EqualDomainSid +EqualPrefixSid +EqualSid +EventActivityIdControl +EventEnabled +EventProviderEnabled +EventRegister +EventUnregister +EventWrite +EventWriteEx +EventWriteString +EventWriteTransfer +FindFirstFreeAce +FreeSid +GetAce +GetAclInformation +GetFileSecurityW +GetKernelObjectSecurity +GetLengthSid +GetPrivateObjectSecurity +GetSecurityDescriptorControl +GetSecurityDescriptorDacl +GetSecurityDescriptorGroup +GetSecurityDescriptorLength +GetSecurityDescriptorOwner +GetSecurityDescriptorRMControl +GetSecurityDescriptorSacl +GetSidIdentifierAuthority +GetSidLengthRequired +GetSidSubAuthority +GetSidSubAuthorityCount +GetTokenInformation +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +GetWindowsAccountDomainSid +ImpersonateAnonymousToken +ImpersonateLoggedOnUser +ImpersonateNamedPipeClient +ImpersonateSelf +InitializeAcl +InitializeSecurityDescriptor +InitializeSid +IsTokenRestricted +IsValidAcl +IsValidSecurityDescriptor +IsValidSid +IsWellKnownSid +MakeAbsoluteSD +MakeSelfRelativeSD +MapGenericMask +ObjectCloseAuditAlarmW +ObjectDeleteAuditAlarmW +ObjectOpenAuditAlarmW +ObjectPrivilegeAuditAlarmW +OpenProcessToken +OpenThreadToken +PrivilegeCheck +PrivilegedServiceAuditAlarmW +QuerySecurityAccessMask +RegCloseKey +RegCopyTreeW +RegCreateKeyExA +RegCreateKeyExW +RegDeleteKeyExA +RegDeleteKeyExW +RegDeleteTreeA +RegDeleteTreeW +RegDeleteValueA +RegDeleteValueW +RegDisablePredefinedCacheEx +RegEnumKeyExA +RegEnumKeyExW +RegEnumValueA +RegEnumValueW +RegFlushKey +RegGetKeySecurity +RegGetValueA +RegGetValueW +RegLoadAppKeyA +RegLoadAppKeyW +RegLoadKeyA +RegLoadKeyW +RegLoadMUIStringA +RegLoadMUIStringW +RegNotifyChangeKeyValue +RegOpenCurrentUser +RegOpenKeyExA +RegOpenKeyExW +RegOpenUserClassesRoot +RegQueryInfoKeyA +RegQueryInfoKeyW +RegQueryValueExA +RegQueryValueExW +RegRestoreKeyA +RegRestoreKeyW +RegSaveKeyExA +RegSaveKeyExW +RegSetKeySecurity +RegSetValueExA +RegSetValueExW +RegUnLoadKeyA +RegUnLoadKeyW +RegisterTraceGuidsW +RevertToSelf +SetAclInformation +SetFileSecurityW +SetKernelObjectSecurity +SetPrivateObjectSecurity +SetPrivateObjectSecurityEx +SetSecurityAccessMask +SetSecurityDescriptorControl +SetSecurityDescriptorDacl +SetSecurityDescriptorGroup +SetSecurityDescriptorOwner +SetSecurityDescriptorRMControl +SetSecurityDescriptorSacl +SetThreadToken +SetTokenInformation +TraceEvent +TraceMessage +TraceMessageVa +UnregisterTraceGuids diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l2-1-0.def new file mode 100644 index 0000000000..d625083fa7 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-advapi32-l2-1-0.def @@ -0,0 +1,92 @@ +LIBRARY api-ms-win-downlevel-advapi32-l2-1-0 + +EXPORTS + +ChangeServiceConfig2A +ChangeServiceConfig2W +ChangeServiceConfigA +ChangeServiceConfigW +CloseServiceHandle +CloseTrace +ControlService +ControlServiceExA +ControlServiceExW +ControlTraceA +ControlTraceW +ConvertSecurityDescriptorToStringSecurityDescriptorW +ConvertSidToStringSidW +ConvertStringSecurityDescriptorToSecurityDescriptorW +ConvertStringSidToSidW +CreateServiceA +CreateServiceW +CredDeleteA +CredDeleteW +CredEnumerateA +CredEnumerateW +CredFindBestCredentialA +CredFindBestCredentialW +CredFree +CredGetSessionTypes +CredGetTargetInfoA +CredGetTargetInfoW +CredIsMarshaledCredentialW +CredIsProtectedA +CredIsProtectedW +CredMarshalCredentialA +CredMarshalCredentialW +CredProtectA +CredProtectW +CredReadA +CredReadDomainCredentialsA +CredReadDomainCredentialsW +CredReadW +CredUnmarshalCredentialA +CredUnmarshalCredentialW +CredUnprotectA +CredUnprotectW +CredWriteA +CredWriteDomainCredentialsA +CredWriteDomainCredentialsW +CredWriteW +DeleteService +EnableTraceEx2 +EnumDependentServicesW +EnumServicesStatusExW +EnumerateTraceGuidsEx +EventAccessControl +EventAccessQuery +EventAccessRemove +NotifyServiceStatusChangeA +NotifyServiceStatusChangeW +OpenSCManagerA +OpenSCManagerW +OpenServiceA +OpenServiceW +OpenTraceW +ProcessTrace +QueryAllTracesA +QueryAllTracesW +QueryServiceConfig2A +QueryServiceConfig2W +QueryServiceConfigA +QueryServiceConfigW +QueryServiceObjectSecurity +QueryServiceStatus +QueryServiceStatusEx +RegisterServiceCtrlHandlerA +RegisterServiceCtrlHandlerExA +RegisterServiceCtrlHandlerExW +RegisterServiceCtrlHandlerW +RegisterTraceGuidsA +RemoveTraceCallback +SetServiceObjectSecurity +SetServiceStatus +SetTraceCallback +StartServiceA +StartServiceCtrlDispatcherA +StartServiceCtrlDispatcherW +StartServiceW +StartTraceA +StartTraceW +StopTraceW +TraceSetInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-normaliz-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-normaliz-l1-1-0.def new file mode 100644 index 0000000000..54005208e6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-normaliz-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-downlevel-normaliz-l1-1-0 + +EXPORTS + +IdnToAscii +IdnToUnicode diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-ole32-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-ole32-l1-1-0.def new file mode 100644 index 0000000000..3ef7fbb93f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-ole32-l1-1-0.def @@ -0,0 +1,84 @@ +LIBRARY api-ms-win-downlevel-ole32-l1-1-0 + +EXPORTS + +CLSIDFromProgID +CLSIDFromString +CoAddRefServerProcess +CoCancelCall +CoCopyProxy +CoCreateFreeThreadedMarshaler +CoCreateGuid +CoCreateInstance +CoCreateInstanceEx +CoDisableCallCancellation +CoDisconnectContext +CoDisconnectObject +CoEnableCallCancellation +CoFreeUnusedLibraries +CoFreeUnusedLibrariesEx +CoGetApartmentType +CoGetCallContext +CoGetCallerTID +CoGetCancelObject +CoGetClassObject +CoGetContextToken +CoGetCurrentLogicalThreadId +CoGetCurrentProcess +CoGetDefaultContext +CoGetInterfaceAndReleaseStream +CoGetMalloc +CoGetMarshalSizeMax +CoGetObjectContext +CoGetPSClsid +CoGetStandardMarshal +CoGetStdMarshalEx +CoGetTreatAsClass +CoImpersonateClient +CoInitializeEx +CoInitializeSecurity +CoInvalidateRemoteMachineBindings +CoIsHandlerConnected +CoLockObjectExternal +CoMarshalHresult +CoMarshalInterThreadInterfaceInStream +CoMarshalInterface +CoQueryAuthenticationServices +CoQueryClientBlanket +CoQueryProxyBlanket +CoRegisterClassObject +CoRegisterInitializeSpy +CoRegisterMessageFilter +CoRegisterPSClsid +CoRegisterSurrogate +CoReleaseMarshalData +CoReleaseServerProcess +CoResumeClassObjects +CoRevertToSelf +CoRevokeClassObject +CoRevokeInitializeSpy +CoSetCancelObject +CoSetProxyBlanket +CoSuspendClassObjects +CoSwitchCallContext +CoTaskMemAlloc +CoTaskMemFree +CoTaskMemRealloc +CoTestCancel +CoUninitialize +CoUnmarshalHresult +CoUnmarshalInterface +CoWaitForMultipleHandles +CreateErrorInfo +CreateStreamOnHGlobal +FreePropVariantArray +GetErrorInfo +GetHGlobalFromStream +IIDFromString +ProgIDFromCLSID +PropVariantClear +PropVariantCopy +SetErrorInfo +StringFromCLSID +StringFromGUID2 +StringFromIID diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-shell32-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shell32-l1-1-0.def new file mode 100644 index 0000000000..f9c1f41d72 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shell32-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-downlevel-shell32-l1-1-0 + +EXPORTS + +CommandLineToArgvW +GetCurrentProcessExplicitAppUserModelID +SetCurrentProcessExplicitAppUserModelID diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l1-1-0.def new file mode 100644 index 0000000000..f892f5053b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l1-1-0.def @@ -0,0 +1,175 @@ +LIBRARY api-ms-win-downlevel-shlwapi-l1-1-0 + +EXPORTS + +GetAcceptLanguagesW +HashData +IsCharSpaceA +IsCharSpaceW +IsInternetESCEnabled +ParseURLW +PathAddBackslashA +PathAddBackslashW +PathAddExtensionA +PathAddExtensionW +PathAppendA +PathAppendW +PathCanonicalizeA +PathCanonicalizeW +PathCombineA +PathCombineW +PathCommonPrefixA +PathCommonPrefixW +PathCreateFromUrlAlloc +PathCreateFromUrlW +PathFileExistsA +PathFileExistsW +PathFindExtensionA +PathFindExtensionW +PathFindFileNameA +PathFindFileNameW +PathFindNextComponentA +PathFindNextComponentW +PathGetArgsA +PathGetArgsW +PathGetCharTypeA +PathGetCharTypeW +PathGetDriveNumberA +PathGetDriveNumberW +PathIsFileSpecA +PathIsFileSpecW +PathIsLFNFileSpecA +PathIsLFNFileSpecW +PathIsPrefixA +PathIsPrefixW +PathIsRelativeA +PathIsRelativeW +PathIsRootA +PathIsRootW +PathIsSameRootA +PathIsSameRootW +PathIsUNCA +PathIsUNCServerA +PathIsUNCServerShareA +PathIsUNCServerShareW +PathIsUNCServerW +PathIsUNCW +PathIsURLW +PathMatchSpecA +PathMatchSpecExA +PathMatchSpecExW +PathMatchSpecW +PathParseIconLocationA +PathParseIconLocationW +PathQuoteSpacesA +PathQuoteSpacesW +PathRelativePathToA +PathRelativePathToW +PathRemoveBackslashA +PathRemoveBackslashW +PathRemoveBlanksA +PathRemoveBlanksW +PathRemoveExtensionA +PathRemoveExtensionW +PathRemoveFileSpecA +PathRemoveFileSpecW +PathRenameExtensionA +PathRenameExtensionW +PathSearchAndQualifyA +PathSearchAndQualifyW +PathSkipRootA +PathSkipRootW +PathStripPathA +PathStripPathW +PathStripToRootA +PathStripToRootW +PathUnExpandEnvStringsA +PathUnExpandEnvStringsW +PathUnquoteSpacesA +PathUnquoteSpacesW +QISearch +SHLoadIndirectString +SHRegCloseUSKey +SHRegDeleteUSValueA +SHRegDeleteUSValueW +SHRegEnumUSKeyA +SHRegEnumUSKeyW +SHRegGetBoolUSValueA +SHRegGetBoolUSValueW +SHRegGetUSValueA +SHRegGetUSValueW +SHRegOpenUSKeyA +SHRegOpenUSKeyW +SHRegQueryUSValueA +SHRegQueryUSValueW +SHRegSetUSValueA +SHRegSetUSValueW +StrCSpnA +StrCSpnIA +StrCSpnIW +StrCSpnW +StrCatBuffA +StrCatBuffW +StrCatChainW +StrChrA +StrChrIA +StrChrIW +StrChrNIW +StrChrNW +StrChrW +StrCmpCA +StrCmpCW +StrCmpICA +StrCmpICW +StrCmpIW +StrCmpLogicalW +StrCmpNA +StrCmpNCA +StrCmpNCW +StrCmpNIA +StrCmpNICA +StrCmpNICW +StrCmpNIW +StrCmpNW +StrCmpW +StrCpyNW +StrDupA +StrDupW +StrIsIntlEqualA +StrIsIntlEqualW +StrPBrkA +StrPBrkW +StrRChrA +StrRChrIA +StrRChrIW +StrRChrW +StrRStrIA +StrRStrIW +StrSpnA +StrSpnW +StrStrA +StrStrIA +StrStrIW +StrStrNIW +StrStrNW +StrStrW +StrToInt64ExA +StrToInt64ExW +StrToIntA +StrToIntExA +StrToIntExW +StrToIntW +StrTrimA +StrTrimW +UrlApplySchemeW +UrlCanonicalizeW +UrlCombineA +UrlCombineW +UrlCreateFromPathW +UrlEscapeW +UrlFixupW +UrlGetLocationW +UrlGetPartW +UrlIsW +UrlUnescapeA +UrlUnescapeW diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l2-1-0.def new file mode 100644 index 0000000000..0135be820c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-shlwapi-l2-1-0.def @@ -0,0 +1,65 @@ +LIBRARY api-ms-win-downlevel-shlwapi-l2-1-0 + +EXPORTS + +IStream_Copy +IStream_Read +IStream_ReadStr +IStream_Reset +IStream_Size +IStream_Write +IStream_WriteStr +IUnknown_AtomicRelease +IUnknown_GetSite +IUnknown_QueryService +IUnknown_Set +IUnknown_SetSite +IsOS +SHAnsiToAnsi +SHAnsiToUnicode +SHCopyKeyA +SHCopyKeyW +SHCreateMemStream +SHCreateStreamOnFileA +SHCreateStreamOnFileEx +SHCreateStreamOnFileW +SHCreateThread +SHCreateThreadRef +SHCreateThreadWithHandle +SHDeleteEmptyKeyA +SHDeleteEmptyKeyW +SHDeleteKeyA +SHDeleteKeyW +SHDeleteValueA +SHDeleteValueW +SHEnumKeyExA +SHEnumKeyExW +SHEnumValueA +SHEnumValueW +SHGetThreadRef +SHGetValueA +SHGetValueW +SHOpenRegStream2A +SHOpenRegStream2W +SHOpenRegStreamA +SHOpenRegStreamW +SHQueryInfoKeyA +SHQueryInfoKeyW +SHQueryValueExA +SHQueryValueExW +SHRegDuplicateHKey +SHRegGetIntW +SHRegGetPathA +SHRegGetPathW +SHRegGetValueA +SHRegGetValueW +SHRegSetPathA +SHRegSetPathW +SHReleaseThreadRef +SHSetThreadRef +SHSetValueA +SHSetValueW +SHStrDupA +SHStrDupW +SHUnicodeToAnsi +SHUnicodeToUnicode diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-user32-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-user32-l1-1-0.def new file mode 100644 index 0000000000..494abc85cd --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-user32-l1-1-0.def @@ -0,0 +1,28 @@ +LIBRARY api-ms-win-downlevel-user32-l1-1-0 + +EXPORTS + +CharLowerA +CharLowerBuffA +CharLowerBuffW +CharLowerW +CharNextA +CharNextExA +CharNextW +CharPrevA +CharPrevExA +CharPrevW +CharUpperA +CharUpperBuffA +CharUpperBuffW +CharUpperW +IsCharAlphaA +IsCharAlphaNumericA +IsCharAlphaNumericW +IsCharAlphaW +IsCharLowerA +IsCharLowerW +IsCharUpperA +IsCharUpperW +LoadStringA +LoadStringW diff --git a/lib/libc/mingw/lib-common/api-ms-win-downlevel-version-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-downlevel-version-l1-1-0.def new file mode 100644 index 0000000000..fb362e73df --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-downlevel-version-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-downlevel-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW +GetFileVersionInfoSizeExW +VerFindFileA +VerFindFileW +VerQueryValueA +VerQueryValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def new file mode 100644 index 0000000000..a29da8792d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +RegisterTraceGuidsW +TraceEvent +TraceMessage +TraceMessageVa +UnregisterTraceGuids diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3b44d50b26 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags +GetTraceEnableLevel +GetTraceLoggerHandle +RegisterTraceGuidsW +TraceMessage +UnregisterTraceGuids diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-0.def new file mode 100644 index 0000000000..847e6be991 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-0 + +EXPORTS + +CloseTrace +OpenTraceW +ProcessTrace diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-1.def new file mode 100644 index 0000000000..8b44e3f2f1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-consumer-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-1 + +EXPORTS + +QueryTraceProcessingHandle diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0.def new file mode 100644 index 0000000000..21f5f8030b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW +EnableTraceEx2 +EnumerateTraceGuidsEx +EventAccessControl +EventAccessQuery +EventAccessRemove +QueryAllTracesW +StartTraceW +StopTraceW +TraceQueryInformation +TraceSetInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..f25d5fe6f6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-controller-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW +EnableTraceEx2 +EnumerateTraceGuidsEx +StartTraceW +StopTraceW diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0.def new file mode 100644 index 0000000000..4136b54e24 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +ControlTraceA +EnableTrace +EnableTraceEx +EnumerateTraceGuids +FlushTraceA +FlushTraceW +OpenTraceA +QueryAllTracesA +QueryTraceA +QueryTraceW +StartTraceA +StopTraceA +UpdateTraceA +UpdateTraceW diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..4ba798155d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +ControlTraceA +EnableTrace +EnableTraceEx +FlushTraceW +OpenTraceA +QueryTraceW +StartTraceA diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0.def new file mode 100644 index 0000000000..c9c5230c0d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-obsolete-l1-1-0 + +EXPORTS + +RegisterTraceGuidsA +RemoveTraceCallback +SetTraceCallback diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..cdf58edcac --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-eventing-obsolete-l1-1-0 + +EXPORTS + +RegisterTraceGuidsA diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-provider-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-provider-l1-1-0.def new file mode 100644 index 0000000000..a54e760470 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-provider-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-eventing-provider-l1-1-0 + +EXPORTS + +EventActivityIdControl +EventEnabled +EventProviderEnabled +EventRegister +EventSetInformation +EventUnregister +EventWrite +EventWriteEx +EventWriteString +EventWriteTransfer diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-0.def new file mode 100644 index 0000000000..22c1c0a02e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-eventing-tdh-l1-1-0 + +EXPORTS + +TdhEnumerateManifestProviderEvents +TdhEnumerateProviderFieldInformation +TdhEnumerateProviders +TdhFormatProperty +TdhGetEventInformation +TdhGetEventMapInformation +TdhGetManifestEventInformation +TdhGetProperty +TdhGetPropertySize +TdhLoadManifest +TdhQueryProviderFieldInformation +TdhUnloadManifest diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-1.def new file mode 100644 index 0000000000..5de7c09704 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventing-tdh-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-eventing-tdh-l1-1-1 + +EXPORTS + +TdhLoadManifestFromMemory +TdhUnloadManifestFromMemory diff --git a/lib/libc/mingw/lib-common/api-ms-win-eventlog-legacy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-eventlog-legacy-l1-1-0.def new file mode 100644 index 0000000000..7b83c13159 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-eventlog-legacy-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventlog-legacy-l1-1-0 + +EXPORTS + +DeregisterEventSource +RegisterEventSourceW +ReportEventW diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-deviceinformation-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-deviceinformation-l1-1-0.def new file mode 100644 index 0000000000..35f1de3263 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-deviceinformation-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-gaming-deviceinformation-l1-1-0 + +EXPORTS + +GetGamingDeviceModelInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-expandedresources-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-expandedresources-l1-1-0.def new file mode 100644 index 0000000000..f5914c1908 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-expandedresources-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-gaming-expandedresources-l1-1-0 + +EXPORTS + +GetExpandedResourceExclusiveCpuCount +HasExpandedResources +ReleaseExclusiveCpuSets diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-0.def new file mode 100644 index 0000000000..aa949963d0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-0 + +EXPORTS + +ProcessPendingGameUI +ShowChangeFriendRelationshipUI +ShowGameInviteUI +ShowPlayerPickerUI +ShowProfileCardUI +ShowTitleAchievementsUI +TryCancelPendingGameUI diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-1.def new file mode 100644 index 0000000000..465e804477 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-1 + +EXPORTS + +CheckGamingPrivilegeSilently +CheckGamingPrivilegeWithUI diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-2.def new file mode 100644 index 0000000000..1ed04cbcd3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-2.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-2 + +EXPORTS + +CheckGamingPrivilegeSilentlyForUser +CheckGamingPrivilegeWithUIForUser +ShowChangeFriendRelationshipUIForUser +ShowGameInviteUIForUser +ShowPlayerPickerUIForUser +ShowProfileCardUIForUser +ShowTitleAchievementsUIForUser diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-3.def new file mode 100644 index 0000000000..4fcb4732ad --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-3 + +EXPORTS + +ShowGameInviteUIWithContext +ShowGameInviteUIWithContextForUser diff --git a/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-4.def b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-4.def new file mode 100644 index 0000000000..c6762ba634 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-gaming-tcui-l1-1-4.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-4 + +EXPORTS + +ShowCustomizeUserProfileUI +ShowCustomizeUserProfileUIForUser +ShowFindFriendsUI +ShowFindFriendsUIForUser +ShowGameInfoUI +ShowGameInfoUIForUser +ShowUserSettingsUI +ShowUserSettingsUIForUser diff --git a/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0.def new file mode 100644 index 0000000000..825b661926 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-mm-time-l1-1-0 + +EXPORTS + +timeBeginPeriod +timeEndPeriod +timeGetDevCaps +timeGetSystemTime +timeGetTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..721c037ba0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-mm-time-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-mm-time-l1-1-0 + +EXPORTS + +timeBeginPeriod +timeEndPeriod +timeGetDevCaps +timeGetTime diff --git a/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-0.def new file mode 100644 index 0000000000..8e6762e931 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-net-isolation-l1-1-0 + +EXPORTS + +NetworkIsolationDiagnoseConnectFailureAndGetInfo +NetworkIsolationEnumAppContainers +NetworkIsolationFreeAppContainers +NetworkIsolationGetAppContainerConfig +NetworkIsolationRegisterForAppContainerChanges +NetworkIsolationSetAppContainerConfig +NetworkIsolationSetupAppContainerBinaries +NetworkIsolationUnregisterForAppContainerChanges diff --git a/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-1.def new file mode 100644 index 0000000000..225eaae93a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-net-isolation-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-net-isolation-l1-1-1 + +EXPORTS + +NetworkIsolationDiagnoseConnectFailure diff --git a/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0.def new file mode 100644 index 0000000000..a8d93982c4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-ntuser-sysparams-l1-1-0 + +EXPORTS + +ChangeDisplaySettingsExW +DisplayConfigGetDeviceInfo +DisplayConfigSetDeviceInfo +EnumDisplayDevicesW +EnumDisplayMonitors +EnumDisplaySettingsExW +EnumDisplaySettingsW +GetDisplayConfigBufferSizes +GetMonitorInfoW +GetSystemMetrics +QueryDisplayConfig +SystemParametersInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..b10283ba8d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-ntuser-sysparams-l1-1-0 + +EXPORTS + +EnumDisplayDevicesW +EnumDisplayMonitors +EnumDisplaySettingsExW +GetMonitorInfoW +GetSystemMetrics +SystemParametersInfoW diff --git a/lib/libc/mingw/lib-common/api-ms-win-oobe-notification-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-oobe-notification-l1-1-0.def new file mode 100644 index 0000000000..42c5584aa1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-oobe-notification-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-oobe-notification-l1-1-0 + +EXPORTS + +OOBEComplete +RegisterWaitUntilOOBECompleted +UnregisterWaitUntilOOBECompleted diff --git a/lib/libc/mingw/lib-common/api-ms-win-perf-legacy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-perf-legacy-l1-1-0.def new file mode 100644 index 0000000000..7b666748ed --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-perf-legacy-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-perf-legacy-l1-1-0 + +EXPORTS + +PerfAddCounters +PerfCloseQueryHandle +PerfDeleteCounters +PerfEnumerateCounterSet +PerfEnumerateCounterSetInstances +PerfOpenQueryHandle +PerfQueryCounterData +PerfQueryCounterInfo +PerfQueryCounterSetRegistrationInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0.def new file mode 100644 index 0000000000..501399bf30 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-power-base-l1-1-0 + +EXPORTS + +CallNtPowerInformation +GetPwrCapabilities +PowerDeterminePlatformRoleEx +PowerRegisterSuspendResumeNotification +PowerUnregisterSuspendResumeNotification diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..0885049eb3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-base-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-power-base-l1-1-0 + +EXPORTS + +CallNtPowerInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-limitsmanagement-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-power-limitsmanagement-l1-1-0.def new file mode 100644 index 0000000000..a78b308937 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-limitsmanagement-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-power-limitsmanagement-l1-1-0 + +EXPORTS + +PowerCloseEnvironmentalMonitor +PowerCloseLimitsMitigation +PowerCloseLimitsPolicy +PowerRegisterEnvironmentalMonitor +PowerRegisterLimitsMitigation +PowerRegisterLimitsPolicy +PowerReportLimitsEvent +PowerUpdateEnvironmentalMonitorState +PowerUpdateEnvironmentalMonitorThresholds +PowerUpdateLimitsMitigation diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0.def new file mode 100644 index 0000000000..5971710b68 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-power-setting-l1-1-0 + +EXPORTS + +PowerGetActiveScheme +PowerReadACValue +PowerReadDCValue +PowerSetActiveScheme +PowerSettingRegisterNotification +PowerSettingUnregisterNotification +PowerWriteACValueIndex +PowerWriteDCValueIndex diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..09875816f1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-power-setting-l1-1-0 + +EXPORTS + +PowerGetActiveScheme +PowerReadACValue +PowerSettingRegisterNotification +PowerSettingUnregisterNotification diff --git a/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-1.def new file mode 100644 index 0000000000..e82011e304 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-power-setting-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-power-setting-l1-1-1 + +EXPORTS + +PowerRegisterForEffectivePowerModeNotifications +PowerUnregisterFromEffectivePowerModeNotifications diff --git a/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def new file mode 100644 index 0000000000..d6d95e7a82 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-0 + +EXPORTS + +RoGetMetaDataFile +RoParseTypeName +RoResolveNamespace diff --git a/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-1.def new file mode 100644 index 0000000000..bcb10a2c4d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-ro-typeresolution-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-1 + +EXPORTS + +RoCreateNonAgilePropertySet +RoCreatePropertySetSerializer +RoIsApiContractMajorVersionPresent +RoIsApiContractPresent diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-appcontainer-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-appcontainer-l1-1-0.def new file mode 100644 index 0000000000..b93763ce44 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-appcontainer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-appcontainer-l1-1-0 + +EXPORTS + +GetAppContainerNamedObjectPath diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0.def new file mode 100644 index 0000000000..e61daf15fa --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-base-ansi-l1-1-0 + +EXPORTS + +GetFileSecurityA +SetFileSecurityA diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3cce783655 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-ansi-l1-1-0 + +EXPORTS + +SetFileSecurityA diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0.def new file mode 100644 index 0000000000..6749536513 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0.def @@ -0,0 +1,99 @@ +LIBRARY api-ms-win-security-base-l1-1-0 + +EXPORTS + +AccessCheck +AccessCheckAndAuditAlarmW +AccessCheckByType +AccessCheckByTypeAndAuditAlarmW +AccessCheckByTypeResultList +AccessCheckByTypeResultListAndAuditAlarmByHandleW +AccessCheckByTypeResultListAndAuditAlarmW +AddAccessAllowedAce +AddAccessAllowedAceEx +AddAccessAllowedObjectAce +AddAccessDeniedAce +AddAccessDeniedAceEx +AddAccessDeniedObjectAce +AddAce +AddAuditAccessAce +AddAuditAccessAceEx +AddAuditAccessObjectAce +AddMandatoryAce +AdjustTokenGroups +AdjustTokenPrivileges +AllocateAndInitializeSid +AllocateLocallyUniqueId +AreAllAccessesGranted +AreAnyAccessesGranted +CheckTokenMembership +ConvertToAutoInheritPrivateObjectSecurity +CopySid +CreatePrivateObjectSecurity +CreatePrivateObjectSecurityEx +CreatePrivateObjectSecurityWithMultipleInheritance +CreateRestrictedToken +CreateWellKnownSid +DeleteAce +DestroyPrivateObjectSecurity +DuplicateToken +DuplicateTokenEx +EqualDomainSid +EqualPrefixSid +EqualSid +FindFirstFreeAce +FreeSid +GetAce +GetAclInformation +GetFileSecurityW +GetKernelObjectSecurity +GetLengthSid +GetPrivateObjectSecurity +GetSecurityDescriptorControl +GetSecurityDescriptorDacl +GetSecurityDescriptorGroup +GetSecurityDescriptorLength +GetSecurityDescriptorOwner +GetSecurityDescriptorRMControl +GetSecurityDescriptorSacl +GetSidIdentifierAuthority +GetSidLengthRequired +GetSidSubAuthority +GetSidSubAuthorityCount +GetTokenInformation +GetWindowsAccountDomainSid +ImpersonateAnonymousToken +ImpersonateLoggedOnUser +ImpersonateSelf +InitializeAcl +InitializeSecurityDescriptor +InitializeSid +IsTokenRestricted +IsValidAcl +IsValidSecurityDescriptor +IsValidSid +IsWellKnownSid +MakeAbsoluteSD +MakeSelfRelativeSD +MapGenericMask +ObjectCloseAuditAlarmW +ObjectDeleteAuditAlarmW +ObjectOpenAuditAlarmW +ObjectPrivilegeAuditAlarmW +PrivilegeCheck +PrivilegedServiceAuditAlarmW +QuerySecurityAccessMask +RevertToSelf +SetAclInformation +SetFileSecurityW +SetKernelObjectSecurity +SetPrivateObjectSecurity +SetPrivateObjectSecurityEx +SetSecurityAccessMask +SetSecurityDescriptorControl +SetSecurityDescriptorDacl +SetSecurityDescriptorGroup +SetSecurityDescriptorOwner +SetSecurityDescriptorRMControl +SetSecurityDescriptorSacl +SetTokenInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..e4fd623c89 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-1-0_windowsapp.def @@ -0,0 +1,59 @@ +LIBRARY api-ms-win-security-base-l1-1-0 + +EXPORTS + +AddAccessAllowedAce +AddAccessAllowedAceEx +AddAce +AddMandatoryAce +AdjustTokenGroups +AdjustTokenPrivileges +AllocateAndInitializeSid +AllocateLocallyUniqueId +CheckTokenMembership +CopySid +CreateWellKnownSid +DeleteAce +DuplicateToken +DuplicateTokenEx +EqualDomainSid +EqualSid +FreeSid +GetAce +GetAclInformation +GetFileSecurityW +GetKernelObjectSecurity +GetLengthSid +GetSecurityDescriptorControl +GetSecurityDescriptorDacl +GetSecurityDescriptorGroup +GetSecurityDescriptorLength +GetSecurityDescriptorOwner +GetSecurityDescriptorRMControl +GetSecurityDescriptorSacl +GetSidIdentifierAuthority +GetSidLengthRequired +GetSidSubAuthority +GetSidSubAuthorityCount +GetTokenInformation +GetWindowsAccountDomainSid +ImpersonateLoggedOnUser +InitializeAcl +InitializeSecurityDescriptor +InitializeSid +IsValidAcl +IsValidSecurityDescriptor +IsValidSid +IsWellKnownSid +MakeAbsoluteSD +MakeSelfRelativeSD +RevertToSelf +SetFileSecurityW +SetKernelObjectSecurity +SetSecurityDescriptorControl +SetSecurityDescriptorDacl +SetSecurityDescriptorGroup +SetSecurityDescriptorOwner +SetSecurityDescriptorRMControl +SetSecurityDescriptorSacl +SetTokenInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0.def new file mode 100644 index 0000000000..b3556934bc --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-security-base-l1-2-0 + +EXPORTS + +AddResourceAttributeAce +AddScopedPolicyIDAce +CheckTokenCapability +CheckTokenMembershipEx +GetAppContainerAce +GetCachedSigningLevel +SetCachedSigningLevel diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..53f8b1fa68 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-0 + +EXPORTS + +CheckTokenMembershipEx diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-1.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-1.def new file mode 100644 index 0000000000..1ae03b20b6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-1 + +EXPORTS + +CveEventWrite diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-2.def b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-2.def new file mode 100644 index 0000000000..65ec23a0de --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-base-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-2 + +EXPORTS + +DeriveCapabilitySidsFromName diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0.def new file mode 100644 index 0000000000..14dfe5ebe6 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-cpwl-l1-1-0 + +EXPORTS + +CreateProcessWithLogonW +CreateProcessWithTokenW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..508b4b047a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-cpwl-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-cpwl-l1-1-0 + +EXPORTS + +CreateProcessWithLogonW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-credentials-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-credentials-l1-1-0.def new file mode 100644 index 0000000000..e20e52888c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-credentials-l1-1-0.def @@ -0,0 +1,33 @@ +LIBRARY api-ms-win-security-credentials-l1-1-0 + +EXPORTS + +CredDeleteA +CredDeleteW +CredEnumerateA +CredEnumerateW +CredFindBestCredentialA +CredFindBestCredentialW +CredFree +CredGetSessionTypes +CredGetTargetInfoA +CredGetTargetInfoW +CredIsMarshaledCredentialW +CredIsProtectedA +CredIsProtectedW +CredMarshalCredentialA +CredMarshalCredentialW +CredProtectA +CredProtectW +CredReadA +CredReadDomainCredentialsA +CredReadDomainCredentialsW +CredReadW +CredUnmarshalCredentialA +CredUnmarshalCredentialW +CredUnprotectA +CredUnprotectW +CredWriteA +CredWriteDomainCredentialsA +CredWriteDomainCredentialsW +CredWriteW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def new file mode 100644 index 0000000000..e9249362fb --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0.def @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptAcquireContextA +CryptAcquireContextW +CryptContextAddRef +CryptCreateHash +CryptDecrypt +CryptDeriveKey +CryptDestroyHash +CryptDestroyKey +CryptDuplicateHash +CryptDuplicateKey +CryptEncrypt +CryptEnumProvidersA +CryptEnumProvidersW +CryptEnumProviderTypesA +CryptEnumProviderTypesW +CryptExportKey +CryptGenKey +CryptGenRandom +CryptGetDefaultProviderA +CryptGetDefaultProviderW +CryptGetHashParam +CryptGetKeyParam +CryptGetProvParam +CryptGetUserKey +CryptHashData +CryptHashSessionKey +CryptImportKey +CryptReleaseContext +CryptSetHashParam +CryptSetKeyParam +CryptSetProviderA +CryptSetProviderExA +CryptSetProviderExW +CryptSetProviderW +CryptSetProvParam +CryptSignHashA +CryptSignHashW +CryptVerifySignatureA +CryptVerifySignatureW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ebeeda2c54 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def @@ -0,0 +1,35 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptAcquireContextA +CryptAcquireContextW +CryptCreateHash +CryptDecrypt +CryptDeriveKey +CryptDestroyHash +CryptDestroyKey +CryptDuplicateKey +CryptEncrypt +CryptEnumProvidersA +CryptEnumProvidersW +CryptExportKey +CryptGenKey +CryptGenRandom +CryptGetDefaultProviderA +CryptGetDefaultProviderW +CryptGetHashParam +CryptGetKeyParam +CryptGetProvParam +CryptGetUserKey +CryptHashData +CryptImportKey +CryptReleaseContext +CryptSetHashParam +CryptSetKeyParam +CryptSetProviderW +CryptSetProvParam +CryptSignHashA +CryptSignHashW +CryptVerifySignatureA +CryptVerifySignatureW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-0.def new file mode 100644 index 0000000000..f9ae366998 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-isolatedcontainer-l1-1-0 + +EXPORTS + +IsProcessInIsolatedContainer diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-1.def new file mode 100644 index 0000000000..c54c65d08c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-isolatedcontainer-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-isolatedcontainer-l1-1-1 + +EXPORTS + +IsProcessInWDAGContainer diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-ansi-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-ansi-l2-1-0.def new file mode 100644 index 0000000000..a9f218a42c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-ansi-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsalookup-ansi-l2-1-0 + +EXPORTS + +LookupAccountNameA +LookupAccountSidA +LookupPrivilegeDisplayNameA +LookupPrivilegeNameA +LookupPrivilegeValueA diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0.def new file mode 100644 index 0000000000..1e19a1946a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-0 + +EXPORTS + +LookupAccountNameW +LookupAccountSidW +LookupPrivilegeDisplayNameW +LookupPrivilegeNameW +LookupPrivilegeValueW +LsaEnumerateTrustedDomains diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..b4f67c882a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-0 + +EXPORTS + +LookupAccountNameW +LookupAccountSidW +LookupPrivilegeDisplayNameW +LookupPrivilegeNameW +LookupPrivilegeValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-1.def new file mode 100644 index 0000000000..0a5a79ca9e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsalookup-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-1 + +EXPORTS + +LsaManageSidNameMapping diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0.def new file mode 100644 index 0000000000..f7d83c0ef1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-security-lsapolicy-l1-1-0 + +EXPORTS + +LsaAddAccountRights +LsaClose +LsaEnumerateAccountRights +LsaEnumerateAccountsWithUserRight +LsaFreeMemory +LsaLookupNames2 +LsaLookupSids +LsaLookupSids2 +LsaOpenPolicy +LsaQueryInformationPolicy +LsaRemoveAccountRights +LsaRetrievePrivateData +LsaSetInformationPolicy diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..4ce53a0560 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsapolicy-l1-1-0 + +EXPORTS + +LsaClose +LsaFreeMemory +LsaLookupNames2 +LsaLookupSids +LsaOpenPolicy diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-provider-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-provider-ansi-l1-1-0.def new file mode 100644 index 0000000000..1ca75cce24 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-provider-ansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-security-provider-ansi-l1-1-0 + +EXPORTS + +GetExplicitEntriesFromAclA +GetNamedSecurityInfoA +SetEntriesInAclA +SetNamedSecurityInfoA diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-provider-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-provider-l1-1-0.def new file mode 100644 index 0000000000..ed1285545e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-provider-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-security-provider-l1-1-0 + +EXPORTS + +GetExplicitEntriesFromAclW +GetNamedSecurityInfoW +GetSecurityInfo +SetEntriesInAclW +SetNamedSecurityInfoW +SetSecurityInfo diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-sddl-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-sddl-ansi-l1-1-0.def new file mode 100644 index 0000000000..7c042f5405 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-sddl-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-sddl-ansi-l1-1-0 + +EXPORTS + +ConvertSidToStringSidA +ConvertStringSidToSidA diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-sddl-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-sddl-l1-1-0.def new file mode 100644 index 0000000000..ff71f3f8e0 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-sddl-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-security-sddl-l1-1-0 + +EXPORTS + +ConvertSecurityDescriptorToStringSecurityDescriptorW +ConvertSidToStringSidW +ConvertStringSecurityDescriptorToSecurityDescriptorW +ConvertStringSidToSidW diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0.def new file mode 100644 index 0000000000..cd1588ad70 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-security-systemfunctions-l1-1-0 + +EXPORTS + +SystemFunction036 +SystemFunction040 +SystemFunction041 diff --git a/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..e10a70d874 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-systemfunctions-l1-1-0 + +EXPORTS + +SystemFunction036 diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-0.def new file mode 100644 index 0000000000..ec245fe311 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-ansi-l1-1-0 + +EXPORTS + +EnumServicesStatusExA +GetServiceDisplayNameA +GetServiceKeyNameA diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-1.def new file mode 100644 index 0000000000..a894dfd169 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-ansi-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-ansi-l1-1-1 + +EXPORTS + +EnumDependentServicesA diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0.def new file mode 100644 index 0000000000..1cefff147d --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-l1-1-0 + +EXPORTS + +RegisterServiceCtrlHandlerExW +SetServiceStatus +StartServiceCtrlDispatcherW diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..f6098ac558 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-0 + +EXPORTS + +RegisterServiceCtrlHandlerExW diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-1.def new file mode 100644 index 0000000000..b0576c9f54 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-l1-1-1 + +EXPORTS + +EnumDependentServicesW +EnumServicesStatusExW +QueryServiceDynamicInformation diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-2.def new file mode 100644 index 0000000000..372096b392 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-service-core-l1-1-2 + +EXPORTS + +GetServiceDisplayNameW +GetServiceKeyNameW diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-3.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-3.def new file mode 100644 index 0000000000..071cb49c86 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-3.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-3 + +EXPORTS + +GetServiceRegistryStateKey diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-4.def b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-4.def new file mode 100644 index 0000000000..a8d4321e41 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-core-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-4 + +EXPORTS + +GetServiceDirectory diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0.def new file mode 100644 index 0000000000..3cc1821a6a --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-service-management-l1-1-0 + +EXPORTS + +CloseServiceHandle +ControlServiceExW +CreateServiceW +DeleteService +OpenSCManagerW +OpenServiceW +StartServiceW diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..6b3400bdd1 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-management-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-management-l1-1-0 + +EXPORTS + +OpenSCManagerW diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-management-l2-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-service-management-l2-1-0.def new file mode 100644 index 0000000000..57c5113fa4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-management-l2-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-service-management-l2-1-0 + +EXPORTS + +ChangeServiceConfig2W +ChangeServiceConfigW +NotifyServiceStatusChangeW +QueryServiceConfig2W +QueryServiceConfigW +QueryServiceObjectSecurity +QueryServiceStatusEx +SetServiceObjectSecurity diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0.def new file mode 100644 index 0000000000..36afb129ca --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-service-winsvc-l1-1-0 + +EXPORTS + +ChangeServiceConfig2A +ChangeServiceConfigA +ControlService +ControlServiceExA +CreateServiceA +NotifyServiceStatusChangeA +OpenSCManagerA +OpenServiceA +QueryServiceConfig2A +QueryServiceConfigA +QueryServiceStatus +RegisterServiceCtrlHandlerA +RegisterServiceCtrlHandlerExA +RegisterServiceCtrlHandlerW +StartServiceA +StartServiceCtrlDispatcherA diff --git a/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..35809ff2fb --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-service-winsvc-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-service-winsvc-l1-1-0 + +EXPORTS + +OpenSCManagerA +RegisterServiceCtrlHandlerA +RegisterServiceCtrlHandlerExA +RegisterServiceCtrlHandlerW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0.def new file mode 100644 index 0000000000..155b211d8b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-obsolete-l1-1-0 + +EXPORTS + +CommandLineToArgvW +SHStrDupA +SHStrDupW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..67c40c9538 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-obsolete-l1-1-0 + +EXPORTS + +CommandLineToArgvW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-path-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-path-l1-1-0.def new file mode 100644 index 0000000000..80bfb94f4c --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-path-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-shcore-path-l1-1-0 + +EXPORTS + +PathBuildRootA +PathBuildRootW +PathIsNetworkPathA +PathIsNetworkPathW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-0.def new file mode 100644 index 0000000000..70bfde759b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-0.def @@ -0,0 +1,32 @@ +LIBRARY api-ms-win-shcore-registry-l1-1-0 + +EXPORTS + +SHCopyKeyA +SHCopyKeyW +SHDeleteEmptyKeyA +SHDeleteEmptyKeyW +SHDeleteKeyA +SHDeleteKeyW +SHDeleteValueA +SHDeleteValueW +SHEnumKeyExA +SHEnumKeyExW +SHEnumValueA +SHEnumValueW +SHGetValueA +SHGetValueW +SHQueryInfoKeyA +SHQueryInfoKeyW +SHQueryValueExA +SHQueryValueExW +SHRegDuplicateHKey +SHRegGetIntW +SHRegGetPathA +SHRegGetPathW +SHRegGetValueA +SHRegGetValueW +SHRegSetPathA +SHRegSetPathW +SHSetValueA +SHSetValueW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-1.def new file mode 100644 index 0000000000..9db533f7d5 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-registry-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-registry-l1-1-1 + +EXPORTS + +SHRegGetValueFromHKCUHKLM diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-0.def new file mode 100644 index 0000000000..aafcac2734 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-0 + +EXPORTS + +GetScaleFactorForDevice +RegisterScaleChangeNotifications +RevokeScaleChangeNotifications diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-1.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-1.def new file mode 100644 index 0000000000..03f6c1980f --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-1 + +EXPORTS + +GetDpiForMonitor +GetProcessDpiAwareness +GetScaleFactorForMonitor +RegisterScaleChangeEvent +SetProcessDpiAwareness +UnregisterScaleChangeEvent diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-2.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-2.def new file mode 100644 index 0000000000..29b20d2dca --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-scaling-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-2 + +EXPORTS + +GetDpiForShellUIComponent diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-l1-1-0.def new file mode 100644 index 0000000000..2d8534d9e4 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-l1-1-0.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-shcore-stream-l1-1-0 + +EXPORTS + +IStream_Copy +IStream_Read +IStream_ReadStr +IStream_Reset +IStream_Size +IStream_Write +IStream_WriteStr +SHCreateMemStream +SHCreateStreamOnFileA +SHCreateStreamOnFileEx +SHCreateStreamOnFileW +SHOpenRegStream2A +SHOpenRegStream2W +SHOpenRegStreamA +SHOpenRegStreamW diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def new file mode 100644 index 0000000000..c0ed75874b --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-stream-winrt-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-stream-winrt-l1-1-0 + +EXPORTS + +CreateRandomAccessStreamOnFile +CreateRandomAccessStreamOverStream +CreateStreamOverRandomAccessStream diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-sysinfo-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-sysinfo-l1-1-0.def new file mode 100644 index 0000000000..f5654b5c4e --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-sysinfo-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-sysinfo-l1-1-0 + +EXPORTS + +GetCurrentProcessExplicitAppUserModelID +IsOS +SetCurrentProcessExplicitAppUserModelID diff --git a/lib/libc/mingw/lib-common/api-ms-win-shcore-unicodeansi-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shcore-unicodeansi-l1-1-0.def new file mode 100644 index 0000000000..90f5ec35a3 --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shcore-unicodeansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-shcore-unicodeansi-l1-1-0 + +EXPORTS + +SHAnsiToAnsi +SHAnsiToUnicode +SHUnicodeToAnsi +SHUnicodeToUnicode diff --git a/lib/libc/mingw/lib-common/api-ms-win-shell-shdirectory-l1-1-0.def b/lib/libc/mingw/lib-common/api-ms-win-shell-shdirectory-l1-1-0.def new file mode 100644 index 0000000000..862bba88ec --- /dev/null +++ b/lib/libc/mingw/lib-common/api-ms-win-shell-shdirectory-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shell-shdirectory-l1-1-0 + +EXPORTS + +SHCreateDirectory +SHCreateDirectoryExA +SHCreateDirectoryExW diff --git a/lib/libc/mingw/lib-common/htui.def b/lib/libc/mingw/lib-common/htui.def index a778a275bd..24c3f057dd 100644 --- a/lib/libc/mingw/lib-common/htui.def +++ b/lib/libc/mingw/lib-common/htui.def @@ -6,7 +6,6 @@ ; LIBRARY htUI.dll EXPORTS -DllMain HTUI_ColorAdjustment HTUI_ColorAdjustmentA HTUI_ColorAdjustmentW diff --git a/lib/libc/mingw/lib-common/keymgr.def b/lib/libc/mingw/lib-common/keymgr.def index db865ef3e2..039d846003 100644 --- a/lib/libc/mingw/lib-common/keymgr.def +++ b/lib/libc/mingw/lib-common/keymgr.def @@ -7,7 +7,6 @@ LIBRARY KEYMGR.dll EXPORTS CPlApplet -DllMain KRShowKeyMgr PRShowRestoreFromMsginaW PRShowRestoreWizardExW diff --git a/lib/libc/mingw/lib-common/photowiz.def b/lib/libc/mingw/lib-common/photowiz.def index 057a165138..3298eea87a 100644 --- a/lib/libc/mingw/lib-common/photowiz.def +++ b/lib/libc/mingw/lib-common/photowiz.def @@ -10,6 +10,5 @@ UsePPWForPrintTo DllCanUnloadNow DllGetClassObject DllInstall -DllMain DllRegisterServer DllUnregisterServer diff --git a/lib/libc/mingw/lib-common/prntvpt.def b/lib/libc/mingw/lib-common/prntvpt.def index 5a2d512897..efaa3a0100 100644 --- a/lib/libc/mingw/lib-common/prntvpt.def +++ b/lib/libc/mingw/lib-common/prntvpt.def @@ -18,7 +18,6 @@ ConvertPrintTicketToDevModeThunk ConvertPrintTicketToDevModeThunk2 DllCanUnloadNow DllGetClassObject -DllMain DllRegisterServer DllUnregisterServer GetDeviceDefaultPrintTicketThunk diff --git a/lib/libc/mingw/lib-common/shlwapi.def b/lib/libc/mingw/lib-common/shlwapi.def index 850fa7f920..a298a912ff 100644 --- a/lib/libc/mingw/lib-common/shlwapi.def +++ b/lib/libc/mingw/lib-common/shlwapi.def @@ -5,103 +5,84 @@ ; LIBRARY "SHLWAPI.dll" EXPORTS -ParseURLA -ParseURLW -SHAllocShared -SHLockShared -SHUnlockShared -SHFreeShared -SHCreateMemStream -GetAcceptLanguagesA -GetAcceptLanguagesW -SHCreateThread -IsCharSpaceW -StrCmpNCA -StrCmpNCW -StrCmpNICA -StrCmpNICW -StrCmpCA -StrCmpCW -StrCmpICA -StrCmpICW -IUnknown_QueryStatus -IUnknown_Exec -ConnectToConnectionPoint -IUnknown_AtomicRelease -IUnknown_GetWindow -IUnknown_SetSite -IUnknown_QueryService -IStream_Read -SHMessageBoxCheckA -SHMessageBoxCheckW -IUnknown_Set -SHStripMneumonicA -SHIsChildOrSelf -IStream_Write -IStream_Reset -IStream_Size -SHAnsiToUnicode -SHUnicodeToAnsi -SHUnicodeToAnsiCP -QISearch -SHStripMneumonicW -SHPinDllOfCLSID -IUnknown_GetSite -GUIDFromStringW -WhichPlatform -SHCreateWorkerWindowW -SHRegGetIntW -SHPackDispParamsV -SHAnsiToAnsi -SHUnicodeToUnicode -SHFormatDateTimeA -SHFormatDateTimeW -MLLoadLibraryA -MLLoadLibraryW -ShellMessageBoxW -MLFreeLibrary -SHSendMessageBroadcastA -SHSendMessageBroadcastW -IsOS -PathFileExistsAndAttributesW -UrlFixupW -SHRunIndirectRegClientCommand -SHLoadIndirectString -IStream_ReadPidl -IStream_WritePidl -SHGetViewStatePropertyBag -IsInternetESCEnabled -SHPropertyBag_ReadStrAlloc -IStream_Copy -DelayLoadFailureHook -SHPropertyBag_WriteBSTR +AssocCopyVerbs AssocCreate AssocGetPerceivedType AssocIsDangerous +AssocMakeApplicationByKeyW +AssocMakeProgid AssocQueryKeyA AssocQueryKeyW AssocQueryStringA AssocQueryStringByKeyA AssocQueryStringByKeyW AssocQueryStringW +CalculateAspectRatio +CharUpperNoDBCSW ChrCmpIA ChrCmpIW ColorAdjustLuma ColorHLSToRGB -IStream_ReadStr -IStream_WriteStr ColorRGBToHLS +ConnectToConnectionPoint +DelayLoadFailureHook DllGetVersion +DoesStringRoundTripW +DupWideToAnsi +FDSA_DeleteItem +FDSA_Initialize +FDSA_InsertItem +FixSlashesAndColonW +GetAcceptLanguagesA +GetAcceptLanguagesW GetMenuPosFromID +GUIDFromStringW HashData -SHCreateThreadWithHandle IntlStrEqWorkerA IntlStrEqWorkerW IsCharSpaceA +IsCharSpaceW +IShellFolder_GetDisplayNameOf +IShellFolder_ParseDisplayName +IsInternetESCEnabled +IsOS +IStream_Copy +IStream_Read +IStream_ReadPidl +IStream_ReadStr +IStream_Reset +IStream_Size +IStream_Write +IStream_WritePidl +IStream_WriteStr +IUnknown_AtomicRelease +IUnknown_CPContainerInvokeIndirect +IUnknown_EnableModeless +IUnknown_Exec +IUnknown_GetSite +IUnknown_GetWindow +IUnknown_HasFocusIO +IUnknown_OnFocusChangeIS +IUnknown_QueryService +IUnknown_QueryServiceExec +IUnknown_QueryServiceForWebBrowserApp +IUnknown_QueryServicePropertyBag +IUnknown_QueryStatus +IUnknown_Set +IUnknown_SetOwner +IUnknown_SetSite +IUnknown_TranslateAcceleratorIO +IUnknown_UIActivateIO +MayExecForward +MayQSForward +MIME_GetExtensionW +MLFreeLibrary +MLLoadLibraryA +MLLoadLibraryW +ParseURLA +ParseURLW PathAddBackslashA PathAddBackslashW -SHRegGetValueFromHKCUHKLM -SHRegGetBoolValueFromHKCUHKLM PathAddExtensionA PathAddExtensionW PathAppendA @@ -122,6 +103,10 @@ PathCreateFromUrlA PathCreateFromUrlAlloc PathCreateFromUrlW PathFileExistsA +PathFileExistsAndAttributesA +PathFileExistsAndAttributesW +PathFileExistsDefExtAndAttributesW +PathFileExistsDefExtW PathFileExistsW PathFindExtensionA PathFindExtensionW @@ -130,6 +115,7 @@ PathFindFileNameW PathFindNextComponentA PathFindNextComponentW PathFindOnPathA +PathFindOnPathExW PathFindOnPathW PathFindSuffixArrayA PathFindSuffixArrayW @@ -205,23 +191,38 @@ PathStripPathA PathStripPathW PathStripToRootA PathStripToRootW -PathUnExpandEnvStringsA -PathUnExpandEnvStringsW PathUndecorateA PathUndecorateW +PathUnExpandEnvStringsA +PathUnExpandEnvStringsForUserW +PathUnExpandEnvStringsW PathUnmakeSystemFolderA PathUnmakeSystemFolderW PathUnquoteSpacesA PathUnquoteSpacesW +QISearch +QuerySourceCreateFromKey +SHAddDataBlock +SHAllocShared +SHAnsiToAnsi +SHAnsiToUnicode SHAutoComplete +SHClearViewStatePropertyBag SHCopyKeyA SHCopyKeyW +SHCreateMemStream +SHCreatePropertyBagOnProfileSection +SHCreatePropertyBagOnRegKey +SHCreatePropertyStoreOnXML SHCreateShellPalette SHCreateStreamOnFileA SHCreateStreamOnFileEx SHCreateStreamOnFileW SHCreateStreamWrapper +SHCreateThread SHCreateThreadRef +SHCreateThreadWithHandle +SHCreateWorkerWindowW SHDeleteEmptyKeyA SHDeleteEmptyKeyW SHDeleteKeyA @@ -230,23 +231,63 @@ SHDeleteOrphanKeyA SHDeleteOrphanKeyW SHDeleteValueA SHDeleteValueW +ShellMessageBoxA +ShellMessageBoxW SHEnumKeyExA SHEnumKeyExW SHEnumValueA SHEnumValueW +SHExpandEnvironmentStringsAlloc +SHExpandEnvironmentStringsForUserW +SHFillRectClr +SHFindDataBlock +SHFormatDateTimeA +SHFormatDateTimeW +SHForwardContextMenuMsg +SHFreeDataBlockList +SHFreeShared +SHGetCurColorRes +SHGetFileDescriptionW +SHGetIniStringW SHGetInverseCMAP +SHGetMenuFromID +SHGetPerScreenResName +SHGetRestriction +SHGetShellKeyEx SHGetThreadRef SHGetValueA SHGetValueW +SHGetViewStatePropertyBag +SHInvokeCommand +SHInvokeCommandOnContextMenu +SHInvokeCommandOnContextMenuEx +SHInvokeCommandWithFlagsAndSite +SHInvokeDefaultCommand +SHIsChildOrSelf +SHIsExpandableFolder SHIsLowMemoryMachine +SHLoadFromPropertyBag +SHLoadIndirectString +SHLoadMenuPopup +SHLockShared +SHMenuIndexFromID +SHMessageBoxCheckA +SHMessageBoxCheckExW +SHMessageBoxCheckW SHOpenRegStream2A SHOpenRegStream2W SHOpenRegStreamA SHOpenRegStreamW +SHPackDispParamsV +SHPinDllOfCLSID +SHPropertyBag_ReadStrAlloc +SHPropertyBag_WriteBSTR SHQueryInfoKeyA SHQueryInfoKeyW SHQueryValueExA SHQueryValueExW +SHQueueUserWorkItem +SHReadDataBlockList SHRegCloseUSKey SHRegCreateUSKeyA SHRegCreateUSKeyW @@ -261,12 +302,17 @@ SHRegEnumUSValueA SHRegEnumUSValueW SHRegGetBoolUSValueA SHRegGetBoolUSValueW +SHRegGetBoolValueFromHKCUHKLM +SHRegGetIntW SHRegGetPathA SHRegGetPathW SHRegGetUSValueA SHRegGetUSValueW SHRegGetValueA +SHRegGetValueFromHKCUHKLM SHRegGetValueW +SHRegisterClassW +SHRegisterValidateTemplate SHRegOpenUSKeyA SHRegOpenUSKeyW SHRegQueryInfoUSKeyA @@ -279,19 +325,36 @@ SHRegSetUSValueA SHRegSetUSValueW SHRegWriteUSValueA SHRegWriteUSValueW -SHRegisterValidateTemplate SHReleaseThreadRef +SHRemoveDataBlock +SHRemoveDefaultDialogFont +SHRestrictionLookup +SHRunIndirectRegClientCommand +SHSendMessageBroadcastA +SHSendMessageBroadcastW +SHSetDefaultDialogFont +SHSetIniStringW SHSetThreadRef SHSetValueA SHSetValueW +SHSetWindowBits +SHSimulateDrop SHSkipJunction SHStrDupA SHStrDupW -ShellMessageBoxA -StrCSpnA -StrCSpnIA -StrCSpnIW -StrCSpnW +SHStringFromGUIDW +SHStripMneumonicA +SHStripMneumonicW +SHUnicodeToAnsi +SHUnicodeToAnsiCP +SHUnicodeToUnicode +SHUnlockShared +SHWeakQueryInterface +SHWeakReleaseInterface +SHWriteDataBlockList +SKAllocValueW +SKGetValueW +SKSetValueW StrCatBuffA StrCatBuffW StrCatChainW @@ -302,15 +365,27 @@ StrChrIW StrChrNIW StrChrNW StrChrW +StrCmpCA +StrCmpCW +StrCmpICA +StrCmpICW StrCmpIW StrCmpLogicalW StrCmpNA +StrCmpNCA +StrCmpNCW StrCmpNIA +StrCmpNICA +StrCmpNICW StrCmpNIW StrCmpNW StrCmpW StrCpyNW StrCpyW +StrCSpnA +StrCSpnIA +StrCSpnIW +StrCSpnW StrDupA StrDupW StrFormatByteSize64A @@ -331,13 +406,13 @@ StrRChrA StrRChrIA StrRChrIW StrRChrW -StrRStrIA -StrRStrIW StrRetToBSTR StrRetToBufA StrRetToBufW StrRetToStrA StrRetToStrW +StrRStrIA +StrRStrIW StrSpnA StrSpnW StrStrA @@ -366,6 +441,7 @@ UrlCreateFromPathA UrlCreateFromPathW UrlEscapeA UrlEscapeW +UrlFixupW UrlGetLocationA UrlGetLocationW UrlGetPartA @@ -380,7 +456,9 @@ UrlIsOpaqueW UrlIsW UrlUnescapeA UrlUnescapeW +WhichPlatform wnsprintfA wnsprintfW wvnsprintfA wvnsprintfW +ZoneCheckUrlExW diff --git a/lib/libc/mingw/lib-common/wsmsvc.def b/lib/libc/mingw/lib-common/wsmsvc.def new file mode 100644 index 0000000000..ced290c77d --- /dev/null +++ b/lib/libc/mingw/lib-common/wsmsvc.def @@ -0,0 +1,3675 @@ +LIBRARY "WsmSvc.DLL" +EXPORTS +??0?$AutoCleanup@V?$AutoDelete@D@@PEAD@@QEAA@PEAD@Z +??0?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAA@PEAG@Z +??0?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@QEAA@PEAUIPRange@CWSManIPFilter@@@Z +??0?$AutoCleanup@V?$AutoDelete@U_SID@@@@PEAU_SID@@@@QEAA@PEAU_SID@@@Z +??0?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@QEAA@PEAU_WSMAN_STREAM_ID_SET@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@QEAA@PEAV?$Handle@VISubscription@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAA@PEAV?$SafeSet@PEAVCCertMapping@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAA@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PEAV?$SimpleStack@VCListenerOperation@@@@@@QEAA@PEAV?$SimpleStack@VCListenerOperation@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PEAV?$SimpleStack@VShellHostEntry@@@@@@QEAA@PEAV?$SimpleStack@VShellHostEntry@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAA@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAA@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAA@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAA@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@QEAA@PEAVAdminSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAA@PEAVBlockedRecord@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAA@PEAVCBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@QEAA@PEAVCCertMapping@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@QEAA@PEAVCConfigChangeSource@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@QEAA@PEAVCListenerSettings@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@QEAA@PEAVCObserverConfigChangeErrors@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAA@PEAVCServiceWatcher@CServiceConfigCache@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@QEAA@PEAVCShellUriSettings@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAA@PEAVCWSManEPR@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAA@PEAVCWSManResource@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAA@PEAVCertHash@@@Z +??0?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAA@PEAVConfigUpdate@@@Z +??0?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@PEAVEnumSinkEx@@@Z +??0?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@QEAA@PEAVEventHandler@WSMan@@@Z +??0?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@QEAA@PEAVExpiredOperationIdRecord@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@QEAA@PEAVGPApiManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@PEAVGeneralSinkEx@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@QEAA@PEAVIChannelObserverFactory@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAA@PEAVIQueryDASHSMASHInterface@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAA@PEAVISpecification@@@Z +??0?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@QEAA@PEAVInteractiveSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@QEAA@PEAVIpHlpApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@QEAA@PEAVMachineName@@@Z +??0?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@QEAA@PEAVNetworkServiceSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@QEAA@PEAVNtDsApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAA@PEAVOptionValue@SessionOptions@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAA@PEAVPacketCreator@@@Z +??0?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@QEAA@PEAVPacketParser@@@Z +??0?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@QEAA@PEAVResources@Locale@@@Z +??0?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@QEAA@PEAVRunAsConfiguration@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAA@PEAVSecurityEntry@Catalog@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAA@PEAVSendPacketArgs@RobustConnectionBuffer@@@Z +??0?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAA@PEAVServiceSoapProcessor@@@Z +??0?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@QEAA@PEAVShell32DllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@QEAA@PEAVShlWApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@QEAA@PEAVSubscriptionEnumerator@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@QEAA@PEAVSubscriptionManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAA@PEAVTSTRBUFFER@@@Z +??0?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@QEAA@PEAVUniqueStringOverflow@@@Z +??0?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@QEAA@PEAVUser32DllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@QEAA@PEAVWSMANCONFIGTABLE_IDENTITY@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@QEAA@PEAVWSManMemCryptManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAA@PEAVWmiEnumContext@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAA@PEAVXmlReader@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAA@PEBG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEAA@PEAD@Z +??0?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAA@PEAE@Z +??0?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAA@PEAG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@H@@PEAH@@QEAA@PEAH@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAA@PEAPEAG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAA@PEAPEBG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@QEAA@PEAU_CONFIG_UPDATE@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAA@PEAU_WINRS_RUN_COMMAND_ARG@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@QEAA@PEAU_WSMAN_OPTION@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAA@PEAE@Z +??0?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAA@PEAVPacket@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@QEAA@PEAUIAppHostAdminManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@QEAA@PEAUIAppHostChildElementCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@QEAA@PEAUIAppHostConfigException@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@QEAA@PEAUIAppHostElement@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@QEAA@PEAUIAppHostElementCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@QEAA@PEAUIAppHostProperty@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@QEAA@PEAUIAppHostPropertyCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAA@PEAUIClientSecurity@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAA@PEAUIEnumWbemClassObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAA@PEAUIErrorInfo@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAA@PEAUIUnknown@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAA@PEAUIWbemClassObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAA@PEAUIWbemContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAA@PEAUIWbemLocator@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAA@PEAUIWbemObjectTextSrc@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAA@PEAUIWbemPath@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAA@PEAUIWbemPathKeyList@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAA@PEAUIWbemQualifierSet@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAA@PEAUIWbemQuery@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAA@PEAUIWbemServices@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@QEAA@PEAVApplication@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAA@PEAVCBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAA@PEAVCClientConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@QEAA@PEAVCCommonConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@QEAA@PEAVCConfigCacheMap@CBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAA@PEAVCConfigManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@@QEAA@PEAVCRemoteOperation@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAA@PEAVCRemoteSession@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAA@PEAVCRequestContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@QEAA@PEAVCServiceCommonConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@QEAA@PEAVCServiceConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAA@PEAVCServiceConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAA@PEAVCWSManEPR@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@QEAA@PEAVCWSManGroupPolicyCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAA@PEAVCWSManGroupPolicyManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@QEAA@PEAVCWSManObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEAA@PEAVCWSManResource@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAA@PEAVCWinRSPluginConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAA@PEAVCWinRSPluginConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAA@PEAVCommand@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@QEAA@PEAVConfigNotification@@@Z +??0?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@QEAA@PEAVConnectShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@QEAA@PEAVCreateShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@QEAA@PEAVDeleteShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@QEAA@PEAVDisconnectOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@PEAVEnumSinkEx@@@Z +??0?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@PEAVGeneralSinkEx@@@Z +??0?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PEAVIISConfigSettings@@@@QEAA@PEAVIISConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@QEAA@PEAVIPCSoapProcessor@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAA@PEAVIRequestContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAA@XZ +??0?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@QEAA@PEAVISubscription@@@Z +??0?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEAA@PEAVInboundRequestDetails@@@Z +??0?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAA@PEAVReceiveOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@QEAA@PEAVReconnectOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAA@PEAVSendOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAA@PEAVShell@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PEAVShellInfo@@@@QEAA@PEAVShellInfo@@@Z +??0?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAA@PEAVSignalOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEAA@PEAVUserRecord@@@Z +??0?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@QEAA@PEAVWSManHttpListener@@@Z +??0?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PEAVHostMappingTableEntry@@@@QEAA@PEAVHostMappingTableEntry@@@Z +??0?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAA@PEAVShell@Client@WSMan@@@Z +??0?$AutoCleanup@VAutoBstr@@PEAG@@QEAA@PEAG@Z +??0?$AutoCleanup@VAutoBstr@@PEAG@@QEAA@XZ +??0?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAA@PEAG@Z +??0?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAA@XZ +??0?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAA@PEBU_CERT_CONTEXT@@@Z +??0?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAA@XZ +??0?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAA@PEBU_CERT_CHAIN_CONTEXT@@@Z +??0?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAA@XZ +??0?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoHandle@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoHandle@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@QEAA@PEAUHINSTANCE__@@@Z +??0?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@QEAA@XZ +??0?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAA@PEAU_MI_Class@@@Z +??0?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAA@XZ +??0?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAA@PEAU_MI_Instance@@@Z +??0?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAA@XZ +??0?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@QEAA@PEAUWSMAN_OBJECT@@@Z +??0?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@QEAA@XZ +??0?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAA@PEAUHKEY__@@@Z +??0?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAA@XZ +??0?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAA@XZ +??0?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAA@PEAX@Z +??0?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAA@XZ +??0?$AutoDelete@D@@QEAA@XZ +??0?$AutoDelete@G@@QEAA@PEAG@Z +??0?$AutoDelete@G@@QEAA@XZ +??0?$AutoDelete@UIPRange@CWSManIPFilter@@@@QEAA@XZ +??0?$AutoDelete@U_SID@@@@QEAA@PEAU_SID@@@Z +??0?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@QEAA@PEAU_WSMAN_STREAM_ID_SET@@@Z +??0?$AutoDelete@V?$Handle@VISubscription@@@@@@QEAA@PEAV?$Handle@VISubscription@@@@@Z +??0?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??0?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??0?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@QEAA@PEAV?$SafeSet@PEAVCCertMapping@@@@@Z +??0?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@QEAA@XZ +??0?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@QEAA@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@Z +??0?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@QEAA@XZ +??0?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??0?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@QEAA@XZ +??0?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@QEAA@XZ +??0?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAA@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@Z +??0?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAA@XZ +??0?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAA@XZ +??0?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAA@XZ +??0?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAA@XZ +??0?$AutoDelete@VAdminSid@CSecurity@@@@QEAA@PEAVAdminSid@CSecurity@@@Z +??0?$AutoDelete@VBlockedRecord@@@@QEAA@XZ +??0?$AutoDelete@VCBaseConfigCache@@@@QEAA@PEAVCBaseConfigCache@@@Z +??0?$AutoDelete@VCCertMapping@@@@QEAA@PEAVCCertMapping@@@Z +??0?$AutoDelete@VCConfigChangeSource@@@@QEAA@XZ +??0?$AutoDelete@VCListenerSettings@@@@QEAA@PEAVCListenerSettings@@@Z +??0?$AutoDelete@VCObserverConfigChangeErrors@@@@QEAA@XZ +??0?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QEAA@PEAVCServiceWatcher@CServiceConfigCache@@@Z +??0?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QEAA@XZ +??0?$AutoDelete@VCShellUriSettings@@@@QEAA@PEAVCShellUriSettings@@@Z +??0?$AutoDelete@VCWSManEPR@@@@QEAA@PEAVCWSManEPR@@@Z +??0?$AutoDelete@VCWSManResource@@@@QEAA@PEAVCWSManResource@@@Z +??0?$AutoDelete@VCWSManResource@@@@QEAA@XZ +??0?$AutoDelete@VCertHash@@@@QEAA@PEAVCertHash@@@Z +??0?$AutoDelete@VCertHash@@@@QEAA@XZ +??0?$AutoDelete@VConfigUpdate@@@@QEAA@PEAVConfigUpdate@@@Z +??0?$AutoDelete@VConfigUpdate@@@@QEAA@XZ +??0?$AutoDelete@VEnumSinkEx@@@@QEAA@PEAVEnumSinkEx@@@Z +??0?$AutoDelete@VEnumSinkEx@@@@QEAA@XZ +??0?$AutoDelete@VEventHandler@WSMan@@@@QEAA@PEAVEventHandler@WSMan@@@Z +??0?$AutoDelete@VExpiredOperationIdRecord@@@@QEAA@PEAVExpiredOperationIdRecord@@@Z +??0?$AutoDelete@VGPApiManager@@@@QEAA@XZ +??0?$AutoDelete@VGeneralSinkEx@@@@QEAA@PEAVGeneralSinkEx@@@Z +??0?$AutoDelete@VGeneralSinkEx@@@@QEAA@XZ +??0?$AutoDelete@VIChannelObserverFactory@@@@QEAA@PEAVIChannelObserverFactory@@@Z +??0?$AutoDelete@VIChannelObserverFactory@@@@QEAA@XZ +??0?$AutoDelete@VIQueryDASHSMASHInterface@@@@QEAA@PEAVIQueryDASHSMASHInterface@@@Z +??0?$AutoDelete@VIQueryDASHSMASHInterface@@@@QEAA@XZ +??0?$AutoDelete@VISpecification@@@@QEAA@PEAVISpecification@@@Z +??0?$AutoDelete@VISpecification@@@@QEAA@XZ +??0?$AutoDelete@VInteractiveSid@CSecurity@@@@QEAA@PEAVInteractiveSid@CSecurity@@@Z +??0?$AutoDelete@VIpHlpApiDllLoader@@@@QEAA@PEAVIpHlpApiDllLoader@@@Z +??0?$AutoDelete@VMachineName@@@@QEAA@PEAVMachineName@@@Z +??0?$AutoDelete@VNetworkServiceSid@CSecurity@@@@QEAA@PEAVNetworkServiceSid@CSecurity@@@Z +??0?$AutoDelete@VNtDsApiDllLoader@@@@QEAA@PEAVNtDsApiDllLoader@@@Z +??0?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@QEAA@PEAVOptionValue@SessionOptions@Client@WSMan@@@Z +??0?$AutoDelete@VPacketCreator@@@@QEAA@PEAVPacketCreator@@@Z +??0?$AutoDelete@VPacketCreator@@@@QEAA@XZ +??0?$AutoDelete@VPacketParser@@@@QEAA@XZ +??0?$AutoDelete@VResources@Locale@@@@QEAA@PEAVResources@Locale@@@Z +??0?$AutoDelete@VRunAsConfiguration@@@@QEAA@PEAVRunAsConfiguration@@@Z +??0?$AutoDelete@VSecurityEntry@Catalog@@@@QEAA@PEAVSecurityEntry@Catalog@@@Z +??0?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@QEAA@PEAVSendPacketArgs@RobustConnectionBuffer@@@Z +??0?$AutoDelete@VServiceSoapProcessor@@@@QEAA@XZ +??0?$AutoDelete@VShell32DllLoader@@@@QEAA@PEAVShell32DllLoader@@@Z +??0?$AutoDelete@VShlWApiDllLoader@@@@QEAA@PEAVShlWApiDllLoader@@@Z +??0?$AutoDelete@VSubscriptionEnumerator@@@@QEAA@XZ +??0?$AutoDelete@VSubscriptionManager@@@@QEAA@PEAVSubscriptionManager@@@Z +??0?$AutoDelete@VTSTRBUFFER@@@@QEAA@PEAVTSTRBUFFER@@@Z +??0?$AutoDelete@VTSTRBUFFER@@@@QEAA@XZ +??0?$AutoDelete@VUniqueStringOverflow@@@@QEAA@XZ +??0?$AutoDelete@VUser32DllLoader@@@@QEAA@PEAVUser32DllLoader@@@Z +??0?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QEAA@PEAVWSMANCONFIGTABLE_IDENTITY@@@Z +??0?$AutoDelete@VWSManMemCryptManager@@@@QEAA@PEAVWSManMemCryptManager@@@Z +??0?$AutoDelete@VWmiEnumContext@@@@QEAA@PEAVWmiEnumContext@@@Z +??0?$AutoDelete@VWmiEnumContext@@@@QEAA@XZ +??0?$AutoDelete@VXmlReader@@@@QEAA@PEAVXmlReader@@@Z +??0?$AutoDelete@VXmlReader@@@@QEAA@XZ +??0?$AutoDeleteVector@$$CBG@@QEAA@XZ +??0?$AutoDeleteVector@D@@QEAA@PEAD@Z +??0?$AutoDeleteVector@D@@QEAA@XZ +??0?$AutoDeleteVector@E@@QEAA@PEAE@Z +??0?$AutoDeleteVector@E@@QEAA@XZ +??0?$AutoDeleteVector@G@@QEAA@PEAG@Z +??0?$AutoDeleteVector@G@@QEAA@XZ +??0?$AutoDeleteVector@H@@QEAA@PEAH@Z +??0?$AutoDeleteVector@PEAG@@QEAA@PEAPEAG@Z +??0?$AutoDeleteVector@PEAG@@QEAA@XZ +??0?$AutoDeleteVector@PEBG@@QEAA@PEAPEBG@Z +??0?$AutoDeleteVector@PEBG@@QEAA@XZ +??0?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QEAA@XZ +??0?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??0?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@XZ +??0?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QEAA@PEAU_WINRS_RUN_COMMAND_ARG@@@Z +??0?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QEAA@XZ +??0?$AutoDeleteVector@U_WSMAN_OPTION@@@@QEAA@PEAU_WSMAN_OPTION@@@Z +??0?$AutoDeleteVector@U_WSMAN_OPTION@@@@QEAA@XZ +??0?$AutoDeleteVector@X@@QEAA@PEAX@Z +??0?$AutoDeleteVector@X@@QEAA@XZ +??0?$AutoFree@E@@QEAA@PEAE@Z +??0?$AutoFree@E@@QEAA@XZ +??0?$AutoLocklessItemRecycle@VPacket@@@@QEAA@PEAVPacket@@@Z +??0?$AutoLocklessItemRecycle@VPacket@@@@QEAA@XZ +??0?$AutoRelease@UIAppHostAdminManager@@@@QEAA@PEAUIAppHostAdminManager@@@Z +??0?$AutoRelease@UIAppHostChildElementCollection@@@@QEAA@XZ +??0?$AutoRelease@UIAppHostConfigException@@@@QEAA@PEAUIAppHostConfigException@@@Z +??0?$AutoRelease@UIAppHostElement@@@@QEAA@PEAUIAppHostElement@@@Z +??0?$AutoRelease@UIAppHostElement@@@@QEAA@XZ +??0?$AutoRelease@UIAppHostElementCollection@@@@QEAA@XZ +??0?$AutoRelease@UIAppHostProperty@@@@QEAA@XZ +??0?$AutoRelease@UIAppHostPropertyCollection@@@@QEAA@XZ +??0?$AutoRelease@UIClientSecurity@@@@QEAA@PEAUIClientSecurity@@@Z +??0?$AutoRelease@UIClientSecurity@@@@QEAA@XZ +??0?$AutoRelease@UIEnumWbemClassObject@@@@QEAA@PEAUIEnumWbemClassObject@@@Z +??0?$AutoRelease@UIEnumWbemClassObject@@@@QEAA@XZ +??0?$AutoRelease@UIErrorInfo@@@@QEAA@PEAUIErrorInfo@@@Z +??0?$AutoRelease@UIErrorInfo@@@@QEAA@XZ +??0?$AutoRelease@UIUnknown@@@@QEAA@PEAUIUnknown@@@Z +??0?$AutoRelease@UIUnknown@@@@QEAA@XZ +??0?$AutoRelease@UIWbemClassObject@@@@QEAA@PEAUIWbemClassObject@@@Z +??0?$AutoRelease@UIWbemClassObject@@@@QEAA@XZ +??0?$AutoRelease@UIWbemContext@@@@QEAA@PEAUIWbemContext@@@Z +??0?$AutoRelease@UIWbemContext@@@@QEAA@XZ +??0?$AutoRelease@UIWbemLocator@@@@QEAA@PEAUIWbemLocator@@@Z +??0?$AutoRelease@UIWbemLocator@@@@QEAA@XZ +??0?$AutoRelease@UIWbemObjectTextSrc@@@@QEAA@PEAUIWbemObjectTextSrc@@@Z +??0?$AutoRelease@UIWbemObjectTextSrc@@@@QEAA@XZ +??0?$AutoRelease@UIWbemPath@@@@QEAA@PEAUIWbemPath@@@Z +??0?$AutoRelease@UIWbemPath@@@@QEAA@XZ +??0?$AutoRelease@UIWbemPathKeyList@@@@QEAA@PEAUIWbemPathKeyList@@@Z +??0?$AutoRelease@UIWbemPathKeyList@@@@QEAA@XZ +??0?$AutoRelease@UIWbemQualifierSet@@@@QEAA@PEAUIWbemQualifierSet@@@Z +??0?$AutoRelease@UIWbemQualifierSet@@@@QEAA@XZ +??0?$AutoRelease@UIWbemQuery@@@@QEAA@PEAUIWbemQuery@@@Z +??0?$AutoRelease@UIWbemQuery@@@@QEAA@XZ +??0?$AutoRelease@UIWbemServices@@@@QEAA@PEAUIWbemServices@@@Z +??0?$AutoRelease@UIWbemServices@@@@QEAA@XZ +??0?$AutoRelease@VApplication@Client@WSMan@@@@QEAA@XZ +??0?$AutoRelease@VCBaseConfigCache@@@@QEAA@PEAVCBaseConfigCache@@@Z +??0?$AutoRelease@VCClientConfigSettings@@@@QEAA@PEAVCClientConfigSettings@@@Z +??0?$AutoRelease@VCClientConfigSettings@@@@QEAA@XZ +??0?$AutoRelease@VCCommonConfigSettings@@@@QEAA@PEAVCCommonConfigSettings@@@Z +??0?$AutoRelease@VCCommonConfigSettings@@@@QEAA@XZ +??0?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QEAA@PEAVCConfigCacheMap@CBaseConfigCache@@@Z +??0?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QEAA@XZ +??0?$AutoRelease@VCConfigManager@@@@QEAA@PEAVCConfigManager@@@Z +??0?$AutoRelease@VCConfigManager@@@@QEAA@XZ +??0?$AutoRelease@VCRemoteOperation@@@@QEAA@PEAVCRemoteOperation@@@Z +??0?$AutoRelease@VCRemoteSession@@@@QEAA@PEAVCRemoteSession@@@Z +??0?$AutoRelease@VCRemoteSession@@@@QEAA@XZ +??0?$AutoRelease@VCRequestContext@@@@QEAA@PEAVCRequestContext@@@Z +??0?$AutoRelease@VCRequestContext@@@@QEAA@XZ +??0?$AutoRelease@VCServiceCommonConfigSettings@@@@QEAA@PEAVCServiceCommonConfigSettings@@@Z +??0?$AutoRelease@VCServiceCommonConfigSettings@@@@QEAA@XZ +??0?$AutoRelease@VCServiceConfigCache@@@@QEAA@PEAVCServiceConfigCache@@@Z +??0?$AutoRelease@VCServiceConfigCache@@@@QEAA@XZ +??0?$AutoRelease@VCServiceConfigSettings@@@@QEAA@PEAVCServiceConfigSettings@@@Z +??0?$AutoRelease@VCServiceConfigSettings@@@@QEAA@XZ +??0?$AutoRelease@VCWSManEPR@@@@QEAA@PEAVCWSManEPR@@@Z +??0?$AutoRelease@VCWSManEPR@@@@QEAA@XZ +??0?$AutoRelease@VCWSManGroupPolicyCache@@@@QEAA@PEAVCWSManGroupPolicyCache@@@Z +??0?$AutoRelease@VCWSManGroupPolicyManager@@@@QEAA@PEAVCWSManGroupPolicyManager@@@Z +??0?$AutoRelease@VCWSManObject@@@@QEAA@PEAVCWSManObject@@@Z +??0?$AutoRelease@VCWSManResource@@@@QEAA@PEAVCWSManResource@@@Z +??0?$AutoRelease@VCWSManResource@@@@QEAA@XZ +??0?$AutoRelease@VCWinRSPluginConfigCache@@@@QEAA@PEAVCWinRSPluginConfigCache@@@Z +??0?$AutoRelease@VCWinRSPluginConfigCache@@@@QEAA@XZ +??0?$AutoRelease@VCWinRSPluginConfigSettings@@@@QEAA@PEAVCWinRSPluginConfigSettings@@@Z +??0?$AutoRelease@VCommand@Client@WSMan@@@@QEAA@PEAVCommand@Client@WSMan@@@Z +??0?$AutoRelease@VConfigNotification@@@@QEAA@PEAVConfigNotification@@@Z +??0?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@QEAA@PEAVConnectShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@QEAA@PEAVCreateShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@QEAA@PEAVDeleteShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@QEAA@PEAVDisconnectOperation@Client@WSMan@@@Z +??0?$AutoRelease@VEnumSinkEx@@@@QEAA@PEAVEnumSinkEx@@@Z +??0?$AutoRelease@VEnumSinkEx@@@@QEAA@XZ +??0?$AutoRelease@VGeneralSinkEx@@@@QEAA@PEAVGeneralSinkEx@@@Z +??0?$AutoRelease@VGeneralSinkEx@@@@QEAA@XZ +??0?$AutoRelease@VIISConfigSettings@@@@QEAA@XZ +??0?$AutoRelease@VIPCSoapProcessor@@@@QEAA@PEAVIPCSoapProcessor@@@Z +??0?$AutoRelease@VIRequestContext@@@@QEAA@PEAVIRequestContext@@@Z +??0?$AutoRelease@VIRequestContext@@@@QEAA@XZ +??0?$AutoRelease@VISubscription@@@@QEAA@PEAVISubscription@@@Z +??0?$AutoRelease@VInboundRequestDetails@@@@QEAA@XZ +??0?$AutoRelease@VReceiveOperation@Client@WSMan@@@@QEAA@PEAVReceiveOperation@Client@WSMan@@@Z +??0?$AutoRelease@VReconnectOperation@Client@WSMan@@@@QEAA@PEAVReconnectOperation@Client@WSMan@@@Z +??0?$AutoRelease@VSendOperation@Client@WSMan@@@@QEAA@PEAVSendOperation@Client@WSMan@@@Z +??0?$AutoRelease@VShell@Client@WSMan@@@@QEAA@PEAVShell@Client@WSMan@@@Z +??0?$AutoRelease@VShellInfo@@@@QEAA@XZ +??0?$AutoRelease@VSignalOperation@Client@WSMan@@@@QEAA@PEAVSignalOperation@Client@WSMan@@@Z +??0?$AutoRelease@VUserRecord@@@@QEAA@XZ +??0?$AutoRelease@VWSManHttpListener@@@@QEAA@PEAVWSManHttpListener@@@Z +??0?$AutoReleaseEx@VHostMappingTableEntry@@@@QEAA@XZ +??0?$AutoReleaseEx@VShell@Client@WSMan@@@@QEAA@PEAVShell@Client@WSMan@@@Z +??0?$ILoader@VAdminSid@CSecurity@@@@QEAA@P8AdminSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VEventHandler@WSMan@@@@QEAA@P8EventHandler@WSMan@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VInteractiveSid@CSecurity@@@@QEAA@P8InteractiveSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VIpHlpApiDllLoader@@@@QEAA@P8IpHlpApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VMachineName@@@@QEAA@P8MachineName@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VNetworkServiceSid@CSecurity@@@@QEAA@P8NetworkServiceSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VNtDsApiDllLoader@@@@QEAA@P8NtDsApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VResources@Locale@@@@QEAA@P8Resources@Locale@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VShell32DllLoader@@@@QEAA@P8Shell32DllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VShlWApiDllLoader@@@@QEAA@P8ShlWApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VSubscriptionManager@@@@QEAA@P8SubscriptionManager@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VUser32DllLoader@@@@QEAA@P8User32DllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$ILoader@VWSManMemCryptManager@@@@QEAA@P8WSManMemCryptManager@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$Loader@VAdminSid@CSecurity@@$00@@QEAA@XZ +??0?$Loader@VEventHandler@WSMan@@$00@@QEAA@XZ +??0?$Loader@VInteractiveSid@CSecurity@@$00@@QEAA@XZ +??0?$Loader@VIpHlpApiDllLoader@@$00@@QEAA@XZ +??0?$Loader@VMachineName@@$00@@QEAA@XZ +??0?$Loader@VNetworkServiceSid@CSecurity@@$00@@QEAA@XZ +??0?$Loader@VNtDsApiDllLoader@@$00@@QEAA@XZ +??0?$Loader@VResources@Locale@@$0A@@@QEAA@XZ +??0?$Loader@VShell32DllLoader@@$00@@QEAA@XZ +??0?$Loader@VShlWApiDllLoader@@$00@@QEAA@XZ +??0?$Loader@VUser32DllLoader@@$00@@QEAA@XZ +??0?$Loader@VWSManMemCryptManager@@$00@@QEAA@XZ +??0?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QEAA@P8AdminSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VEventHandler@WSMan@@$00@@QEAA@P8EventHandler@WSMan@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QEAA@P8InteractiveSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QEAA@P8IpHlpApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VMachineName@@$00@@QEAA@P8MachineName@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QEAA@P8NetworkServiceSid@CSecurity@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QEAA@P8NtDsApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VResources@Locale@@$0A@@@QEAA@P8Resources@Locale@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VShell32DllLoader@@$00@@QEAA@P8Shell32DllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VShlWApiDllLoader@@$00@@QEAA@P8ShlWApiDllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VSubscriptionManager@@$01@@QEAA@P8SubscriptionManager@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VUser32DllLoader@@$00@@QEAA@P8User32DllLoader@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VWSManMemCryptManager@@$00@@QEAA@P8WSManMemCryptManager@@EAA_NAEAVIRequestContext@@@Z1@Z +??0?$PacketElement@K@PacketParser@@QEAA@XZ +??0?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEAA@XZ +??0?$PacketElement@PEBG@PacketParser@@QEAA@XZ +??0?$PacketElement@_K@PacketParser@@QEAA@XZ +??0?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAA@XZ +??0?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??0?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAA@XZ +??0?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAA@XZ +??0?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA@XZ +??0?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA@XZ +??0?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA@XZ +??0?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA@XZ +??0?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??0?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA@XZ +??0?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA@XZ +??0?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA@XZ +??0?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??0?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA@XZ +??0?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAA@AEAV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAA@AEAV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAA@AEAV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PEAXUEmpty@@@@QEAA@AEAV?$SafeMap@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@UPluginKey@@K@@QEAA@AEAV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@_N@Z +??0?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@QEAA@AEAV?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@_N@Z +??0?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAA@AEAV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@_N@Z +??0?$SafeMap_Iterator@VKey@Locale@@K@@QEAA@AEAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyCI@@K@@QEAA@AEAV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEAA@AEAV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAA@AEAV?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@QEAA@AEAV?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@_N@Z +??0?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAA@AEAV?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@_N@Z +??0?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAA@AEAV?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEAA@AEBV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAA@AEBV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEAA@AEBV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@AEBV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEAA@AEBV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAA@AEBV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@_N@Z +??0?$SafeMap_Lock@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@QEAA@AEBV?$SafeMap@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAA@AEBV?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@_N@Z +??0?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA@AEBV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@_N@Z +??0?$SafeMap_Lock@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA@AEBV?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@_N@Z +??0?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA@AEBV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@_N@Z +??0?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA@AEBV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@AEBV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEAA@AEBV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA@AEBV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA@AEBV?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA@AEBV?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@_N@Z +??0?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@AEBV?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@_N@Z +??0?$SafeMap_Lock@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA@AEBV?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@_N@Z +??0?$SafeSet@PEAVCCertMapping@@@@QEAA@XZ +??0?$SafeSet@PEAVCListenerOperation@@@@QEAA@XZ +??0?$SafeSet@PEAVCShellUriSettings@@@@QEAA@XZ +??0?$SafeSet@PEAX@@QEAA@XZ +??0?$SafeSet_Iterator@PEAVCCertMapping@@@@QEAA@AEAV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@_N@Z +??0?$SafeSet_Iterator@PEAVCCertMapping@@@@QEAA@AEAV?$SafeSet@PEAVCCertMapping@@@@@Z +??0?$SafeSet_Iterator@PEAVCListenerOperation@@@@QEAA@AEAV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@_N@Z +??0?$SafeSet_Iterator@PEAVCListenerOperation@@@@QEAA@AEAV?$SafeSet@PEAVCListenerOperation@@@@@Z +??0?$SafeSet_Iterator@PEAVCShellUriSettings@@@@QEAA@AEAV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@_N@Z +??0?$SafeSet_Iterator@PEAX@@QEAA@AEAV?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@_N@Z +??0?$SimpleQueue@T_LARGE_INTEGER@@@@QEAA@XZ +??0AutoBstr@@QEAA@PEAG@Z +??0AutoBstr@@QEAA@XZ +??0AutoBstrNoAlloc@@QEAA@PEAG@Z +??0AutoBstrNoAlloc@@QEAA@XZ +??0AutoCertContext@@QEAA@PEBU_CERT_CONTEXT@@@Z +??0AutoCertContext@@QEAA@XZ +??0AutoChainContext@@QEAA@PEBU_CERT_CHAIN_CONTEXT@@@Z +??0AutoChainContext@@QEAA@XZ +??0AutoCoTaskMemFree@@QEAA@PEAX@Z +??0AutoCoTaskMemFree@@QEAA@XZ +??0AutoFwXmlCloseParser@@QEAA@PEAX@Z +??0AutoFwXmlCloseParser@@QEAA@XZ +??0AutoHandle@@QEAA@PEAX@Z +??0AutoHandle@@QEAA@XZ +??0AutoImpersonateUser@@QEAA@PEAX@Z +??0AutoImpersonateUser@@QEAA@XZ +??0AutoLibrary@@QEAA@PEAUHINSTANCE__@@@Z +??0AutoLibrary@@QEAA@XZ +??0AutoLocalFree@@QEAA@PEAX@Z +??0AutoLocalFree@@QEAA@XZ +??0AutoMIClass@@QEAA@PEAU_MI_Class@@@Z +??0AutoMIClass@@QEAA@XZ +??0AutoMIInstance@@QEAA@PEAU_MI_Instance@@@Z +??0AutoMIInstance@@QEAA@XZ +??0AutoObject@@QEAA@PEAUWSMAN_OBJECT@@@Z +??0AutoObject@@QEAA@XZ +??0AutoRegKey@@QEAA@PEAUHKEY__@@@Z +??0AutoRegKey@@QEAA@XZ +??0AutoSecurityDescriptor@@QEAA@PEAX@Z +??0AutoSecurityDescriptor@@QEAA@XZ +??0AutoWaitHandle@@QEAA@PEAX@Z +??0AutoWaitHandle@@QEAA@XZ +??0BufferFormatter@@QEAA@PEAEK@Z +??0BufferFormatter@@QEAA@XZ +??0CBaseConfigCache@@IEAA@W4ConfigLocation@CConfigChangeSource@@PEAVFastLock@@PEAVCConfigCacheMap@0@@Z +??0CClientConfigCache@@AEAA@XZ +??0CConfigManager@@AEAA@XZ +??0CErrorContext@@QEAA@_N@Z +??0CRequestContext@@QEAA@PEBG@Z +??0CRequestContext@@QEAA@XZ +??0CResourceAlias@@QEAA@PEBG@Z +??0CServiceConfigCache@@AEAA@XZ +??0CServiceWatcher@CServiceConfigCache@@AEAA@PEAV1@PEAVIServiceConfigObserver@@@Z +??0CWSManCriticalSection@@QEAA@XZ +??0CWSManCriticalSectionWithConditionVar@@QEAA@XZ +??0CWSManEPR@@QEAA@H@Z +??0CWSManGroupPolicyManager@@AEAA@XZ +??0CWSManResource@@QEAA@H@Z +??0CWSManResourceNoResourceUri@@QEAA@H@Z +??0CWSManSecurityUI@@QEAA@XZ +??0CWinRSPluginConfigCache@@AEAA@XZ +??0ChildLifeTimeManager@@QEAA@AEBV0@@Z +??0ChildLifeTimeManager@@QEAA@XZ +??0CircularBufferFormatter@@QEAA@XZ +??0ConfigRegistry@@IEAA@XZ +??0EtwCorrelationHelper@@QEAA@AEBV0@@Z +??0EventHandler@WSMan@@QEAA@XZ +??0ExtendedSemantic@@QEAA@K@Z +??0FastLock@@QEAA@XZ +??0Fragment@PacketParser@@QEAA@XZ +??0IConfigChangeObserver@@QEAA@AEBV0@@Z +??0IConfigChangeObserver@@QEAA@XZ +??0ILifeTimeMgmt@@QEAA@AEBV0@@Z +??0ILifeTimeMgmt@@QEAA@XZ +??0IRequestContext@@IEAA@XZ +??0IWSManGroupPolicyObserver@@QEAA@AEBV0@@Z +??0IWSManGroupPolicyObserver@@QEAA@XZ +??0IWSManGroupPolicyPublisher@@QEAA@AEBV0@@Z +??0IWSManGroupPolicyPublisher@@QEAA@XZ +??0Locale@@QEAA@AEBV0@@Z +??0Locale@@QEAA@PEAVIRequestContext@@@Z +??0Locale@@QEAA@XZ +??0MessageId@PacketParser@@QEAA@XZ +??0NotUnderstandSoapHeader@PacketParser@@QEAA@XZ +??0OnHTTPInitialize@@QEAA@XZ +??0OperationId@PacketParser@@QEAA@XZ +??0OwnLock@@QEAA@AEAVFastLock@@@Z +??0PacketFormatter@@QEAA@XZ +??0PacketParser@@QEAA@XZ +??0RBUFFER@@QEAA@I@Z +??0RBUFFER@@QEAA@PEAEI@Z +??0ReferenceParameters@PacketParser@@QEAA@XZ +??0SBUFFER@@QEAA@XZ +??0SessionId@PacketParser@@QEAA@XZ +??0ShareLock@@QEAA@AEAVFastLock@@@Z +??0SoapSemanticConverter@@QEAA@XZ +??0TSTRBUFFER@@QEAA@XZ +??0UserAuthzRecord@@QEAA@$$QEAV0@@Z +??0UserAuthzRecord@@QEAA@AEBV0@@Z +??0UserAuthzRecord@@QEAA@XZ +??0UserRecord@@QEAA@XZ +??0XmlReader@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@D@@PEAD@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@U_SID@@@@PEAU_SID@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@PEAV?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCollector@@@@@@PEAV?$SafeSet_Iterator@PEAVCollector@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVHostOperation@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@PEAV?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PEAV?$SimpleStack@VCListenerOperation@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PEAV?$SimpleStack@VShellHostEntry@@@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PEAV?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@PEAV?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@PEAV?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PEAVMasterReceiveData@CListenerReceive@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@H@@PEAH@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEAA@XZ +??1?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAA@XZ +??1?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PEAVCClientConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PEAVCListenerCommand@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PEAVCListenerMasterOperation@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PEAVCListenerReceive@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PEAVCListenerShell@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PEAVCWSManSession@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PEAVHostMappingTable@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PEAVIISConfigSettings@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PEAVProxyManager@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PEAVProxySelection@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PEAVPushSubscribeOperation@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PEAVPushSubscription@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PEAVShellInfo@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PEAVHostMappingTableEntry@@@@QEAA@XZ +??1?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAA@XZ +??1?$AutoCleanup@VAutoBstr@@PEAG@@QEAA@XZ +??1?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAA@XZ +??1?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAA@XZ +??1?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAA@XZ +??1?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoHandle@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@QEAA@XZ +??1?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAA@XZ +??1?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAA@XZ +??1?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@QEAA@XZ +??1?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAA@XZ +??1?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAA@XZ +??1?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAA@XZ +??1?$AutoDelete@D@@QEAA@XZ +??1?$AutoDelete@G@@QEAA@XZ +??1?$AutoDelete@UIPRange@CWSManIPFilter@@@@QEAA@XZ +??1?$AutoDelete@U_SID@@@@QEAA@XZ +??1?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@QEAA@XZ +??1?$AutoDelete@V?$Handle@VISubscription@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PEAVCollector@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@QEAA@XZ +??1?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@QEAA@XZ +??1?$AutoDelete@V?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@V?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@QEAA@XZ +??1?$AutoDelete@VAdminSid@CSecurity@@@@QEAA@XZ +??1?$AutoDelete@VBlockedRecord@@@@QEAA@XZ +??1?$AutoDelete@VCBaseConfigCache@@@@QEAA@XZ +??1?$AutoDelete@VCCertMapping@@@@QEAA@XZ +??1?$AutoDelete@VCConfigChangeSource@@@@QEAA@XZ +??1?$AutoDelete@VCListenerSettings@@@@QEAA@XZ +??1?$AutoDelete@VCObserverConfigChangeErrors@@@@QEAA@XZ +??1?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QEAA@XZ +??1?$AutoDelete@VCShellUriSettings@@@@QEAA@XZ +??1?$AutoDelete@VCWSManEPR@@@@QEAA@XZ +??1?$AutoDelete@VCWSManResource@@@@QEAA@XZ +??1?$AutoDelete@VCertHash@@@@QEAA@XZ +??1?$AutoDelete@VConfigUpdate@@@@QEAA@XZ +??1?$AutoDelete@VEnumSinkEx@@@@QEAA@XZ +??1?$AutoDelete@VEventHandler@WSMan@@@@QEAA@XZ +??1?$AutoDelete@VExpiredOperationIdRecord@@@@QEAA@XZ +??1?$AutoDelete@VGPApiManager@@@@QEAA@XZ +??1?$AutoDelete@VGeneralSinkEx@@@@QEAA@XZ +??1?$AutoDelete@VIChannelObserverFactory@@@@QEAA@XZ +??1?$AutoDelete@VIQueryDASHSMASHInterface@@@@QEAA@XZ +??1?$AutoDelete@VISpecification@@@@QEAA@XZ +??1?$AutoDelete@VInteractiveSid@CSecurity@@@@QEAA@XZ +??1?$AutoDelete@VIpHlpApiDllLoader@@@@QEAA@XZ +??1?$AutoDelete@VMachineName@@@@QEAA@XZ +??1?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@QEAA@XZ +??1?$AutoDelete@VNetworkServiceSid@CSecurity@@@@QEAA@XZ +??1?$AutoDelete@VNtDsApiDllLoader@@@@QEAA@XZ +??1?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@QEAA@XZ +??1?$AutoDelete@VPacketCreator@@@@QEAA@XZ +??1?$AutoDelete@VPacketParser@@@@QEAA@XZ +??1?$AutoDelete@VResources@Locale@@@@QEAA@XZ +??1?$AutoDelete@VRunAsConfiguration@@@@QEAA@XZ +??1?$AutoDelete@VSecurityEntry@Catalog@@@@QEAA@XZ +??1?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@QEAA@XZ +??1?$AutoDelete@VServiceSoapProcessor@@@@QEAA@XZ +??1?$AutoDelete@VShell32DllLoader@@@@QEAA@XZ +??1?$AutoDelete@VShlWApiDllLoader@@@@QEAA@XZ +??1?$AutoDelete@VSubscriptionEnumerator@@@@QEAA@XZ +??1?$AutoDelete@VSubscriptionManager@@@@QEAA@XZ +??1?$AutoDelete@VTSTRBUFFER@@@@QEAA@XZ +??1?$AutoDelete@VUniqueStringOverflow@@@@QEAA@XZ +??1?$AutoDelete@VUser32DllLoader@@@@QEAA@XZ +??1?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QEAA@XZ +??1?$AutoDelete@VWSManMemCryptManager@@@@QEAA@XZ +??1?$AutoDelete@VWmiEnumContext@@@@QEAA@XZ +??1?$AutoDelete@VXmlReader@@@@QEAA@XZ +??1?$AutoDeleteVector@$$CBG@@QEAA@XZ +??1?$AutoDeleteVector@D@@QEAA@XZ +??1?$AutoDeleteVector@E@@QEAA@XZ +??1?$AutoDeleteVector@G@@QEAA@XZ +??1?$AutoDeleteVector@H@@QEAA@XZ +??1?$AutoDeleteVector@PEAG@@QEAA@XZ +??1?$AutoDeleteVector@PEBG@@QEAA@XZ +??1?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QEAA@XZ +??1?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAA@XZ +??1?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QEAA@XZ +??1?$AutoDeleteVector@U_WSMAN_OPTION@@@@QEAA@XZ +??1?$AutoDeleteVector@X@@QEAA@XZ +??1?$AutoFree@E@@QEAA@XZ +??1?$AutoLocklessItemRecycle@VPacket@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostAdminManager@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostChildElementCollection@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostConfigException@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostElement@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostElementCollection@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostProperty@@@@QEAA@XZ +??1?$AutoRelease@UIAppHostPropertyCollection@@@@QEAA@XZ +??1?$AutoRelease@UIClientSecurity@@@@QEAA@XZ +??1?$AutoRelease@UIEnumWbemClassObject@@@@QEAA@XZ +??1?$AutoRelease@UIErrorInfo@@@@QEAA@XZ +??1?$AutoRelease@UIUnknown@@@@QEAA@XZ +??1?$AutoRelease@UIWbemClassObject@@@@QEAA@XZ +??1?$AutoRelease@UIWbemContext@@@@QEAA@XZ +??1?$AutoRelease@UIWbemLocator@@@@QEAA@XZ +??1?$AutoRelease@UIWbemObjectTextSrc@@@@QEAA@XZ +??1?$AutoRelease@UIWbemPath@@@@QEAA@XZ +??1?$AutoRelease@UIWbemPathKeyList@@@@QEAA@XZ +??1?$AutoRelease@UIWbemQualifierSet@@@@QEAA@XZ +??1?$AutoRelease@UIWbemQuery@@@@QEAA@XZ +??1?$AutoRelease@UIWbemServices@@@@QEAA@XZ +??1?$AutoRelease@VApplication@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VCBaseConfigCache@@@@QEAA@XZ +??1?$AutoRelease@VCClientConfigCache@@@@QEAA@XZ +??1?$AutoRelease@VCClientConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VCCommonConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QEAA@XZ +??1?$AutoRelease@VCConfigManager@@@@QEAA@XZ +??1?$AutoRelease@VCListenerCommand@@@@QEAA@XZ +??1?$AutoRelease@VCListenerMasterOperation@@@@QEAA@XZ +??1?$AutoRelease@VCListenerReceive@@@@QEAA@XZ +??1?$AutoRelease@VCListenerShell@@@@QEAA@XZ +??1?$AutoRelease@VCRemoteOperation@@@@QEAA@XZ +??1?$AutoRelease@VCRemoteSession@@@@QEAA@XZ +??1?$AutoRelease@VCRequestContext@@@@QEAA@XZ +??1?$AutoRelease@VCServiceCommonConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VCServiceConfigCache@@@@QEAA@XZ +??1?$AutoRelease@VCServiceConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VCWSManEPR@@@@QEAA@XZ +??1?$AutoRelease@VCWSManGroupPolicyCache@@@@QEAA@XZ +??1?$AutoRelease@VCWSManGroupPolicyManager@@@@QEAA@XZ +??1?$AutoRelease@VCWSManObject@@@@QEAA@XZ +??1?$AutoRelease@VCWSManResource@@@@QEAA@XZ +??1?$AutoRelease@VCWSManSession@@@@QEAA@XZ +??1?$AutoRelease@VCWinRSPluginConfigCache@@@@QEAA@XZ +??1?$AutoRelease@VCWinRSPluginConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VCommand@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VConfigNotification@@@@QEAA@XZ +??1?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VEnumSinkEx@@@@QEAA@XZ +??1?$AutoRelease@VGeneralSinkEx@@@@QEAA@XZ +??1?$AutoRelease@VHostMappingTable@@@@QEAA@XZ +??1?$AutoRelease@VIISConfigSettings@@@@QEAA@XZ +??1?$AutoRelease@VIPCSoapProcessor@@@@QEAA@XZ +??1?$AutoRelease@VIRequestContext@@@@QEAA@XZ +??1?$AutoRelease@VISubscription@@@@QEAA@XZ +??1?$AutoRelease@VInboundRequestDetails@@@@QEAA@XZ +??1?$AutoRelease@VProxyManager@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VProxySelection@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VPushSubscribeOperation@@@@QEAA@XZ +??1?$AutoRelease@VPushSubscription@@@@QEAA@XZ +??1?$AutoRelease@VReceiveOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VReconnectOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VSendOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VShell@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VShellInfo@@@@QEAA@XZ +??1?$AutoRelease@VSignalOperation@Client@WSMan@@@@QEAA@XZ +??1?$AutoRelease@VUserRecord@@@@QEAA@XZ +??1?$AutoRelease@VWSManHttpListener@@@@QEAA@XZ +??1?$AutoReleaseEx@VHostMappingTableEntry@@@@QEAA@XZ +??1?$AutoReleaseEx@VShell@Client@WSMan@@@@QEAA@XZ +??1?$ILoader@VAdminSid@CSecurity@@@@QEAA@XZ +??1?$ILoader@VEventHandler@WSMan@@@@QEAA@XZ +??1?$ILoader@VInteractiveSid@CSecurity@@@@QEAA@XZ +??1?$ILoader@VIpHlpApiDllLoader@@@@QEAA@XZ +??1?$ILoader@VMachineName@@@@QEAA@XZ +??1?$ILoader@VNetworkServiceSid@CSecurity@@@@QEAA@XZ +??1?$ILoader@VNtDsApiDllLoader@@@@QEAA@XZ +??1?$ILoader@VResources@Locale@@@@QEAA@XZ +??1?$ILoader@VShell32DllLoader@@@@QEAA@XZ +??1?$ILoader@VShlWApiDllLoader@@@@QEAA@XZ +??1?$ILoader@VSubscriptionManager@@@@QEAA@XZ +??1?$ILoader@VUser32DllLoader@@@@QEAA@XZ +??1?$ILoader@VWSManMemCryptManager@@@@QEAA@XZ +??1?$Loader@VAdminSid@CSecurity@@$00@@QEAA@XZ +??1?$Loader@VEventHandler@WSMan@@$00@@QEAA@XZ +??1?$Loader@VInteractiveSid@CSecurity@@$00@@QEAA@XZ +??1?$Loader@VIpHlpApiDllLoader@@$00@@QEAA@XZ +??1?$Loader@VMachineName@@$00@@QEAA@XZ +??1?$Loader@VNetworkServiceSid@CSecurity@@$00@@QEAA@XZ +??1?$Loader@VNtDsApiDllLoader@@$00@@QEAA@XZ +??1?$Loader@VResources@Locale@@$0A@@@QEAA@XZ +??1?$Loader@VShell32DllLoader@@$00@@QEAA@XZ +??1?$Loader@VShlWApiDllLoader@@$00@@QEAA@XZ +??1?$Loader@VSubscriptionManager@@$01@@QEAA@XZ +??1?$Loader@VUser32DllLoader@@$00@@QEAA@XZ +??1?$Loader@VWSManMemCryptManager@@$00@@QEAA@XZ +??1?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QEAA@XZ +??1?$LoaderSerializer@VEventHandler@WSMan@@$00@@QEAA@XZ +??1?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QEAA@XZ +??1?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QEAA@XZ +??1?$LoaderSerializer@VMachineName@@$00@@QEAA@XZ +??1?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QEAA@XZ +??1?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QEAA@XZ +??1?$LoaderSerializer@VResources@Locale@@$0A@@@QEAA@XZ +??1?$LoaderSerializer@VShell32DllLoader@@$00@@QEAA@XZ +??1?$LoaderSerializer@VShlWApiDllLoader@@$00@@QEAA@XZ +??1?$LoaderSerializer@VSubscriptionManager@@$01@@QEAA@XZ +??1?$LoaderSerializer@VUser32DllLoader@@$00@@QEAA@XZ +??1?$LoaderSerializer@VWSManMemCryptManager@@$00@@QEAA@XZ +??1?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAA@XZ +??1?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??1?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAA@XZ +??1?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@QEAA@XZ +??1?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@QEAA@XZ +??1?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@QEAA@XZ +??1?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@QEAA@XZ +??1?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@QEAA@XZ +??1?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAA@XZ +??1?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA@XZ +??1?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA@XZ +??1?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA@XZ +??1?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA@XZ +??1?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??1?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEAA@XZ +??1?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA@XZ +??1?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA@XZ +??1?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA@XZ +??1?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??1?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@PEAXUEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@UPluginKey@@K@@QEAA@XZ +??1?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@QEAA@XZ +??1?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAA@XZ +??1?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@QEAA@XZ +??1?$SafeMap_Iterator@VKey@Locale@@K@@QEAA@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@K@@QEAA@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QEAA@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEAA@XZ +??1?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAA@XZ +??1?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@QEAA@XZ +??1?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAA@XZ +??1?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAA@XZ +??1?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA@XZ +??1?$SafeMap_Lock@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA@XZ +??1?$SafeMap_Lock@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA@XZ +??1?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA@XZ +??1?$SafeMap_Lock@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA@XZ +??1?$SafeSet@PEAVCCertMapping@@@@QEAA@XZ +??1?$SafeSet@PEAVCListenerOperation@@@@QEAA@XZ +??1?$SafeSet@PEAVCShellUriSettings@@@@QEAA@XZ +??1?$SafeSet@PEAVCollector@@@@QEAA@XZ +??1?$SafeSet@PEAVHostOperation@@@@QEAA@XZ +??1?$SafeSet@PEAVIOperation@@@@QEAA@XZ +??1?$SafeSet@PEAVListenerSourceSubscription@@@@QEAA@XZ +??1?$SafeSet@PEAVPushSubscription@@@@QEAA@XZ +??1?$SafeSet@PEAX@@QEAA@XZ +??1?$SafeSet@VStringKeyCI@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVCCertMapping@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVCListenerOperation@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVCShellUriSettings@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVCollector@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVHostOperation@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVIOperation@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAVPushSubscription@@@@QEAA@XZ +??1?$SafeSet_Iterator@PEAX@@QEAA@XZ +??1?$SafeSet_Iterator@VStringKeyCI@@@@QEAA@XZ +??1?$SimpleQueue@T_LARGE_INTEGER@@@@QEAA@XZ +??1AutoBstr@@QEAA@XZ +??1AutoBstrNoAlloc@@QEAA@XZ +??1AutoCertContext@@QEAA@XZ +??1AutoChainContext@@QEAA@XZ +??1AutoCoTaskMemFree@@QEAA@XZ +??1AutoFwXmlCloseParser@@QEAA@XZ +??1AutoHandle@@QEAA@XZ +??1AutoImpersonateUser@@QEAA@XZ +??1AutoLibrary@@QEAA@XZ +??1AutoLocalFree@@QEAA@XZ +??1AutoMIClass@@QEAA@XZ +??1AutoMIInstance@@QEAA@XZ +??1AutoObject@@QEAA@XZ +??1AutoRegKey@@QEAA@XZ +??1AutoSecurityDescriptor@@QEAA@XZ +??1AutoWaitHandle@@QEAA@XZ +??1BufferFormatter@@UEAA@XZ +??1CBaseConfigCache@@UEAA@XZ +??1CClientConfigCache@@UEAA@XZ +??1CCommonConfigSettings@@UEAA@XZ +??1CConfigManager@@UEAA@XZ +??1CErrorContext@@UEAA@XZ +??1CRequestContext@@UEAA@XZ +??1CResourceAlias@@QEAA@XZ +??1CServiceConfigCache@@EEAA@XZ +??1CServiceWatcher@CServiceConfigCache@@QEAA@XZ +??1CWSManCriticalSection@@QEAA@XZ +??1CWSManCriticalSectionWithConditionVar@@QEAA@XZ +??1CWSManEPR@@UEAA@XZ +??1CWSManGroupPolicyManager@@EEAA@XZ +??1CWSManResource@@UEAA@XZ +??1CWSManResourceNoResourceUri@@UEAA@XZ +??1CWSManSecurityUI@@QEAA@XZ +??1CWinRSPluginConfigCache@@EEAA@XZ +??1ChildLifeTimeManager@@QEAA@XZ +??1CircularBufferFormatter@@UEAA@XZ +??1ConfigRegistry@@IEAA@XZ +??1EtwCorrelationHelper@@UEAA@XZ +??1EventHandler@WSMan@@QEAA@XZ +??1IConfigChangeObserver@@UEAA@XZ +??1ILifeTimeMgmt@@UEAA@XZ +??1IRequestContext@@UEAA@XZ +??1IWSManGroupPolicyObserver@@UEAA@XZ +??1IWSManGroupPolicyPublisher@@UEAA@XZ +??1MessageId@PacketParser@@QEAA@XZ +??1OnHTTPInitialize@@QEAA@XZ +??1OperationId@PacketParser@@QEAA@XZ +??1OwnLock@@QEAA@XZ +??1PacketParser@@QEAA@XZ +??1RBUFFER@@QEAA@XZ +??1ReferenceParameters@PacketParser@@QEAA@XZ +??1SBUFFER@@QEAA@XZ +??1ShareLock@@QEAA@XZ +??1SoapSemanticConverter@@QEAA@XZ +??1TSTRBUFFER@@QEAA@XZ +??1UserRecord@@QEAA@XZ +??1XmlReader@@QEAA@XZ +??4?$AutoCleanup@V?$AutoDelete@D@@PEAD@@QEAAAEAV?$AutoDelete@D@@PEAD@Z +??4?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAAAEAV?$AutoDelete@G@@PEAG@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAAAEAV?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAAAEAV?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAAEAV?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAAAEAV?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAAAEAV?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAAAEAV?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAAAEAV?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAAAEAV?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@QEAAAEAV?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@QEAAAEAV?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAAAEAV?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAAEAV?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAAAEAV?$AutoDelete@VCertHash@@@@PEAVCertHash@@@Z +??4?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAAAEAV?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@Z +??4?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAAEAV?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@Z +??4?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@QEAAAEAV?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@Z +??4?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAAEAV?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@Z +??4?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@QEAAAEAV?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@Z +??4?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAAAEAV?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@Z +??4?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAAAEAV?$AutoDelete@VISpecification@@@@PEAVISpecification@@@Z +??4?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAAAEAV?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@Z +??4?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@QEAAAEAV?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@Z +??4?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@QEAAAEAV?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@Z +??4?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAAAEAV?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@Z +??4?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAAAEAV?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@Z +??4?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@QEAAAEAV?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@Z +??4?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAAAEAV?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@Z +??4?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@QEAAAEAV?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@Z +??4?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@QEAAAEAV?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@Z +??4?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAAAEAV?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@Z +??4?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAAAEAV?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAAAEAV?$AutoDeleteVector@$$CBG@@PEBG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEAAAEAV?$AutoDeleteVector@D@@PEAD@Z +??4?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAAAEAV?$AutoDeleteVector@E@@PEAE@Z +??4?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAAAEAV?$AutoDeleteVector@G@@PEAG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAAAEAV?$AutoDeleteVector@PEAG@@PEAPEAG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAAAEAV?$AutoDeleteVector@PEBG@@PEAPEBG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@QEAAAEAV?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAAEAV?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAAAEAV?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@QEAAAEAV?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEAAAEAV?$AutoDeleteVector@X@@PEAX@Z +??4?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAAAEAV?$AutoFree@E@@PEAE@Z +??4?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAAAEAV?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAAAEAV?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAAAEAV?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAAAEAV?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAAAEAV?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAAAEAV?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAAAEAV?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAAAEAV?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAAAEAV?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAAAEAV?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAAAEAV?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAAAEAV?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAAAEAV?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAAAEAV?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@Z +??4?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@QEAAAEAV?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAAEAV?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAAAEAV?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@QEAAAEAV?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@QEAAAEAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAAAEAV?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@@QEAAAEAV?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAAAEAV?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAAAEAV?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@QEAAAEAV?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@QEAAAEAV?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAAAEAV?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAAEAV?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAAAEAV?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAAEAV?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAAAEAV?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAAAEAV?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAAEAV?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@Z +??4?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAAEAV?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@Z +??4?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAAAEAV?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@QEAAAEAV?$AutoRelease@VISubscription@@@@PEAVISubscription@@@Z +??4?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEAAAEAV?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@Z +??4?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEAAAEAV?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@Z +??4?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@QEAAAEAV?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@Z +??4?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAAAEAV?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@Z +??4?$AutoCleanup@VAutoBstr@@PEAG@@QEAAAEAVAutoBstr@@PEAG@Z +??4?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAAAEAVAutoBstrNoAlloc@@PEAG@Z +??4?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAAAEAVAutoCertContext@@PEBU_CERT_CONTEXT@@@Z +??4?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAAAEAVAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@Z +??4?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@QEAAAEAVAutoCoTaskMemFree@@PEAX@Z +??4?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@QEAAAEAVAutoFwXmlCloseParser@@PEAX@Z +??4?$AutoCleanup@VAutoHandle@@PEAX@@QEAAAEAVAutoHandle@@PEAX@Z +??4?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAAAEAVAutoImpersonateUser@@PEAX@Z +??4?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@QEAAAEAVAutoLibrary@@PEAUHINSTANCE__@@@Z +??4?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAAAEAVAutoLocalFree@@PEAX@Z +??4?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAAAEAVAutoMIClass@@PEAU_MI_Class@@@Z +??4?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAAAEAVAutoMIInstance@@PEAU_MI_Instance@@@Z +??4?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@QEAAAEAVAutoObject@@PEAUWSMAN_OBJECT@@@Z +??4?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAAAEAVAutoRegKey@@PEAUHKEY__@@@Z +??4?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAAAEAVAutoSecurityDescriptor@@PEAX@Z +??4?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAAAEAVAutoWaitHandle@@PEAX@Z +??4?$AutoDelete@D@@QEAAAEAV0@PEAD@Z +??4?$AutoDelete@G@@QEAAAEAV0@PEAG@Z +??4?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAAEAV0@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??4?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAAEAV0@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??4?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@QEAAAEAV0@PEAV?$SafeSet@PEAVCCertMapping@@@@@Z +??4?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@QEAAAEAV0@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@Z +??4?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAAEAV0@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@Z +??4?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAAAEAV0@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@Z +??4?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAAAEAV0@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??4?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAAAEAV0@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@Z +??4?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAAAEAV0@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@Z +??4?$AutoDelete@VBlockedRecord@@@@QEAAAEAV0@PEAVBlockedRecord@@@Z +??4?$AutoDelete@VCConfigChangeSource@@@@QEAAAEAV0@PEAVCConfigChangeSource@@@Z +??4?$AutoDelete@VCObserverConfigChangeErrors@@@@QEAAAEAV0@PEAVCObserverConfigChangeErrors@@@Z +??4?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QEAAAEAV0@PEAVCServiceWatcher@CServiceConfigCache@@@Z +??4?$AutoDelete@VCWSManResource@@@@QEAAAEAV0@PEAVCWSManResource@@@Z +??4?$AutoDelete@VCertHash@@@@QEAAAEAV0@PEAVCertHash@@@Z +??4?$AutoDelete@VConfigUpdate@@@@QEAAAEAV0@PEAVConfigUpdate@@@Z +??4?$AutoDelete@VEnumSinkEx@@@@QEAAAEAV0@PEAVEnumSinkEx@@@Z +??4?$AutoDelete@VGPApiManager@@@@QEAAAEAV0@PEAVGPApiManager@@@Z +??4?$AutoDelete@VGeneralSinkEx@@@@QEAAAEAV0@PEAVGeneralSinkEx@@@Z +??4?$AutoDelete@VIChannelObserverFactory@@@@QEAAAEAV0@PEAVIChannelObserverFactory@@@Z +??4?$AutoDelete@VIQueryDASHSMASHInterface@@@@QEAAAEAV0@PEAVIQueryDASHSMASHInterface@@@Z +??4?$AutoDelete@VISpecification@@@@QEAAAEAV0@PEAVISpecification@@@Z +??4?$AutoDelete@VPacketCreator@@@@QEAAAEAV0@PEAVPacketCreator@@@Z +??4?$AutoDelete@VPacketParser@@@@QEAAAEAV0@PEAVPacketParser@@@Z +??4?$AutoDelete@VRunAsConfiguration@@@@QEAAAEAV0@PEAVRunAsConfiguration@@@Z +??4?$AutoDelete@VSecurityEntry@Catalog@@@@QEAAAEAV0@PEAVSecurityEntry@Catalog@@@Z +??4?$AutoDelete@VServiceSoapProcessor@@@@QEAAAEAV0@PEAVServiceSoapProcessor@@@Z +??4?$AutoDelete@VSubscriptionEnumerator@@@@QEAAAEAV0@PEAVSubscriptionEnumerator@@@Z +??4?$AutoDelete@VTSTRBUFFER@@@@QEAAAEAV0@PEAVTSTRBUFFER@@@Z +??4?$AutoDelete@VUniqueStringOverflow@@@@QEAAAEAV0@PEAVUniqueStringOverflow@@@Z +??4?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QEAAAEAV0@PEAVWSMANCONFIGTABLE_IDENTITY@@@Z +??4?$AutoDelete@VWmiEnumContext@@@@QEAAAEAV0@PEAVWmiEnumContext@@@Z +??4?$AutoDelete@VXmlReader@@@@QEAAAEAV0@PEAVXmlReader@@@Z +??4?$AutoDeleteVector@$$CBG@@QEAAAEAV0@PEBG@Z +??4?$AutoDeleteVector@D@@QEAAAEAV0@PEAD@Z +??4?$AutoDeleteVector@E@@QEAAAEAV0@PEAE@Z +??4?$AutoDeleteVector@G@@QEAAAEAV0@PEAG@Z +??4?$AutoDeleteVector@PEAG@@QEAAAEAV0@PEAPEAG@Z +??4?$AutoDeleteVector@PEBG@@QEAAAEAV0@PEAPEBG@Z +??4?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QEAAAEAV0@PEAU_CONFIG_UPDATE@@@Z +??4?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAAEAV0@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??4?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QEAAAEAV0@PEAU_WINRS_RUN_COMMAND_ARG@@@Z +??4?$AutoDeleteVector@U_WSMAN_OPTION@@@@QEAAAEAV0@PEAU_WSMAN_OPTION@@@Z +??4?$AutoDeleteVector@X@@QEAAAEAV0@PEAX@Z +??4?$AutoFree@E@@QEAAAEAV0@PEAE@Z +??4?$AutoLocklessItemRecycle@VPacket@@@@QEAAAEAV0@PEAVPacket@@@Z +??4?$AutoRelease@UIClientSecurity@@@@QEAAAEAV0@PEAUIClientSecurity@@@Z +??4?$AutoRelease@UIEnumWbemClassObject@@@@QEAAAEAV0@PEAUIEnumWbemClassObject@@@Z +??4?$AutoRelease@UIErrorInfo@@@@QEAAAEAV0@PEAUIErrorInfo@@@Z +??4?$AutoRelease@UIUnknown@@@@QEAAAEAV0@PEAUIUnknown@@@Z +??4?$AutoRelease@UIWbemClassObject@@@@QEAAAEAV0@PEAUIWbemClassObject@@@Z +??4?$AutoRelease@UIWbemContext@@@@QEAAAEAV0@PEAUIWbemContext@@@Z +??4?$AutoRelease@UIWbemLocator@@@@QEAAAEAV0@PEAUIWbemLocator@@@Z +??4?$AutoRelease@UIWbemObjectTextSrc@@@@QEAAAEAV0@PEAUIWbemObjectTextSrc@@@Z +??4?$AutoRelease@UIWbemPath@@@@QEAAAEAV0@PEAUIWbemPath@@@Z +??4?$AutoRelease@UIWbemPathKeyList@@@@QEAAAEAV0@PEAUIWbemPathKeyList@@@Z +??4?$AutoRelease@UIWbemQualifierSet@@@@QEAAAEAV0@PEAUIWbemQualifierSet@@@Z +??4?$AutoRelease@UIWbemQuery@@@@QEAAAEAV0@PEAUIWbemQuery@@@Z +??4?$AutoRelease@UIWbemServices@@@@QEAAAEAV0@PEAUIWbemServices@@@Z +??4?$AutoRelease@VApplication@Client@WSMan@@@@QEAAAEAV0@PEAVApplication@Client@WSMan@@@Z +??4?$AutoRelease@VCBaseConfigCache@@@@QEAAAEAV0@PEAVCBaseConfigCache@@@Z +??4?$AutoRelease@VCClientConfigSettings@@@@QEAAAEAV0@PEAVCClientConfigSettings@@@Z +??4?$AutoRelease@VCCommonConfigSettings@@@@QEAAAEAV0@PEAVCCommonConfigSettings@@@Z +??4?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QEAAAEAV0@PEAVCConfigCacheMap@CBaseConfigCache@@@Z +??4?$AutoRelease@VCConfigManager@@@@QEAAAEAV0@PEAVCConfigManager@@@Z +??4?$AutoRelease@VCRemoteOperation@@@@QEAAAEAV0@PEAVCRemoteOperation@@@Z +??4?$AutoRelease@VCRemoteSession@@@@QEAAAEAV0@PEAVCRemoteSession@@@Z +??4?$AutoRelease@VCRequestContext@@@@QEAAAEAV0@PEAVCRequestContext@@@Z +??4?$AutoRelease@VCServiceCommonConfigSettings@@@@QEAAAEAV0@PEAVCServiceCommonConfigSettings@@@Z +??4?$AutoRelease@VCServiceConfigCache@@@@QEAAAEAV0@PEAVCServiceConfigCache@@@Z +??4?$AutoRelease@VCServiceConfigSettings@@@@QEAAAEAV0@PEAVCServiceConfigSettings@@@Z +??4?$AutoRelease@VCWSManEPR@@@@QEAAAEAV0@PEAVCWSManEPR@@@Z +??4?$AutoRelease@VCWSManGroupPolicyManager@@@@QEAAAEAV0@PEAVCWSManGroupPolicyManager@@@Z +??4?$AutoRelease@VCWSManResource@@@@QEAAAEAV0@PEAVCWSManResource@@@Z +??4?$AutoRelease@VCWinRSPluginConfigCache@@@@QEAAAEAV0@PEAVCWinRSPluginConfigCache@@@Z +??4?$AutoRelease@VCWinRSPluginConfigSettings@@@@QEAAAEAV0@PEAVCWinRSPluginConfigSettings@@@Z +??4?$AutoRelease@VEnumSinkEx@@@@QEAAAEAV0@PEAVEnumSinkEx@@@Z +??4?$AutoRelease@VGeneralSinkEx@@@@QEAAAEAV0@PEAVGeneralSinkEx@@@Z +??4?$AutoRelease@VIRequestContext@@@@QEAAAEAV0@PEAVIRequestContext@@@Z +??4?$AutoRelease@VISubscription@@@@QEAAAEAV0@PEAVISubscription@@@Z +??4?$AutoRelease@VInboundRequestDetails@@@@QEAAAEAV0@PEAVInboundRequestDetails@@@Z +??4?$AutoRelease@VUserRecord@@@@QEAAAEAV0@PEAVUserRecord@@@Z +??4?$AutoRelease@VWSManHttpListener@@@@QEAAAEAV0@PEAVWSManHttpListener@@@Z +??4?$AutoReleaseEx@VShell@Client@WSMan@@@@QEAAAEAV0@PEAVShell@Client@WSMan@@@Z +??4?$PacketElement@K@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4?$PacketElement@K@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4?$PacketElement@PEBG@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4?$PacketElement@PEBG@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4?$PacketElement@_K@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4?$PacketElement@_K@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4?$SimpleQueue@T_LARGE_INTEGER@@@@QEAAAEAV0@AEBV0@@Z +??4AutoBstr@@QEAAAEAV0@PEAG@Z +??4AutoBstrNoAlloc@@QEAAAEAV0@PEAG@Z +??4AutoCertContext@@QEAAAEAV0@PEBU_CERT_CONTEXT@@@Z +??4AutoChainContext@@QEAAAEAV0@PEBU_CERT_CHAIN_CONTEXT@@@Z +??4AutoCoTaskMemFree@@QEAAAEAV0@PEAX@Z +??4AutoFwXmlCloseParser@@QEAAAEAV0@PEAX@Z +??4AutoHandle@@QEAAAEAV0@PEAX@Z +??4AutoImpersonateUser@@QEAAAEAV0@PEAX@Z +??4AutoLibrary@@QEAAAEAV0@PEAUHINSTANCE__@@@Z +??4AutoLocalFree@@QEAAAEAV0@PEAX@Z +??4AutoMIClass@@QEAAAEAV0@PEAU_MI_Class@@@Z +??4AutoMIInstance@@QEAAAEAV0@PEAU_MI_Instance@@@Z +??4AutoObject@@QEAAAEAV0@PEAUWSMAN_OBJECT@@@Z +??4AutoRegKey@@QEAAAEAV0@PEAUHKEY__@@@Z +??4AutoSecurityDescriptor@@QEAAAEAV0@PEAX@Z +??4AutoWaitHandle@@QEAAAEAV0@PEAX@Z +??4ChildLifeTimeManager@@QEAAAEAV0@AEBV0@@Z +??4ConfigRegistry@@QEAAAEAV0@AEBV0@@Z +??4EtwCorrelationHelper@@QEAAAEAV0@AEBV0@@Z +??4EventLog@@QEAAAEAV0@$$QEAV0@@Z +??4EventLog@@QEAAAEAV0@AEBV0@@Z +??4ExtendedSemantic@@QEAAAEAV0@$$QEAV0@@Z +??4ExtendedSemantic@@QEAAAEAV0@AEBV0@@Z +??4FastLock@@QEAAAEAV0@$$QEAV0@@Z +??4FastLock@@QEAAAEAV0@AEBV0@@Z +??4Fragment@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4Fragment@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4IConfigChangeObserver@@QEAAAEAV0@AEBV0@@Z +??4ILifeTimeMgmt@@QEAAAEAV0@AEBV0@@Z +??4IWSManGroupPolicyObserver@@QEAAAEAV0@AEBV0@@Z +??4IWSManGroupPolicyPublisher@@QEAAAEAV0@AEBV0@@Z +??4Locale@@QEAAAEAV0@AEBV0@@Z +??4NotUnderstandSoapHeader@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4NotUnderstandSoapHeader@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4PacketFormatter@@QEAAAEAV0@$$QEAV0@@Z +??4PacketFormatter@@QEAAAEAV0@AEBV0@@Z +??4RBUFFER@@QEAAAEAV0@AEBV0@@Z +??4SBUFFER@@QEAAAEAV0@$$QEAV0@@Z +??4SBUFFER@@QEAAAEAV0@AEBV0@@Z +??4SessionId@PacketParser@@QEAAAEAV01@$$QEAV01@@Z +??4SessionId@PacketParser@@QEAAAEAV01@AEBV01@@Z +??4SoapSemanticConverter@@QEAAAEAV0@AEBV0@@Z +??4UserAuthzRecord@@QEAAAEAV0@$$QEAV0@@Z +??4UserAuthzRecord@@QEAAAEAV0@AEBV0@@Z +??6BufferFormatter@@UEAAAEAV0@AEAVBufferFormatterDataFormatDWORD@@@Z +??6BufferFormatter@@UEAAAEAV0@AEAVBufferFormatterDataFormatULONGLONG@@@Z +??6BufferFormatter@@UEAAAEAV0@AEAVBufferFormatterDataPCWSTR@@@Z +??6BufferFormatter@@UEAAAEAV0@AEAVBufferFormatterDataPUCHAR@@@Z +??6BufferFormatter@@UEAAAEAV0@AEAVBufferFormatterDataXmlEscape@@@Z +??6BufferFormatter@@UEAAAEAV0@K@Z +??6BufferFormatter@@UEAAAEAV0@PEAU_FWXML_ELEMENT@@@Z +??7?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEBA_NXZ +??7?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEBA_NXZ +??7?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEBA_NXZ +??7?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEBA_NXZ +??7?$AutoCleanup@VAutoHandle@@PEAX@@QEBA_NXZ +??7?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEBA_NXZ +??7?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEBA_NXZ +??7?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEBA_NXZ +??7?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEBA_NXZ +??A?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAAPEAKAEBUPluginKey@@@Z +??A?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAAPEAPEAVBlockedRecord@@AEBUUserKey@@@Z +??A?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAAPEAVCertThumbprintMappedSet@CServiceConfigSettings@@AEBVCertThumbprintKey@@@Z +??A?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAPEAKAEBVStringKeyCI@@@Z +??A?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAAPEAUUSER_CONTEXT_INFO@WSManHttpListener@@AEBVStringKeyCI@@@Z +??A?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAPEAPEAVExpiredOperationIdRecord@@AEBVStringKeyStore@@@Z +??A?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAAPEAPEAVServerFullDuplexChannel@@AEBVStringKeyStore@@@Z +??A?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAPEAPEAVOptionValue@SessionOptions@Client@WSMan@@AEBW4WSManSessionOption@@@Z +??A?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAAPEAPEAVSendPacketArgs@RobustConnectionBuffer@@AEB_K@Z +??A?$SafeSet@PEAX@@QEBAPEBQEAXAEBQEAX@Z +??B?$AutoCleanup@V?$AutoDelete@D@@PEAD@@QEAAPEADXZ +??B?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAAPEAGXZ +??B?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEBAQEAGXZ +??B?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@QEAAPEAUIPRange@CWSManIPFilter@@XZ +??B?$AutoCleanup@V?$AutoDelete@U_SID@@@@PEAU_SID@@@@QEAAPEAU_SID@@XZ +??B?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@QEAAPEAU_WSMAN_STREAM_ID_SET@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@QEAAPEAV?$Handle@VISubscription@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAPEAV?$SafeMap_Iterator@VStringKeyCI@@K@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAPEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAAPEAV?$SafeSet@PEAVCCertMapping@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAAPEAV?$SafeSet@PEAVCShellUriSettings@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAPEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAAPEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAAPEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAAPEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEBAQEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAAPEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@QEAAPEAVAdminSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAAPEAVBlockedRecord@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@QEAAPEAVCCertMapping@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@QEAAPEAVCConfigChangeSource@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@QEAAPEAVCListenerSettings@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@QEAAPEAVCObserverConfigChangeErrors@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAAPEAVCServiceWatcher@CServiceConfigCache@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@QEAAPEAVCShellUriSettings@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAPEAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAAPEAVCertHash@@XZ +??B?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAAPEAVConfigUpdate@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBAQEAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@QEAAPEAVEventHandler@WSMan@@XZ +??B?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@QEAAPEAVExpiredOperationIdRecord@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@QEAAPEAVGPApiManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBAQEAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@QEAAPEAVIChannelObserverFactory@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAAPEAVIQueryDASHSMASHInterface@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEBAQEAVIQueryDASHSMASHInterface@@XZ +??B?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAAPEAVISpecification@@XZ +??B?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEBAQEAVISpecification@@XZ +??B?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@QEAAPEAVInteractiveSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@QEAAPEAVIpHlpApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@QEAAPEAVMachineName@@XZ +??B?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@QEAAPEAVNetworkServiceSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@QEAAPEAVNtDsApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAPEAVOptionValue@SessionOptions@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAAPEAVPacketCreator@@XZ +??B?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@QEAAPEAVPacketParser@@XZ +??B?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@QEAAPEAVResources@Locale@@XZ +??B?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAAPEAVSecurityEntry@Catalog@@XZ +??B?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAAPEAVServiceSoapProcessor@@XZ +??B?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@QEAAPEAVShell32DllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@QEAAPEAVShlWApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@QEAAPEAVSubscriptionManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAAPEAVTSTRBUFFER@@XZ +??B?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEBAQEAVTSTRBUFFER@@XZ +??B?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@QEAAPEAVUniqueStringOverflow@@XZ +??B?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@QEAAPEAVUser32DllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@QEAAPEAVWSMANCONFIGTABLE_IDENTITY@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@QEAAPEAVWSManMemCryptManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAAPEAVWmiEnumContext@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEBAQEAVWmiEnumContext@@XZ +??B?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAAPEAVXmlReader@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAAPEBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEAAPEADXZ +??B?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAAPEAEXZ +??B?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEBAQEAEXZ +??B?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAAPEAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEBAQEAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@H@@PEAH@@QEAAPEAHXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAAPEAPEAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEBAQEAPEAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAAPEAPEBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEBAQEAPEBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@QEAAPEAU_CONFIG_UPDATE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAPEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEBAQEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAAPEAU_WINRS_RUN_COMMAND_ARG@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEBAQEAU_WINRS_RUN_COMMAND_ARG@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@QEAAPEAU_WSMAN_OPTION@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEAAPEAXXZ +??B?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAAPEAEXZ +??B?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEBAQEAEXZ +??B?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAAPEAVPacket@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@QEAAPEAUIAppHostChildElementCollection@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@QEAAPEAUIAppHostElement@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@QEAAPEAUIAppHostElementCollection@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAAPEAUIClientSecurity@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEBAQEAUIClientSecurity@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAAPEAUIEnumWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEBAQEAUIEnumWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAAPEAUIErrorInfo@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEBAQEAUIErrorInfo@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAAPEAUIUnknown@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEBAQEAUIUnknown@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAAPEAUIWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEBAQEAUIWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAAPEAUIWbemContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEBAQEAUIWbemContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAAPEAUIWbemLocator@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEBAQEAUIWbemLocator@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAAPEAUIWbemObjectTextSrc@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEBAQEAUIWbemObjectTextSrc@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAAPEAUIWbemPath@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEBAQEAUIWbemPath@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAAPEAUIWbemPathKeyList@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEBAQEAUIWbemPathKeyList@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAAPEAUIWbemQualifierSet@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEBAQEAUIWbemQualifierSet@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAAPEAUIWbemQuery@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEBAQEAUIWbemQuery@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAAPEAUIWbemServices@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEBAQEAUIWbemServices@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAAPEAVCClientConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@QEAAPEAVCCommonConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@QEAAPEAVCConfigCacheMap@CBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAAPEAVCConfigManager@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAAPEAVCRemoteSession@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAAPEAVCRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@QEAAPEAVCServiceCommonConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@QEAAPEAVCServiceConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAAPEAVCServiceConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEBAQEAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@QEAAPEAVCWSManGroupPolicyCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAAPEAVCWSManGroupPolicyManager@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@QEAAPEAVCWSManObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAPEAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEBAQEAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAAPEAVCWinRSPluginConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEBAQEAVCWinRSPluginConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAAPEAVCWinRSPluginConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAAPEAVCommand@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@QEAAPEAVConfigNotification@@XZ +??B?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@QEAAPEAVConnectShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@QEAAPEAVCreateShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@QEAAPEAVDeleteShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@QEAAPEAVDisconnectOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBAQEAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBAQEAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PEAVIISConfigSettings@@@@QEAAPEAVIISConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@QEAAPEAVIPCSoapProcessor@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAAPEAVIRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEBAQEAVIRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@QEAAPEAVISubscription@@XZ +??B?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEAAPEAVInboundRequestDetails@@XZ +??B?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEBAQEAVInboundRequestDetails@@XZ +??B?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAAPEAVReceiveOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@QEAAPEAVReconnectOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAAPEAVSendOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAAPEAVShell@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEBAQEAVShell@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAAPEAVSignalOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEAAPEAVUserRecord@@XZ +??B?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEBAQEAVUserRecord@@XZ +??B?$AutoCleanup@VAutoBstr@@PEAG@@QEAAPEAGXZ +??B?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAAPEAGXZ +??B?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEBAQEAGXZ +??B?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAAPEBU_CERT_CONTEXT@@XZ +??B?$AutoCleanup@VAutoHandle@@PEAX@@QEAAPEAXXZ +??B?$AutoCleanup@VAutoHandle@@PEAX@@QEBAQEAXXZ +??B?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAAPEAXXZ +??B?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEBAQEAXXZ +??B?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@QEAAPEAUHINSTANCE__@@XZ +??B?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAAPEAXXZ +??B?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAAPEAU_MI_Class@@XZ +??B?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAAPEAU_MI_Instance@@XZ +??B?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAAPEAUHKEY__@@XZ +??B?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAAPEAXXZ +??B?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEBA_NXZ +??B?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEBA_NXZ +??B?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEBA_NXZ +??B?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEBA_NXZ +??B?$SafeMap_Iterator@VKey@Locale@@K@@QEBA_NXZ +??B?$SafeMap_Iterator@VStringKeyCI@@K@@QEBA_NXZ +??B?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEBA_NXZ +??B?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEBA_NXZ +??B?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEBA_NXZ +??C?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@QEAAPEAU_WSMAN_STREAM_ID_SET@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@QEAAPEAV?$Handle@VISubscription@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAPEAV?$SafeMap_Iterator@VStringKeyCI@@K@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAPEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAAPEAV?$SafeSet@PEAVCCertMapping@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAAPEAV?$SafeSet@PEAVCShellUriSettings@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAPEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAAPEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QEAAPEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@QEAAPEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@QEAAPEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAAPEAVBlockedRecord@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@QEAAPEAVCCertMapping@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@QEAAPEAVCConfigChangeSource@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@QEAAPEAVCListenerSettings@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAAPEAVCServiceWatcher@CServiceConfigCache@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@QEAAPEAVCShellUriSettings@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAPEAVCWSManResource@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAAPEAVCertHash@@XZ +??C?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAAPEAVConfigUpdate@@XZ +??C?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBAQEAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@QEAAPEAVExpiredOperationIdRecord@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@QEAAPEAVGPApiManager@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBAQEAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@QEAAPEAVIChannelObserverFactory@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAAPEAVIQueryDASHSMASHInterface@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEBAQEAVIQueryDASHSMASHInterface@@XZ +??C?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAAPEAVISpecification@@XZ +??C?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEBAQEAVISpecification@@XZ +??C?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PEAVMasterReceiveData@CListenerReceive@@@@QEAAPEAVMasterReceiveData@CListenerReceive@@XZ +??C?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAPEAVOptionValue@SessionOptions@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAAPEAVPacketCreator@@XZ +??C?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@QEAAPEAVPacketParser@@XZ +??C?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@QEAAPEAVRunAsConfiguration@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAAPEAVSecurityEntry@Catalog@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAAPEAVSendPacketArgs@RobustConnectionBuffer@@XZ +??C?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAAPEAVServiceSoapProcessor@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@QEAAPEAVSubscriptionEnumerator@@XZ +??C?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAAPEAVTSTRBUFFER@@XZ +??C?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEBAQEAVTSTRBUFFER@@XZ +??C?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@QEAAPEAVUniqueStringOverflow@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@QEAAPEAVWSMANCONFIGTABLE_IDENTITY@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAAPEAVWmiEnumContext@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEBAQEAVWmiEnumContext@@XZ +??C?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAAPEAVXmlReader@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAAPEAEXZ +??C?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEBAQEAEXZ +??C?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAAPEAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEBAQEAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAAPEAPEAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEBAQEAPEAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAAPEAPEBGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEBAQEAPEBGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAPEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEBAQEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAAPEAU_WINRS_RUN_COMMAND_ARG@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEBAQEAU_WINRS_RUN_COMMAND_ARG@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@QEAAPEAUIAppHostAdminManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@QEAAPEAUIAppHostChildElementCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@QEAAPEAUIAppHostConfigException@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@QEAAPEAUIAppHostElementCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@QEAAPEAUIAppHostProperty@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@QEAAPEAUIAppHostPropertyCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAAPEAUIClientSecurity@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEBAQEAUIClientSecurity@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAAPEAUIEnumWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEBAQEAUIEnumWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAAPEAUIErrorInfo@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEBAQEAUIErrorInfo@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAAPEAUIUnknown@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEBAQEAUIUnknown@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAAPEAUIWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEBAQEAUIWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAAPEAUIWbemContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEBAQEAUIWbemContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAAPEAUIWbemLocator@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEBAQEAUIWbemLocator@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAAPEAUIWbemObjectTextSrc@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEBAQEAUIWbemObjectTextSrc@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAAPEAUIWbemPath@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEBAQEAUIWbemPath@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAAPEAUIWbemPathKeyList@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEBAQEAUIWbemPathKeyList@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAAPEAUIWbemQualifierSet@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEBAQEAUIWbemQualifierSet@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAAPEAUIWbemQuery@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEBAQEAUIWbemQuery@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAAPEAUIWbemServices@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEBAQEAUIWbemServices@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAAPEAVCClientConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@QEAAPEAVCConfigCacheMap@CBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAAPEAVCConfigManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PEAVCListenerReceive@@@@QEAAPEAVCListenerReceive@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAAPEAVCRemoteSession@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEBAQEAVCRemoteSession@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAAPEAVCRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@QEAAPEAVCServiceCommonConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@QEAAPEAVCServiceConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAAPEAVCServiceConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEBAQEAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@QEAAPEAVCWSManGroupPolicyCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAAPEAVCWSManGroupPolicyManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@QEAAPEAVCWSManObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAPEAVCWSManResource@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAAPEAVCWinRSPluginConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEBAQEAVCWinRSPluginConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAAPEAVCWinRSPluginConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAAPEAVCommand@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@QEAAPEAVConfigNotification@@XZ +??C?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@QEAAPEAVConnectShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@QEAAPEAVCreateShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@QEAAPEAVDeleteShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@QEAAPEAVDisconnectOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEBAQEAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEBAQEAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@QEAAPEAVIPCSoapProcessor@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAAPEAVIRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEBAQEAVIRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEAAPEAVInboundRequestDetails@@XZ +??C?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@QEBAQEAVInboundRequestDetails@@XZ +??C?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAAPEAVReceiveOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@QEAAPEAVReconnectOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAAPEAVSendOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAAPEAVShell@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEBAQEAVShell@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAAPEAVSignalOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@QEAAPEAVUserRecord@@XZ +??C?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@QEAAPEAVWSManHttpListener@@XZ +??C?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAAPEAGXZ +??C?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEBAQEAGXZ +??C?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAAPEBU_CERT_CHAIN_CONTEXT@@XZ +??C?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAAPEAXXZ +??C?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEBAQEAXXZ +??C?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAAPEAU_MI_Class@@XZ +??C?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEBAAEAPEAVExpiredOperationIdRecord@@XZ +??C?$SafeSet_Iterator@PEAVCListenerOperation@@@@QEBAAEBQEAVCListenerOperation@@XZ +??D?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEBAAEAVCertThumbprintMappedSet@CServiceConfigSettings@@XZ +??D?$SafeMap_Iterator@VKey@Locale@@K@@QEBAAEAKXZ +??D?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEBAAEAPEAVExpiredOperationIdRecord@@XZ +??D?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEBAAEAPEAVOptionValue@SessionOptions@Client@WSMan@@XZ +??D?$SafeSet_Iterator@PEAVCCertMapping@@@@QEBAAEBQEAVCCertMapping@@XZ +??D?$SafeSet_Iterator@PEAVCListenerOperation@@@@QEBAAEBQEAVCListenerOperation@@XZ +??D?$SafeSet_Iterator@PEAVCShellUriSettings@@@@QEBAAEBQEAVCShellUriSettings@@XZ +??E?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAAXH@Z +??E?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAAXH@Z +??E?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAAXH@Z +??E?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAAXH@Z +??E?$SafeMap_Iterator@VStringKeyCI@@K@@QEAAXH@Z +??E?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEAAXH@Z +??E?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAAXH@Z +??E?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAXH@Z +??_7?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@6B@ DATA +??_7?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@6B@ DATA +??_7?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@6B@ DATA +??_7?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@6B@ DATA +??_7?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@6B@ DATA +??_7?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@6B@ DATA +??_7?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@6B@ DATA +??_7?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@6B@ DATA +??_7?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@6B@ DATA +??_7?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@6B@ DATA +??_7?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@6B@ DATA +??_7?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@6B@ DATA +??_7?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@6B@ DATA +??_7?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@6B@ DATA +??_7?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@6B@ DATA +??_7?$SafeSet@PEAVCCertMapping@@@@6B@ DATA +??_7?$SafeSet@PEAVCListenerOperation@@@@6B@ DATA +??_7?$SafeSet@PEAVCShellUriSettings@@@@6B@ DATA +??_7?$SafeSet@PEAX@@6B@ DATA +??_7BufferFormatter@@6B@ DATA +??_7CBaseConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CBaseConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CClientConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CClientConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CConfigManager@@6B@ DATA +??_7CErrorContext@@6B@ DATA +??_7CRequestContext@@6BCErrorContext@@@ DATA +??_7CRequestContext@@6BEtwCorrelationHelper@@@ DATA +??_7CServiceConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CServiceConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CWSManEPR@@6B@ DATA +??_7CWSManGroupPolicyManager@@6B@ DATA +??_7CWSManResource@@6B@ DATA +??_7CWSManResourceNoResourceUri@@6B@ DATA +??_7CWSManSecurityUI@@6B@ DATA +??_7CWinRSPluginConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CWinRSPluginConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CircularBufferFormatter@@6B@ DATA +??_7EtwCorrelationHelper@@6B@ DATA +??_7IConfigChangeObserver@@6B@ DATA +??_7ILifeTimeMgmt@@6B@ DATA +??_7IRequestContext@@6B@ DATA +??_7IWSManGroupPolicyObserver@@6B@ DATA +??_7IWSManGroupPolicyPublisher@@6B@ DATA +??_7PacketParser@@6B@ DATA +??_7UserAuthzRecord@@6B@ DATA +??_7UserRecord@@6B@ DATA +??_FCErrorContext@@QEAAXXZ +??_FRBUFFER@@QEAAXXZ +?Acquire@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@UEBAXXZ +?Acquire@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@UEBAXXZ +?Acquire@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UEBAXXZ +?Acquire@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UEBAXXZ +?Acquire@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKey@@PEAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerEvents@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKey@@PEAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerSourceSubscription@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyCI@@PEAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PEAVIISEndpoint@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@UEBAXXZ +?Acquire@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UEBAXXZ +?Acquire@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@UEBAXXZ +?Acquire@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@UEBAXXZ +?Acquire@?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAXXZ +?Acquire@?$SafeMap_Lock@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAAXXZ +?Acquire@CWSManCriticalSection@@QEAAXXZ +?AcquireExclusive@FastLock@@QEAAXXZ +?AcquireShared@FastLock@@QEAAXXZ +?Acquired@?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA_NXZ +?Acquired@?$SafeMap_Lock@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA_NXZ +?Add@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAA_NAEBQEAVCCertMapping@@AEBUEmpty@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA_NAEBQEAVCListenerOperation@@AEBUEmpty@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAA_NAEBQEAVCShellUriSettings@@AEBUEmpty@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAA_NAEBQEAXAEBUEmpty@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAA_NAEBUPluginKey@@AEBKAEAVIRequestContext@@@Z +?Add@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA_NAEBUUserKey@@AEBQEAVBlockedRecord@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAA_NAEBVCertThumbprintKey@@AEBVCertThumbprintMappedSet@CServiceConfigSettings@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAA_NAEBVKey@Locale@@AEBKAEAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA_NAEBVStringKeyCI@@AEBKAEAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEAA_NAEBVStringKeyCI@@AEBUEmpty@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA_NAEBVStringKeyCI@@AEBUUSER_CONTEXT_INFO@WSManHttpListener@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA_NAEBVStringKeyStore@@AEBQEAVExpiredOperationIdRecord@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA_NAEBVStringKeyStore@@AEBQEAVServerFullDuplexChannel@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAA_NAEBW4WSManSessionOption@@AEBQEAVOptionValue@SessionOptions@Client@WSMan@@AEAVIRequestContext@@@Z +?Add@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA_NAEB_KAEBQEAVSendPacketArgs@RobustConnectionBuffer@@AEAVIRequestContext@@@Z +?Add@?$SafeSet@PEAVCCertMapping@@@@QEAA_NAEBQEAVCCertMapping@@AEAVIRequestContext@@@Z +?Add@?$SafeSet@PEAVCListenerOperation@@@@QEAA_NAEBQEAVCListenerOperation@@AEAVIRequestContext@@@Z +?Add@?$SafeSet@PEAVCShellUriSettings@@@@QEAA_NAEBQEAVCShellUriSettings@@AEAVIRequestContext@@@Z +?Add@?$SafeSet@PEAX@@QEAA_NAEBQEAXAEAVIRequestContext@@@Z +?Add@?$SafeSet@VStringKeyCI@@@@QEAA_NAEBVStringKeyCI@@AEAVIRequestContext@@@Z +?AddDefaultPlugins@ConfigUpdate@@SAHPEAVIRequestContext@@H@Z +?AddKey@CWSManResourceNoResourceUri@@QEAAHPEBG0PEAVIRequestContext@@@Z +?AddMessage@CRequestContext@@AEAAHPEBGPEAPEAD1@Z +?AddOption@CWSManResourceNoResourceUri@@QEAAHPEBG0HPEAVIRequestContext@@@Z +?AddOptionSet@CWSManResourceNoResourceUri@@QEAAHPEAU_WSMAN_OPTION_SET@@PEAVIRequestContext@@@Z +?AddPacket@PacketParser@@QEAA_NPEAVPacket@@_N11@Z +?AddRef@CWSManSecurityUI@@UEAAKXZ +?AddRef@ILifeTimeMgmt@@UEAAJXZ +?AddRef@UserRecord@@QEAA_NAEAVIRequestContext@@@Z +?AddSource@CBaseConfigCache@@IEAAHPEAVIRequestContext@@PEAVCConfigChangeSource@@@Z +?AddToMap@CBaseConfigCache@@AEAAHPEAVIRequestContext@@AEAVAutoLocalFree@@@Z +?Alloc@WSManMemory@@SAPEAX_KHW4_NitsFaultMode@@@Z +?AllocBstr@WSManMemory@@SAPEAGPEBGHH@Z +?AllocBstrLen@WSManMemory@@SAPEAGPEBGIHH@Z +?AllocCache@CClientConfigCache@@CAPEAVCBaseConfigCache@@XZ +?AllocCache@CServiceConfigCache@@CAPEAVCBaseConfigCache@@XZ +?AllocCache@CWinRSPluginConfigCache@@CAPEAVCBaseConfigCache@@XZ +?AllocSysString@TSTRBUFFER@@QEBAJPEAPEAG@Z +?AllowBasic@CCommonConfigSettings@@UEBAHXZ +?AllowClientCertificate@CCommonConfigSettings@@UEBAHXZ +?AllowCredSsp@CCommonConfigSettings@@UEBAHXZ +?AllowKerberos@CCommonConfigSettings@@UEBAHXZ +?AllowNegotiate@CCommonConfigSettings@@UEBAHXZ +?AllowUnencrypted@CCommonConfigSettings@@UEBAHXZ +?Append@SBUFFER@@QEAAJPEAEI@Z +?Append@SBUFFER@@QEAAJPEAV1@@Z +?Append@TSTRBUFFER@@QEAAJPEBG@Z +?Append@TSTRBUFFER@@QEAAJPEBGII@Z +?AppendChar@TSTRBUFFER@@QEAAJG@Z +?AppendEscapeXmlAttribute@TSTRBUFFER@@QEAAJPEBGG@Z +?AppendEscapeXmlContent@TSTRBUFFER@@QEAAJPEBG_N@Z +?AppendXmlElem@TSTRBUFFER@@QEAAJPEBG0HKPEAU_XML_ATTRIB@@@Z +?AppendXmlElemWithNamespace@TSTRBUFFER@@QEAAJPEBG00HKPEAU_XML_ATTRIB@@@Z +?AppendXmlElemWithNamespaceAndPrefix@TSTRBUFFER@@QEAAJPEBG000HKPEAU_XML_ATTRIB@@@Z +?AppendXmlElemWithPrefix@TSTRBUFFER@@QEAAJPEBG00HKPEAU_XML_ATTRIB@@@Z +?AppendXmlEndElem@TSTRBUFFER@@QEAAJPEBG@Z +?AppendXmlEndElemWithPrefix@TSTRBUFFER@@QEAAJPEBG0@Z +?AppendXmlEndFragment@TSTRBUFFER@@QEAAJXZ +?AppendXmlEndItem@TSTRBUFFER@@QEAAJXZ +?AppendXmlStartElem@TSTRBUFFER@@QEAAJPEBGHKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespace@TSTRBUFFER@@QEAAJPEBG0HKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespaceAndPrefix@TSTRBUFFER@@QEAAJPEBG00HKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespaces@TSTRBUFFER@@QEAAJPEBGKPEAU_XML_NAMESPACE_PREFIX@@HKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespacesAndPrefixes@TSTRBUFFER@@QEAAJPEBG0KPEAU_XML_NAMESPACE_PREFIX@@HKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithPrefix@TSTRBUFFER@@QEAAJPEBG0HKPEAU_XML_ATTRIB@@@Z +?AppendXmlStartFragment@TSTRBUFFER@@QEAAJXZ +?AppendXmlStartItem@TSTRBUFFER@@QEAAJXZ +?ApplyQuota@UserRecord@@QEAA_NW4OperationType@@AEAVIRequestContext@@PEBVProvider@Catalog@@PEAVCServiceConfigSettings@@@Z +?ApplySecurity@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEAUHKEY__@@PEBG2@Z +?AsReference@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAAEAV1@XZ +?AsReference@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAAAEAV1@XZ +?AuthzComplete@UserRecord@@UEAAKPEAX0W4AdministratorType@UserAuthzRecord@@KPEBG@Z +?BOMS@PacketFormatter@@0QBUBOMInfo@1@B DATA +?BeginRevertToSelf@CSecurity@@SAHPEAPEAXK@Z +?BuildFragmentTransfer@CWSManResourceNoResourceUri@@UEAAHAEAVBufferFormatter@@@Z +?BuildOptionSet@CWSManResourceNoResourceUri@@QEAAHAEAVBufferFormatter@@@Z +?BuildSelectorSet@CWSManEPR@@UEAAHAEAVBufferFormatter@@@Z +?BuildSelectorSet@CWSManResourceNoResourceUri@@UEAAHAEAVBufferFormatter@@@Z +?CHARSETS@PacketFormatter@@0QBUCharsetInfo@1@B DATA +?ChangeLogging@CServiceConfigCache@@QEAAXW4ErrorLogging@@@Z +?CheckSharedSSLConfiguration@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG1HPEAH@Z +?Clear@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEAAXXZ +?Clear@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAXXZ +?Clear@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAAXXZ +?Clear@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAXXZ +?ClearKeys@CWSManResourceNoResourceUri@@QEAAHXZ +?ClearOptions@CWSManResourceNoResourceUri@@QEAAHXZ +?ClearRegistryKeys@ConfigRegistry@@IEAAHPEAVIRequestContext@@@Z +?ClearSubKeys@@YAHPEAUHKEY__@@PEAVIRequestContext@@@Z +?CompleteWithErrorContext@CRequestContext@@QEAAXPEAU_WSMAN_PLUGIN_REQUEST@@@Z +?Confirm@ExtendedSemantic@@2KB DATA +?Copy@TSTRBUFFER@@QEAAJPEBG@Z +?CopyString@@YAPEAGPEAVIRequestContext@@W4CallSiteId@@PEBG@Z +?CopyString@@YAPEAGPEBGAEBHAEAVIRequestContext@@@Z +?CopyString@MessageId@PacketParser@@QEAAKPEBGH@Z +?CopyTo@CErrorContext@@UEBAXPEAVIRequestContext@@@Z +?CopyTo@CRequestContext@@UEBAXPEAVIRequestContext@@@Z +?CreateActivityId@EventHandler@WSMan@@SAXAEAU_GUID@@@Z +?CreateAnEvent@SoapSemanticConverter@@QEAAKKPEAVSemanticMessage@@AEAVBufferFormatter@@PEAVIRequestContext@@@Z +?CreateAutoConfiguredListener@CConfigManager@@AEAAHPEAVIRequestContext@@PEAVLISTENER_IDENTITY@@@Z +?CreateInstance@?$ILoader@VAdminSid@CSecurity@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VEventHandler@WSMan@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VInteractiveSid@CSecurity@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VIpHlpApiDllLoader@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VMachineName@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VNetworkServiceSid@CSecurity@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VNtDsApiDllLoader@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VResources@Locale@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VShell32DllLoader@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VShlWApiDllLoader@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VSubscriptionManager@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VUser32DllLoader@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VWSManMemCryptManager@@@@IEAA_NAEAVIRequestContext@@@Z +?CreateKey@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBGPEAPEAUHKEY__@@1KPEAK@Z +?CreateNew@CBaseConfigCache@@CAPEAV1@PEAVIRequestContext@@PEAVCConfigCacheMap@1@P6APEAV1@XZW4ErrorLogging@@H@Z +?CreateProvHost@@YAPEAXPEAUHWND__@@PEAK1PEAJ@Z +?CreateRenderingInformation@CWSManSecurityUI@@AEAAHPEAVIRequestContext@@@Z +?CreateResponse@SoapSemanticConverter@@QEAAKKW4_MI_OperationCallback_ResponseType@@AEAVBufferFormatter@@PEAVIRequestContext@@@Z +?CreateSessionGuid@SessionId@PacketParser@@QEAAKPEBGH@Z +?Data@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@IEBAAEAV?$STLMap@PEAVCCertMapping@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@IEBAAEAV?$STLMap@PEAVCListenerOperation@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@IEBAAEAV?$STLMap@PEAVCShellUriSettings@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PEAXUEmpty@@@@IEBAAEAV?$STLMap@PEAXUEmpty@@@@XZ +?Data@?$SafeMap_Iterator@UPluginKey@@K@@IEBAAEAV?$STLMap@UPluginKey@@K@@XZ +?Data@?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@IEBAAEAV?$STLMap@UUserKey@@PEAVBlockedRecord@@@@XZ +?Data@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@IEBAAEAV?$STLMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@XZ +?Data@?$SafeMap_Iterator@VKey@Locale@@K@@IEBAAEAV?$STLMap@VKey@Locale@@K@@XZ +?Data@?$SafeMap_Iterator@VStringKeyCI@@K@@IEBAAEAV?$STLMap@VStringKeyCI@@K@@XZ +?Data@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@IEBAAEAV?$STLMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@XZ +?Data@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@IEBAAEAV?$STLMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@XZ +?Data@?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@IEBAAEAV?$STLMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@XZ +?Data@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@IEBAAEAV?$STLMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +?Data@?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@IEBAAEAV?$STLMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@XZ +?DeInitialize@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@PEAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerEvents@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@PEAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerSourceSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@PEAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PEAVIISEndpoint@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@UEAA_NAEAVIRequestContext@@@Z +?DeInitialize@CWSManGroupPolicyManager@@AEAAHXZ +?DeInitialize@EventHandler@WSMan@@QEAA_NAEAVIRequestContext@@@Z +?Debug@ExtendedSemantic@@2KB DATA +?Decode@PacketFormatter@@QEBAKPEAPEAVPacket@@_N@Z +?DecodeFaultObject@CRequestContext@@AEAAKPEAU_FWXML_ELEMENT@@AEAPEBG11@Z +?DecodeFaultObject@CRequestContext@@AEAAKPEBGKAEAPEBG11@Z +?DecodeFaultObjectProvider@CRequestContext@@AEAAKPEAU_FWXML_ELEMENT@@AEAPEBG1@Z +?DecodeFaultObjectProviderMessage@CRequestContext@@AEAAKPEAU_FWXML_ELEMENT@@AEAPEBG@Z +?DecodeFaultReason@CRequestContext@@AEAAKPEAU_FWXML_ELEMENT@@AEAPEBG@Z +?DecreaseProfileCount@UserRecord@@QEAAXXZ +?DeleteConfigKey@ConfigRegistry@@KAHPEAVIRequestContext@@PEBG1H@Z +?DeleteCredentialsFromCredmanStore@CConfigManager@@SAHPEAVIRequestContext@@PEAG@Z +?DeleteKey@@YAHPEAVIRequestContext@@PEBG1@Z +?DeleteKey@ConfigRegistry@@KAHPEAVIRequestContext@@PEBGH@Z +?DeleteSubkeys@ConfigRegistry@@KAHPEAVIRequestContext@@PEAUHKEY__@@PEBGHH@Z +?DeleteValues@ConfigRegistry@@KAHPEAVIRequestContext@@PEAUHKEY__@@@Z +?Detach@?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAAPEAGXZ +?Detach@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@QEAAPEAUIPRange@CWSManIPFilter@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@QEAAPEAU_WSMAN_STREAM_ID_SET@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@QEAAPEAV?$Handle@VISubscription@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@QEAAPEAV?$SafeSet@PEAVCCertMapping@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@QEAAPEAV?$SafeSet@PEAVCShellUriSettings@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@QEAAPEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@QEAAPEAVAdminSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@QEAAPEAVBlockedRecord@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@QEAAPEAVCCertMapping@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@QEAAPEAVCListenerSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@QEAAPEAVCServiceWatcher@CServiceConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@QEAAPEAVCShellUriSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@QEAAPEAVCWSManResource@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@QEAAPEAVCertHash@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@QEAAPEAVConfigUpdate@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@QEAAPEAVEventHandler@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@QEAAPEAVExpiredOperationIdRecord@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAAPEAVIQueryDASHSMASHInterface@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAAPEAVISpecification@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@QEAAPEAVInteractiveSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@QEAAPEAVIpHlpApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@QEAAPEAVMachineName@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@QEAAPEAVNetworkServiceSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@QEAAPEAVNtDsApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAPEAVOptionValue@SessionOptions@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@QEAAPEAVResources@Locale@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@QEAAPEAVSecurityEntry@Catalog@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@QEAAPEAVServiceSoapProcessor@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@QEAAPEAVShell32DllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@QEAAPEAVShlWApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@QEAAPEAVSubscriptionManager@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAAPEAVTSTRBUFFER@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@QEAAPEAVUser32DllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@QEAAPEAVWSManMemCryptManager@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAAPEAVWmiEnumContext@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAAPEAVXmlReader@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAAPEBGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@QEAAPEADXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAAPEAEXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAAPEAGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAAPEAPEAGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAAPEAPEBGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAPEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAAPEAU_WINRS_RUN_COMMAND_ARG@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@QEAAPEAU_WSMAN_OPTION@@XZ +?Detach@?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAAPEAEXZ +?Detach@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAAPEAVPacket@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAAPEAUIClientSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAAPEAUIEnumWbemClassObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAAPEAUIErrorInfo@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAAPEAUIUnknown@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAAPEAUIWbemClassObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAAPEAUIWbemContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAAPEAUIWbemLocator@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAAPEAUIWbemObjectTextSrc@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAAPEAUIWbemPath@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAAPEAUIWbemPathKeyList@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAAPEAUIWbemQualifierSet@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAAPEAUIWbemQuery@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAAPEAUIWbemServices@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@QEAAPEAVApplication@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@QEAAPEAVCBaseConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@QEAAPEAVCClientConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@QEAAPEAVCCommonConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@QEAAPEAVCConfigManager@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@QEAAPEAVCRemoteSession@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@QEAAPEAVCRequestContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@QEAAPEAVCServiceConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAVCWSManEPR@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@QEAAPEAVCWSManGroupPolicyCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@QEAAPEAVCWSManGroupPolicyManager@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@QEAAPEAVCWSManObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAAPEAVCWinRSPluginConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@QEAAPEAVCWinRSPluginConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAAPEAVCommand@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAVEnumSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAVGeneralSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@QEAAPEAVIPCSoapProcessor@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAAPEAVIRequestContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAAPEAVReceiveOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAAPEAVSendOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAAPEAVShell@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAAPEAVSignalOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAAPEAGXZ +?Detach@?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAAPEBU_CERT_CONTEXT@@XZ +?Detach@?$AutoCleanup@VAutoHandle@@PEAX@@QEAAPEAXXZ +?Detach@?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAAPEAXXZ +?Detach@?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAAPEAXXZ +?Detach@?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAAPEAU_MI_Class@@XZ +?Detach@?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAAPEAU_MI_Instance@@XZ +?Detach@?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAAPEAUHKEY__@@XZ +?Detach@?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAAPEAXXZ +?Detach@?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAAPEAXXZ +?Detach@BufferFormatter@@QEAAPEAEXZ +?Discard@CServiceWatcher@CServiceConfigCache@@QEAAXXZ +?DoOnChange@CBaseConfigCache@@IEAAXW4ConfigChangeSources@@KW4ConfigChangeSeverityType@@@Z +?DoesThreadOwnLock@CWSManCriticalSection@@QEAAHXZ +?Down@?$LoaderSerializer@VSubscriptionManager@@$01@@AEAAJXZ +?DropData@CircularBufferFormatter@@QEAAXK@Z +?DuplicateCurrentToken@CSecurity@@SAHPEAPEAXKPEAU_SECURITY_ATTRIBUTES@@W4_SECURITY_IMPERSONATION_LEVEL@@W4_TOKEN_TYPE@@H@Z +?EnableAllPrivileges@@YAHPEAPEAE@Z +?Encode@PacketFormatter@@QEBAKPEAPEAVPacket@@@Z +?Encode@PacketFormatter@@QEBAKPEBGKPEAEKPEAPEAEPEAK_N@Z +?EndOfStream@PacketParser@@QEAAXK@Z +?EndRevertToSelf@CSecurity@@SAHPEAX@Z +?EnsureActivityIdOnThread@EventHandler@WSMan@@SAXXZ +?EnsureNoActiveCaches@CClientConfigCache@@SAXXZ +?EnsureNoActiveCaches@CServiceConfigCache@@SAXXZ +?Error@EventLog@@SAXK@Z +?Error@EventLog@@SAXKGPEAPEBG@Z +?Error@EventLog@@SAXKPEBG@Z +?ErrorAction@ExtendedSemantic@@2KB DATA +?EventEnabled@EventHandler@WSMan@@AEAA_NAEBU_EVENT_DESCRIPTOR@@@Z +?EventProviderEnabled@EventHandler@WSMan@@AEAA_NXZ +?EventWrite@EventHandler@WSMan@@AEAAXAEBU_EVENT_DESCRIPTOR@@KPEAU_EVENT_DATA_DESCRIPTOR@@@Z +?ExtractContextId@PacketParser@@QEAAHPEAPEBGKPEBG@Z +?ExtractShellId@PacketParser@@QEAAHPEAVCRequestContext@@PEAGK@Z +?ExtractSidFromToken@CSecurity@@SAHPEAVIRequestContext@@PEAXAEAVAutoLocalFree@@@Z +?FindExisting@CBaseConfigCache@@CAPEAV1@PEAVCConfigCacheMap@1@PEBGW4ErrorLogging@@@Z +?FindMatch@CResourceAlias@@AEAAPEAU_ALIAS_INFORMATION@@PEBG@Z +?First@TSTRBUFFER@@QEBAPEBGXZ +?Format@Locale@@AEBA_NKPEAPEADPEAPEAXPEAGKGW4CallSiteId@@@Z +?FormatDataDescriptor@EventHandler@WSMan@@SAXAEAU_EVENT_DATA_DESCRIPTOR@@AEAG@Z +?FormatDataDescriptor@EventHandler@WSMan@@SAXAEAU_EVENT_DATA_DESCRIPTOR@@AEAJ@Z +?FormatDataDescriptor@EventHandler@WSMan@@SAXAEAU_EVENT_DATA_DESCRIPTOR@@AEAK@Z +?FormatDataDescriptor@EventHandler@WSMan@@SAXAEAU_EVENT_DATA_DESCRIPTOR@@PEBD@Z +?FormatDataDescriptor@EventHandler@WSMan@@SAXAEAU_EVENT_DATA_DESCRIPTOR@@PEBG@Z +?FormatWithFallback@Locale@@AEBA_NKPEAPEAD0PEAPEAXPEAGK@Z +?Free@WSManMemory@@SAXPEAXH@Z +?FreeBstr@WSManMemory@@SAXPEAGHH@Z +?FreeInstance@?$ILoader@VAdminSid@CSecurity@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VEventHandler@WSMan@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VInteractiveSid@CSecurity@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VIpHlpApiDllLoader@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VMachineName@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VNetworkServiceSid@CSecurity@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VNtDsApiDllLoader@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VResources@Locale@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VShell32DllLoader@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VShlWApiDllLoader@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VSubscriptionManager@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VUser32DllLoader@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VWSManMemCryptManager@@@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeInstance@?$LoaderSerializer@VSubscriptionManager@@$01@@QEAA_NAEAVIRequestContext@@_N@Z +?FreeMemory@RBUFFER@@QEAAXXZ +?FreeMemory@SBUFFER@@QEAAXXZ +?FreePacket@PacketParser@@QEAAXXZ +?FreeXmlStructure@PacketParser@@QEAAXXZ +?GenerateTransferId@EventHandler@WSMan@@SAXAEBU_EVENT_DESCRIPTOR@@PEBU_GUID@@1@Z +?GenerateTransferIdImp@EventHandler@WSMan@@AEAAXAEBU_EVENT_DESCRIPTOR@@PEBU_GUID@@1@Z +?GetAccessRights@CWSManSecurityUI@@UEAAJPEBU_GUID@@KPEAPEAU_SI_ACCESS@@PEAK2@Z +?GetAction@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetActionType@SoapSemanticConverter@@AEAA_NPEBGPEAW4_MI_OperationCallback_ResponseType@@PEAW4_MI_CallbackMode@@PEAVIRequestContext@@@Z +?GetActivityIdOnCurrentThread@EventHandler@WSMan@@SAXAEAU_GUID@@@Z +?GetBaseUri@CWSManResource@@QEAAPEBGXZ +?GetBomIndex@PacketFormatter@@QEBA?AW4Charset@1@XZ +?GetBookmarkXml@PacketParser@@QEAAAEBV?$PacketElement@PEAU_FWXML_ELEMENT@@@1@XZ +?GetBool@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@PEAHPEAW4WSManConfigSource@@@Z +?GetBool@CWSManGroupPolicyManager@@QEAAHPEAVIRequestContext@@W4WSManGroupPolicySetting@@PEAHPEAW4WSManGroupPolicySettingState@@@Z +?GetBuffer@BufferFormatter@@UEAAPEAEXZ +?GetBuffer@BufferFormatter@@UEBAPEBEXZ +?GetBuffer@CircularBufferFormatter@@UEAAPEAEXZ +?GetBuffer@CircularBufferFormatter@@UEBAPEBEXZ +?GetBuffer@XmlReader@@QEAAPEBGXZ +?GetBufferLength@PacketParser@@UEAAKXZ +?GetBufferPtr@PacketParser@@UEAAPEAPEAGXZ +?GetBufferSize@BufferFormatter@@QEBAKXZ +?GetCacheCount@CClientConfigCache@@SAKXZ +?GetCacheCount@CServiceConfigCache@@SAKXZ +?GetCalculationSize@BufferFormatter@@UEBAK_N@Z +?GetCalculationSize@CircularBufferFormatter@@UEBAK_N@Z +?GetCharInUse@TSTRBUFFER@@QEBAIXZ +?GetCharset@PacketFormatter@@QEBA?AW4Charset@1@XZ +?GetCharsetLen@PacketFormatter@@QEBAKXZ +?GetCharsetName@PacketFormatter@@QEBAPEBDXZ +?GetChildCount@ChildLifeTimeManager@@QEBAJXZ +?GetConfigCache@CBaseConfigCache@@KAPEAV1@PEAVIRequestContext@@W4ErrorLogging@@P6APEAV1@XZPEAVFastLock@@AEAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@H@Z +?GetConfigCache@CClientConfigCache@@SAPEAV1@PEAVIRequestContext@@H@Z +?GetConfigCache@CServiceConfigCache@@SAPEAV1@PEAVIRequestContext@@W4ErrorLogging@@H@Z +?GetConfigCache@CWinRSPluginConfigCache@@SAPEAV1@PEAVIRequestContext@@W4ErrorLogging@@H@Z +?GetConfigManager@CConfigManager@@SAPEAV1@XZ +?GetConfigManagerForCertMapping@CConfigManager@@SAPEAV1@PEAVCERTMAPPING_IDENTITY@@PEAVIRequestContext@@@Z +?GetConfigManagerForListener@CConfigManager@@SAPEAV1@PEAVLISTENER_IDENTITY@@PEAVIRequestContext@@@Z +?GetConfigManagerForShellUri@CConfigManager@@SAPEAV1@PEAVSHELLURI_IDENTITY@@PEAVIRequestContext@@@Z +?GetConfigManagerForTable@CConfigManager@@SAPEAV1@PEAVWSMANCONFIGTABLE_IDENTITY@@PEAVIRequestContext@@@Z +?GetConfigXml@CConfigManager@@QEAAHPEAVIRequestContext@@PEAPEBGPEAPEAVXmlReader@@PEAH@Z +?GetCorrelationId@PacketParser@@QEAAAEAU_GUID@@XZ +?GetCurrentCertMappingIdentity@CConfigManager@@QEAAHPEAVCERTMAPPING_IDENTITY@@PEAVIRequestContext@@@Z +?GetCurrentListenerIdentity@CConfigManager@@QEAAHPEAVLISTENER_IDENTITY@@PEAVIRequestContext@@@Z +?GetCurrentSettings@CBaseConfigCache@@IEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@@Z +?GetCurrentSettings@CClientConfigCache@@QEAAPEAVCClientConfigSettings@@PEAVIRequestContext@@@Z +?GetCurrentSettings@CServiceConfigCache@@QEAAPEAVCServiceConfigSettings@@PEAVIRequestContext@@@Z +?GetCurrentSettings@CWinRSPluginConfigCache@@QEAAPEAVCWinRSPluginConfigSettings@@PEAVIRequestContext@@@Z +?GetCurrentShellUriIdentity@CConfigManager@@QEAAHPEAVSHELLURI_IDENTITY@@PEAVIRequestContext@@@Z +?GetCurrentTableIdentity@CConfigManager@@QEAAHPEAVWSMANCONFIGTABLE_IDENTITY@@PEAVIRequestContext@@@Z +?GetDataLocale@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetDataLocaleHelper@PacketParser@@QEAAAEAVLocale@@XZ +?GetDescriptionElement@SoapSemanticConverter@@QEAAPEAU_FWXML_ELEMENT@@PEAU2@PEAVIRequestContext@@@Z +?GetDestructorIter@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@QEAAAEAV?$SafeSet_Iterator@PEAVCCertMapping@@@@XZ +?GetDestructorIter@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@QEAAAEAV?$SafeSet_Iterator@PEAVCShellUriSettings@@@@XZ +?GetDestructorIter@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAAAEAV?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@XZ +?GetDestructorIter@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAAEAV?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@XZ +?GetDestructorIter@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAAEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +?GetDialect@Fragment@PacketParser@@QEBAPEBGXZ +?GetError@BufferFormatter@@QEBAKXZ +?GetErrorCode@CErrorContext@@UEBAKXZ +?GetEventType@SoapSemanticConverter@@AEAAKPEBGPEAVIRequestContext@@@Z +?GetEventTypeAndResponseElement@SoapSemanticConverter@@AEAAPEAU_FWXML_ELEMENT@@PEAU2@PEAKPEAVIRequestContext@@@Z +?GetExtendedErrorString@CErrorContext@@UEAAPEAGXZ +?GetExtendedErrorString@CRequestContext@@UEAAPEAGXZ +?GetFaultToXml@PacketParser@@QEBAAEBVReferenceParameters@1@XZ +?GetFaultXML@CErrorContext@@UEBAPEBGXZ +?GetFaultXML@CRequestContext@@UEBAPEBGXZ +?GetFaultXMLPrivate@CRequestContext@@AEAAXPEAPEAD0KHKKPEBG11@Z +?GetFirstConfigManagerForCertMapping@CConfigManager@@SAPEAV1@PEBG@Z +?GetFirstConfigManagerForListener@CConfigManager@@SAPEAV1@PEBG@Z +?GetFirstConfigManagerForShellUri@CConfigManager@@SAPEAV1@PEBG@Z +?GetFirstConfigManagerForTable@CConfigManager@@SAPEAV1@W4WSMANTableConfigType@@PEBG@Z +?GetFormat@PacketFormatter@@QEBA?AW4Charset@1@XZ +?GetFormatterMode@BufferFormatter@@QEAA?AW4Charset@PacketFormatter@@XZ +?GetFragment@PacketParser@@QEBAAEBVFragment@1@XZ +?GetFragmentDialect@CWSManResourceNoResourceUri@@QEAAPEBGXZ +?GetFragmentPath@CWSManResourceNoResourceUri@@QEAAPEBGXZ +?GetGroupPolicyManager@CWSManGroupPolicyManager@@SAPEAV1@PEAVIRequestContext@@PEBG@Z +?GetHeap@WSManMemory@@SAPEAXXZ +?GetIISConfiguration@CConfigManager@@SAHPEAVIRequestContext@@PEBGPEAPEAVXmlReader@@@Z +?GetImpersonationToken@UserRecord@@QEAAPEAXXZ +?GetInheritTypes@CWSManSecurityUI@@UEAAJPEAPEAU_SI_INHERIT_TYPE@@PEAK@Z +?GetInitError@CWSManCriticalSection@@QEBAKXZ +?GetInstance@?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QEAAPEAVAdminSid@CSecurity@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VEventHandler@WSMan@@$00@@QEAAPEAVEventHandler@WSMan@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QEAAPEAVInteractiveSid@CSecurity@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QEAAPEAVIpHlpApiDllLoader@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VMachineName@@$00@@QEAAPEAVMachineName@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QEAAPEAVNetworkServiceSid@CSecurity@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QEAAPEAVNtDsApiDllLoader@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VResources@Locale@@$0A@@@QEAAPEAVResources@Locale@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VShell32DllLoader@@$00@@QEAAPEAVShell32DllLoader@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VShlWApiDllLoader@@$00@@QEAAPEAVShlWApiDllLoader@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VSubscriptionManager@@$01@@QEAAPEAVSubscriptionManager@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VUser32DllLoader@@$00@@QEAAPEAVUser32DllLoader@@AEAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VWSManMemCryptManager@@$00@@QEAAPEAVWSManMemCryptManager@@AEAVIRequestContext@@@Z +?GetInt@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@PEAKPEAW4WSManConfigSource@@@Z +?GetInt@CWSManGroupPolicyManager@@QEAAHPEAVIRequestContext@@W4WSManGroupPolicySetting@@PEAKPEAW4WSManGroupPolicySettingState@@@Z +?GetKey@UserRecord@@QEBA?AUUserKey@@XZ +?GetKeyCount@CWSManResourceNoResourceUri@@QEAAKXZ +?GetKeyValue@CWSManResourceNoResourceUri@@QEAAPEBGPEBG@Z +?GetKeys@CWSManResourceNoResourceUri@@QEAAPEAU_WSMAN_KEY@@XZ +?GetLCID@Locale@@QEAAKXZ +?GetLength@XmlReader@@QEAA_KXZ +?GetLocale@CRequestContext@@QEAAAEAVLocale@@XZ +?GetLocale@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetLocaleHelper@PacketParser@@QEAAAEAVLocale@@XZ +?GetLocaleString@CRequestContext@@QEAAPEBGXZ +?GetLocator@CWSManResource@@QEAAPEAU_WSMAN_RESOURCE_LOCATOR@@XZ +?GetMachineId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetMap@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@QEBAAEAV?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@QEBAAEAV?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@QEBAAEAV?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@QEBAAEAV?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@QEBAAEAV?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PEAXUEmpty@@@@QEBAAEAV?$SafeMap@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@UPluginKey@@K@@QEBAAEAV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@QEBAAEAV?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEBAAEAV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@QEBAAEAV?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VKey@Locale@@K@@QEBAAEAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@K@@QEBAAEAV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QEBAAEAV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEBAAEAV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEBAAEAV?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@QEBAAEAV?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@XZ +?GetMap@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEBAAEAV?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?GetMap@?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@QEBAAEAV?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@QEBAAEBV?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@QEBAAEBV?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@QEBAAEBV?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@QEBAAEBV?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@QEBAAEBV?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@QEBAAEBV?$SafeMap@PEAXUEmpty@@V?$SafeMap_Iterator@PEAXUEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEBAAEBV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@XZ +?GetMap@?$SafeMap_Lock@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEBAAEBV?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@XZ +?GetMap@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEBAAEBV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@XZ +?GetMap@?$SafeMap_Lock@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@QEBAAEBV?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@XZ +?GetMap@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QEBAAEBV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEBAAEBV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QEBAAEBV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEBAAEBV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEBAAEBV?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEBAAEBV?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@XZ +?GetMap@?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEBAAEBV?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?GetMap@?$SafeMap_Lock@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEBAAEBV?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@XZ +?GetMaxBatchItems@CCommonConfigSettings@@UEAAKXZ +?GetMaxBatchSize@CCommonConfigSettings@@UEAAKXZ +?GetMaxEnvelopeSize@CCommonConfigSettings@@UEAAKXZ +?GetMaxEnvelopeSize@PacketParser@@QEBAAEBV?$PacketElement@K@1@XZ +?GetMaxTimeOut@CCommonConfigSettings@@UEAAKXZ +?GetMessageAlloc@Locale@@QEBAPEBGAEAVAutoLocalFree@@KZZ +?GetMessageEmpty@Locale@@QEBAPEBGAEAVAutoLocalFree@@K@Z +?GetMessageId@CErrorContext@@UEBAKXZ +?GetMessageId@CRequestContext@@UEBAKXZ +?GetMessageId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetMessageW@Locale@@QEBA_NKPEAPEAD0PEAGK@Z +?GetMinBatchItems@CCommonConfigSettings@@UEAAKXZ +?GetMinBatchSize@CCommonConfigSettings@@UEAAKXZ +?GetMinBatchTimeout@CCommonConfigSettings@@UEAAKXZ +?GetMinEnvelopeSize@CCommonConfigSettings@@UEAAKXZ +?GetMinTimeOut@CCommonConfigSettings@@UEAAKXZ +?GetNamespacePrefix@NotUnderstandSoapHeader@PacketParser@@QEBAPEBGXZ +?GetNamespaceUrl@NotUnderstandSoapHeader@PacketParser@@QEBAPEBGXZ +?GetNewStorage@RBUFFER@@IEAAHI@Z +?GetNotUnderstandHeader@PacketParser@@QEBAAEBVNotUnderstandSoapHeader@1@XZ +?GetObjectInformation@CWSManSecurityUI@@UEAAJPEAU_SI_OBJECT_INFO@@@Z +?GetObjectW@?$ILoader@VAdminSid@CSecurity@@@@IEBAPEAVAdminSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VEventHandler@WSMan@@@@IEBAPEAVEventHandler@WSMan@@XZ +?GetObjectW@?$ILoader@VInteractiveSid@CSecurity@@@@IEBAPEAVInteractiveSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VIpHlpApiDllLoader@@@@IEBAPEAVIpHlpApiDllLoader@@XZ +?GetObjectW@?$ILoader@VMachineName@@@@IEBAPEAVMachineName@@XZ +?GetObjectW@?$ILoader@VNetworkServiceSid@CSecurity@@@@IEBAPEAVNetworkServiceSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VNtDsApiDllLoader@@@@IEBAPEAVNtDsApiDllLoader@@XZ +?GetObjectW@?$ILoader@VResources@Locale@@@@IEBAPEAVResources@Locale@@XZ +?GetObjectW@?$ILoader@VShell32DllLoader@@@@IEBAPEAVShell32DllLoader@@XZ +?GetObjectW@?$ILoader@VShlWApiDllLoader@@@@IEBAPEAVShlWApiDllLoader@@XZ +?GetObjectW@?$ILoader@VSubscriptionManager@@@@IEBAPEAVSubscriptionManager@@XZ +?GetObjectW@?$ILoader@VUser32DllLoader@@@@IEBAPEAVUser32DllLoader@@XZ +?GetObjectW@?$ILoader@VWSManMemCryptManager@@@@IEBAPEAVWSManMemCryptManager@@XZ +?GetOperationId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetOptionCount@CWSManResourceNoResourceUri@@QEAAKXZ +?GetOptionTypes@CWSManResourceNoResourceUri@@QEAAPEAPEBGXZ +?GetOptionValue@CWSManResourceNoResourceUri@@QEAAPEBGPEBG@Z +?GetOptions@CWSManResourceNoResourceUri@@QEAAPEAU_WSMAN_OPTION@@XZ +?GetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QEAAHXZ +?GetOptionsSetXml@PacketParser@@QEAAAEBV?$PacketElement@PEAU_FWXML_ELEMENT@@@1@XZ +?GetOriginalUri@CWSManResource@@QEAAPEBGXZ +?GetPacket@PacketParser@@QEAAPEAVPacket@@XZ +?GetPacketPool@PacketParser@@QEAAAEAVPacketPool@@XZ +?GetParser@XmlReader@@QEAAPEAXXZ +?GetPath@Fragment@PacketParser@@QEBAPEBGXZ +?GetPolicyLocation@CWSManGroupPolicyManager@@AEAAPEBGPEBU_WSMAN_POLICY_INFO@@@Z +?GetPolicyValueForConfigSetting@CConfigManager@@AEAAJW4ConfigSetting@@KPEAGPEAKPEAW4WSManGroupPolicySettingState@@PEAVIRequestContext@@@Z +?GetPolicyValueForConfigSetting@CConfigManager@@AEAAJW4ConfigSetting@@PEAKPEAW4WSManGroupPolicySettingState@@PEAVIRequestContext@@@Z +?GetProfileCount@UserRecord@@QEAAJXZ +?GetProfileHandle@UserRecord@@QEAA_JXZ +?GetPromptType@SoapSemanticConverter@@AEAA_NPEBGPEAW4_MI_PromptType@@PEAVIRequestContext@@@Z +?GetQuotaRecord@UserRecord@@QEBAPEBVQuotaRecord@@XZ +?GetRefCount@ILifeTimeMgmt@@QEAAJXZ +?GetReferenceParameters@ReferenceParameters@PacketParser@@QEBAPEBGXZ +?GetReferenceProperties@ReferenceParameters@PacketParser@@QEBAPEBGXZ +?GetRemainderPacket@PacketParser@@QEAAPEAVPacket@@PEAVIRequestContext@@@Z +?GetReplyToXml@PacketParser@@QEBAAEBVReferenceParameters@1@XZ +?GetRequestedDataLocale@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetRequestedLocale@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetResourceUri@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetRoot@XmlReader@@QEAAPEAU_FWXML_ELEMENT@@XZ +?GetSecurity@CWSManSecurityUI@@UEAAJKPEAPEAXH@Z +?GetSecurityDescriptor@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@PEAPEAXPEAW4WSManConfigSource@@@Z +?GetSelectorSetXml@PacketParser@@QEAAAEBV?$PacketElement@PEAU_FWXML_ELEMENT@@@1@XZ +?GetSequenceId@PacketParser@@QEBAAEBV?$PacketElement@_K@1@XZ +?GetServiceCatalog@@YAPEAVCatalog@@XZ +?GetSessionId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetSessionIdGuid@PacketParser@@QEAAAEAU_GUID@@XZ +?GetSessionIdGuid@SessionId@PacketParser@@QEAAAEAU_GUID@@XZ +?GetSetting@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@KPEAGPEAKPEAW4WSManConfigSource@@@Z +?GetShellCompressionType@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetSid@CSecurity@@SAPEAXXZ +?GetSizeInUse@SBUFFER@@QEBAIXZ +?GetSoapBody@PacketParser@@QEAAPEAU_FWXML_ELEMENT@@XZ +?GetSoapHeaders@PacketParser@@QEAAPEAU_FWXML_ELEMENT@@XZ +?GetSourceSubscriptionId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetSpaceUsed@BufferFormatter@@UEBAK_N@Z +?GetSpaceUsed@CircularBufferFormatter@@UEBAK_N@Z +?GetStrPtr@TSTRBUFFER@@QEAAPEAGXZ +?GetString@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@KPEAGPEAKPEAW4WSManConfigSource@@@Z +?GetString@CWSManGroupPolicyManager@@QEAAHPEAVIRequestContext@@W4WSManGroupPolicySetting@@KPEAGPEAKPEAW4WSManGroupPolicySettingState@@@Z +?GetString@Locale@@QEAAPEBGXZ +?GetStringInternal@CConfigManager@@AEAAHPEAVIRequestContext@@W4ConfigSetting@@KKPEAGPEAKPEAW4WSManConfigSource@@@Z +?GetStringInternal@CWSManGroupPolicyManager@@AEAAHPEAVIRequestContext@@W4WSManGroupPolicySetting@@KKPEAGPEAKPEAW4WSManGroupPolicySettingState@@@Z +?GetSubscriptionId@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetSuccessCode@OnHTTPInitialize@@QEBAKXZ +?GetTimeout@PacketParser@@QEBAAEBV?$PacketElement@K@1@XZ +?GetTo@PacketParser@@QEBAAEBV?$PacketElement@PEBG@1@XZ +?GetToken@CSecurity@@SAPEAXXZ +?GetToken@UserRecord@@QEAAPEAXXZ +?GetUpdatedSDDL@CWSManSecurityUI@@QEAAPEAGPEAVIRequestContext@@@Z +?GetUri@CWSManResource@@QEAAPEBGXZ +?GetUserAdministratorType@UserRecord@@QEBA?AW4AdministratorType@UserAuthzRecord@@XZ +?GetUserNameW@UserRecord@@QEAAPEBGXZ +?GetValue@?$PacketElement@K@PacketParser@@QEBAKXZ +?GetValue@?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEBAPEAU_FWXML_ELEMENT@@XZ +?GetValue@?$PacketElement@PEBG@PacketParser@@QEBAPEBGXZ +?GetValue@?$PacketElement@_K@PacketParser@@QEBA_KXZ +?GetWsmanData@TSTRBUFFER@@QEAAXPEAU_WSMAN_DATA@@@Z +?GetXmlDoc@PacketParser@@QEAAPEAUFWXML_DOCUMENT@@XZ +?GrowBuffer@BufferFormatter@@UEAAKK@Z +?GrowBuffer@BufferFormatter@@UEAAKXZ +?GrowBuffer@CircularBufferFormatter@@UEAAKK@Z +?GrowBuffer@CircularBufferFormatter@@UEAAKXZ +?HandleAutoConfiguredListener@CConfigManager@@QEAAHPEAVIRequestContext@@PEAVLISTENER_IDENTITY@@@Z +?HandleMigration@@YAHPEAVWSManMigrationContext@@@Z +?HasFaultXML@CRequestContext@@QEBAHXZ +?HasHtmlError@CRequestContext@@AEBAHXZ +?HasOption@CWSManResourceNoResourceUri@@QEAAHPEBG@Z +?ImpersonateUserOrSelf@CSecurity@@SAHW4CallSiteId@@PEAX@Z +?IncreaseProfileCount@UserRecord@@QEAAXXZ +?Info@EventLog@@SAXK@Z +?Info@EventLog@@SAXKGPEAPEBG@Z +?Info@EventLog@@SAXKPEBG@Z +?Init@CBaseConfigCache@@IEAAHPEAVIRequestContext@@H@Z +?Init@CWSManSecurityUI@@QEAAHPEAG0PEAVIRequestContext@@@Z +?Init@ConfigRegistry@@IEAAHXZ +?Init@XmlReader@@QEAAHPEAVIRequestContext@@PEAUWSMAN_OBJECT@@@Z +?Init@XmlReader@@QEAAHPEAVIRequestContext@@PEBG@Z +?InitCfgMgr@CConfigManager@@AEAAHPEAVWSMANCONFIGTABLE_IDENTITY@@@Z +?InitCfgMgr@CConfigManager@@AEAAHPEAVWSMANCONFIGTABLE_IDENTITY@@PEAUHKEY__@@1@Z +?InitMap@CBaseConfigCache@@CAHPEAVIRequestContext@@AEAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@@Z +?Initialize@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@PEAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerEvents@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@PEAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerSourceSubscription@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@PEAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PEAVIISEndpoint@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@UEAA_NAEAVIRequestContext@@@Z +?Initialize@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@VStringKeyCI@@K@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAAAEAV1@XZ +?Initialize@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAAEAV1@XZ +?Initialize@CWSManGroupPolicyManager@@AEAAHPEAVIRequestContext@@PEBG@Z +?Initialize@EventHandler@WSMan@@QEAA_NAEAVIRequestContext@@@Z +?Initialize@UserRecord@@SAXAEAV1@AEBUInitializer@1@@Z +?InitializeSources@CBaseConfigCache@@IEAAHPEAVIRequestContext@@HH@Z +?InitializeSourcesHelper@CBaseConfigCache@@MEAAHPEAVIRequestContext@@H@Z +?InitializeSourcesHelper@CClientConfigCache@@EEAAHPEAVIRequestContext@@H@Z +?InsertAtPosition@TSTRBUFFER@@QEAAJPEBGI@Z +?InternalFailure@CErrorContext@@UEAAXKZZ +?InternalFailure@CRequestContext@@UEAAXKZZ +?InternalHResult@CErrorContext@@UEAAXKKZZ +?InternalHResult@CRequestContext@@UEAAXKKZZ +?InternalParse@CWSManEPR@@MEAAHPEAVIRequestContext@@@Z +?InternalParse@CWSManResource@@MEAAHPEAVIRequestContext@@@Z +?IsActive@ChildLifeTimeManager@@QEAA_NXZ +?IsAdmin@UserRecord@@QEBA_NXZ +?IsAutoListenerConfigurationOn@CConfigManager@@SAHPEAVIRequestContext@@PEAH@Z +?IsCIM_Error@CRequestContext@@QEAAHXZ +?IsCurrentListenerAutoConfigured@CConfigManager@@QEAAHPEAVIRequestContext@@PEAH@Z +?IsCurrentListenerCompat@CConfigManager@@QEBA_NXZ +?IsDynAlloced@RBUFFER@@IEBAHXZ +?IsEPR@CWSManEPR@@UEAAHXZ +?IsEPR@CWSManResourceNoResourceUri@@UEAAHXZ +?IsEmpty@?$ILoader@VAdminSid@CSecurity@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VEventHandler@WSMan@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VInteractiveSid@CSecurity@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VIpHlpApiDllLoader@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VMachineName@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VNetworkServiceSid@CSecurity@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VNtDsApiDllLoader@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VResources@Locale@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VShell32DllLoader@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VShlWApiDllLoader@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VSubscriptionManager@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VUser32DllLoader@@@@QEBA_NXZ +?IsEmpty@?$ILoader@VWSManMemCryptManager@@@@QEBA_NXZ +?IsEmpty@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEBA_NXZ +?IsEmpty@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEBA_NXZ +?IsEmpty@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEBA_NXZ +?IsEvent@SoapSemanticConverter@@QEAA_NPEAU_FWXML_ELEMENT@@@Z +?IsEventEnabled@EventHandler@WSMan@@SA_NAEBU_EVENT_DESCRIPTOR@@@Z +?IsEventProviderEnabled@EventHandler@WSMan@@SA_NXZ +?IsFound@?$PacketElement@K@PacketParser@@QEBAHXZ +?IsFound@?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEBAHXZ +?IsFound@?$PacketElement@PEBG@PacketParser@@QEBAHXZ +?IsFound@?$PacketElement@_K@PacketParser@@QEBAHXZ +?IsGeneratingError@CErrorContext@@UEBA_NXZ +?IsIdentifyPacket@PacketParser@@QEBAHXZ +?IsInCommitMode@BufferFormatter@@QEAA_NXZ +?IsInteractive@UserRecord@@QEBA_NXZ +?IsLocalSystemSid@CSecurity@@SAHPEAX@Z +?IsMustUnderstand@?$PacketElement@PEBG@PacketParser@@QEBAHXZ +?IsNonOperativePacket@PacketParser@@QEBAHXZ +?IsPolicyControlledSetting@CConfigManager@@QEAAHPEAVIRequestContext@@W4ConfigSetting@@PEAH@Z +?IsRobustConnectionPacket@PacketParser@@QEBAHXZ +?IsStreamingEvent@SoapSemanticConverter@@QEAA_NPEAU_FWXML_ELEMENT@@PEAVIRequestContext@@@Z +?IsStringNullOrEmpty@@YAHPEBG@Z +?IsValid@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEBA_NXZ +?IsValid@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QEBA_NXZ +?IsValid@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEBA_NXZ +?IsValid@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEBA_NXZ +?IsValid@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEBA_NXZ +?IsValid@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@PEAXUEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@UPluginKey@@K@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VKey@Locale@@K@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@PEAVListenerEvents@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@PEAVListenerSourceSubscription@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@K@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@PEAVIISEndpoint@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEBA_NXZ +?IsValid@?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@QEBA_NXZ +?IsValid@CWSManCriticalSection@@QEBAHXZ +?IsValid@RBUFFER@@IEBAHXZ +?Key@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEBAPEBVStringKeyCI@@AEBV2@@Z +?Key@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEBAPEBVStringKeyCI@@AEBV2@@Z +?Key@?$SafeMap_Iterator@VKey@Locale@@K@@QEBAAEBV0Locale@@XZ +?Key@?$SafeMap_Iterator@VStringKeyCI@@K@@QEBAAEBVStringKeyCI@@XZ +?Key@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEBAAEBVStringKeyCI@@XZ +?LogError@CBaseConfigCache@@UEAAXKK@Z +?LogErrorCode@CErrorContext@@QEAAXXZ +?LogErrorCode@CRequestContext@@QEAAXXZ +?LogErrorMessage@CRequestContext@@QEAAXXZ +?LogNotificationEvent@CWSManGroupPolicyManager@@CAXK@Z +?LogReadErrors@CBaseConfigCache@@IEAA?AW4ErrorLogging@@W4ConfigChangeSources@@@Z +?LowerBound@?$SafeMap_Iterator@VKey@Locale@@K@@QEAAXAEBVKey@Locale@@@Z +?MakeUrlBinding@@YAHKPEAGPEAKPEBG222@Z +?MakeUrlBinding@@YAPEAGPEAVIRequestContext@@PEBG111@Z +?MapGeneric@CWSManSecurityUI@@UEAAJPEBU_GUID@@PEAEPEAK@Z +?Me@?$AutoCleanup@V?$AutoDelete@D@@PEAD@@AEAAAEAV?$AutoDelete@D@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@G@@PEAG@@AEAAAEAV?$AutoDelete@G@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@AEAAAEAV?$AutoDelete@UIPRange@CWSManIPFilter@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@U_SID@@@@PEAU_SID@@@@AEAAAEAV?$AutoDelete@U_SID@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@AEAAAEAV?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@AEAAAEAV?$AutoDelete@V?$Handle@VISubscription@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@PEAV?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@AEAAAEAV?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCollector@@@@@@PEAV?$SafeSet_Iterator@PEAVCollector@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet_Iterator@PEAVCollector@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVHostOperation@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@PEAV?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@AEAAAEAV?$AutoDelete@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PEAV?$SimpleStack@VCListenerOperation@@@@@@AEAAAEAV?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PEAV?$SimpleStack@VShellHostEntry@@@@@@AEAAAEAV?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PEAV?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@AEAAAEAV?$AutoDelete@V?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@PEAV?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@PEAV?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@AEAAAEAV?$AutoDelete@V?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@AEAAAEAV?$AutoDelete@VAdminSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@AEAAAEAV?$AutoDelete@VBlockedRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@AEAAAEAV?$AutoDelete@VCBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@AEAAAEAV?$AutoDelete@VCCertMapping@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@AEAAAEAV?$AutoDelete@VCConfigChangeSource@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@AEAAAEAV?$AutoDelete@VCListenerSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@AEAAAEAV?$AutoDelete@VCObserverConfigChangeErrors@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@AEAAAEAV?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@AEAAAEAV?$AutoDelete@VCShellUriSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@AEAAAEAV?$AutoDelete@VCWSManEPR@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@AEAAAEAV?$AutoDelete@VCWSManResource@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@AEAAAEAV?$AutoDelete@VCertHash@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@AEAAAEAV?$AutoDelete@VConfigUpdate@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@AEAAAEAV?$AutoDelete@VEnumSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@AEAAAEAV?$AutoDelete@VEventHandler@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@AEAAAEAV?$AutoDelete@VExpiredOperationIdRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@AEAAAEAV?$AutoDelete@VGPApiManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@AEAAAEAV?$AutoDelete@VGeneralSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@AEAAAEAV?$AutoDelete@VIChannelObserverFactory@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@AEAAAEAV?$AutoDelete@VIQueryDASHSMASHInterface@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@AEAAAEAV?$AutoDelete@VISpecification@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@AEAAAEAV?$AutoDelete@VInteractiveSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@AEAAAEAV?$AutoDelete@VIpHlpApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@AEAAAEAV?$AutoDelete@VMachineName@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PEAVMasterReceiveData@CListenerReceive@@@@AEAAAEAV?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@AEAAAEAV?$AutoDelete@VNetworkServiceSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@AEAAAEAV?$AutoDelete@VNtDsApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@AEAAAEAV?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@AEAAAEAV?$AutoDelete@VPacketCreator@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@AEAAAEAV?$AutoDelete@VPacketParser@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@AEAAAEAV?$AutoDelete@VResources@Locale@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@AEAAAEAV?$AutoDelete@VRunAsConfiguration@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@AEAAAEAV?$AutoDelete@VSecurityEntry@Catalog@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PEAVSendPacketArgs@RobustConnectionBuffer@@@@AEAAAEAV?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@AEAAAEAV?$AutoDelete@VServiceSoapProcessor@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@AEAAAEAV?$AutoDelete@VShell32DllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@AEAAAEAV?$AutoDelete@VShlWApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@AEAAAEAV?$AutoDelete@VSubscriptionEnumerator@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@AEAAAEAV?$AutoDelete@VSubscriptionManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@AEAAAEAV?$AutoDelete@VTSTRBUFFER@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@AEAAAEAV?$AutoDelete@VUniqueStringOverflow@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@AEAAAEAV?$AutoDelete@VUser32DllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@AEAAAEAV?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@AEAAAEAV?$AutoDelete@VWSManMemCryptManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@AEAAAEAV?$AutoDelete@VWmiEnumContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@AEAAAEAV?$AutoDelete@VXmlReader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@AEAAAEAV?$AutoDeleteVector@$$CBG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@AEAAAEAV?$AutoDeleteVector@D@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@AEAAAEAV?$AutoDeleteVector@E@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@AEAAAEAV?$AutoDeleteVector@G@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@H@@PEAH@@AEAAAEAV?$AutoDeleteVector@H@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@AEAAAEAV?$AutoDeleteVector@PEAG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@AEAAAEAV?$AutoDeleteVector@PEBG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@AEAAAEAV?$AutoDeleteVector@U_CONFIG_UPDATE@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@AEAAAEAV?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@AEAAAEAV?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@AEAAAEAV?$AutoDeleteVector@U_WSMAN_OPTION@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@AEAAAEAV?$AutoDeleteVector@X@@XZ +?Me@?$AutoCleanup@V?$AutoFree@E@@PEAE@@AEAAAEAV?$AutoFree@E@@XZ +?Me@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@AEAAAEAV?$AutoLocklessItemRecycle@VPacket@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@AEAAAEAV?$AutoRelease@UIAppHostAdminManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@AEAAAEAV?$AutoRelease@UIAppHostChildElementCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@AEAAAEAV?$AutoRelease@UIAppHostConfigException@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@AEAAAEAV?$AutoRelease@UIAppHostElement@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@AEAAAEAV?$AutoRelease@UIAppHostElementCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@AEAAAEAV?$AutoRelease@UIAppHostProperty@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@AEAAAEAV?$AutoRelease@UIAppHostPropertyCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@AEAAAEAV?$AutoRelease@UIClientSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@AEAAAEAV?$AutoRelease@UIEnumWbemClassObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@AEAAAEAV?$AutoRelease@UIErrorInfo@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@AEAAAEAV?$AutoRelease@UIUnknown@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@AEAAAEAV?$AutoRelease@UIWbemClassObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@AEAAAEAV?$AutoRelease@UIWbemContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@AEAAAEAV?$AutoRelease@UIWbemLocator@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@AEAAAEAV?$AutoRelease@UIWbemObjectTextSrc@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@AEAAAEAV?$AutoRelease@UIWbemPath@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@AEAAAEAV?$AutoRelease@UIWbemPathKeyList@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@AEAAAEAV?$AutoRelease@UIWbemQualifierSet@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@AEAAAEAV?$AutoRelease@UIWbemQuery@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@AEAAAEAV?$AutoRelease@UIWbemServices@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VApplication@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@AEAAAEAV?$AutoRelease@VCBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PEAVCClientConfigCache@@@@AEAAAEAV?$AutoRelease@VCClientConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@AEAAAEAV?$AutoRelease@VCClientConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@AEAAAEAV?$AutoRelease@VCCommonConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@AEAAAEAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@AEAAAEAV?$AutoRelease@VCConfigManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PEAVCListenerCommand@@@@AEAAAEAV?$AutoRelease@VCListenerCommand@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PEAVCListenerMasterOperation@@@@AEAAAEAV?$AutoRelease@VCListenerMasterOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PEAVCListenerReceive@@@@AEAAAEAV?$AutoRelease@VCListenerReceive@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PEAVCListenerShell@@@@AEAAAEAV?$AutoRelease@VCListenerShell@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@@AEAAAEAV?$AutoRelease@VCRemoteOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@AEAAAEAV?$AutoRelease@VCRemoteSession@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@AEAAAEAV?$AutoRelease@VCRequestContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@AEAAAEAV?$AutoRelease@VCServiceCommonConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@AEAAAEAV?$AutoRelease@VCServiceConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@AEAAAEAV?$AutoRelease@VCServiceConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@AEAAAEAV?$AutoRelease@VCWSManEPR@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@AEAAAEAV?$AutoRelease@VCWSManGroupPolicyCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@AEAAAEAV?$AutoRelease@VCWSManGroupPolicyManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@AEAAAEAV?$AutoRelease@VCWSManObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@AEAAAEAV?$AutoRelease@VCWSManResource@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PEAVCWSManSession@@@@AEAAAEAV?$AutoRelease@VCWSManSession@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@AEAAAEAV?$AutoRelease@VCWinRSPluginConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@AEAAAEAV?$AutoRelease@VCWinRSPluginConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VCommand@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@AEAAAEAV?$AutoRelease@VConfigNotification@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@AEAAAEAV?$AutoRelease@VEnumSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@AEAAAEAV?$AutoRelease@VGeneralSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PEAVHostMappingTable@@@@AEAAAEAV?$AutoRelease@VHostMappingTable@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PEAVIISConfigSettings@@@@AEAAAEAV?$AutoRelease@VIISConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@AEAAAEAV?$AutoRelease@VIPCSoapProcessor@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@AEAAAEAV?$AutoRelease@VIRequestContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@AEAAAEAV?$AutoRelease@VISubscription@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@AEAAAEAV?$AutoRelease@VInboundRequestDetails@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PEAVProxyManager@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VProxyManager@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PEAVProxySelection@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VProxySelection@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PEAVPushSubscribeOperation@@@@AEAAAEAV?$AutoRelease@VPushSubscribeOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PEAVPushSubscription@@@@AEAAAEAV?$AutoRelease@VPushSubscription@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VReceiveOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VReconnectOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VSendOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VShell@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PEAVShellInfo@@@@AEAAAEAV?$AutoRelease@VShellInfo@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@AEAAAEAV?$AutoRelease@VSignalOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@AEAAAEAV?$AutoRelease@VUserRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@AEAAAEAV?$AutoRelease@VWSManHttpListener@@@@XZ +?Me@?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PEAVHostMappingTableEntry@@@@AEAAAEAV?$AutoReleaseEx@VHostMappingTableEntry@@@@XZ +?Me@?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@AEAAAEAV?$AutoReleaseEx@VShell@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@VAutoBstr@@PEAG@@AEAAAEAVAutoBstr@@XZ +?Me@?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@AEAAAEAVAutoBstrNoAlloc@@XZ +?Me@?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@AEAAAEAVAutoCertContext@@XZ +?Me@?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@AEAAAEAVAutoChainContext@@XZ +?Me@?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@AEAAAEAVAutoCoTaskMemFree@@XZ +?Me@?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@AEAAAEAVAutoFwXmlCloseParser@@XZ +?Me@?$AutoCleanup@VAutoHandle@@PEAX@@AEAAAEAVAutoHandle@@XZ +?Me@?$AutoCleanup@VAutoImpersonateUser@@PEAX@@AEAAAEAVAutoImpersonateUser@@XZ +?Me@?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@AEAAAEAVAutoLibrary@@XZ +?Me@?$AutoCleanup@VAutoLocalFree@@PEAX@@AEAAAEAVAutoLocalFree@@XZ +?Me@?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@AEAAAEAVAutoMIClass@@XZ +?Me@?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@AEAAAEAVAutoMIInstance@@XZ +?Me@?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@AEAAAEAVAutoObject@@XZ +?Me@?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@AEAAAEAVAutoRegKey@@XZ +?Me@?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@AEAAAEAVAutoSecurityDescriptor@@XZ +?Me@?$AutoCleanup@VAutoWaitHandle@@PEAX@@AEAAAEAVAutoWaitHandle@@XZ +?MoveSettingsToMigrationKey@@YAHPEAVIRequestContext@@_N@Z +?NUM_BOMS@PacketFormatter@@0HB DATA +?NUM_CHARSETS@PacketFormatter@@0HB DATA +?Next@TSTRBUFFER@@QEBAPEBGPEBG@Z +?NextCertMapping@CConfigManager@@QEAAHXZ +?NextListener@CConfigManager@@QEAAHXZ +?NextRow@CConfigManager@@QEAAHXZ +?NextShellUri@CConfigManager@@QEAAHXZ +?NoSemantics@ExtendedSemantic@@2KB DATA +?NotifyObservers@CWSManGroupPolicyManager@@UEAAHPEAVIRequestContext@@PEAVIWSManGroupPolicyCacheDataProvider@@@Z +?OnChange@CBaseConfigCache@@UEAAXW4ConfigChangeSources@@KW4ConfigChangeSeverityType@@@Z +?OpenRegKey@ConfigRegistry@@IEAAJPEAU_CONFIG_INFO@@KPEAVWSMANCONFIGTABLE_IDENTITY@@PEAVAutoRegKey@@PEAUHKEY__@@@Z +?OverrideMaxEnvelopeSize@PacketParser@@QEAAXK@Z +?OverrideTimeout@PacketParser@@QEAAXK@Z +?Parse@CWSManResource@@SAPEAV1@PEAVIRequestContext@@PEBG11PEAU_WSMAN_SELECTOR_SET@@PEAU_WSMAN_OPTION_SET@@H@Z +?Parse@CWSManResource@@SAPEAV1@PEAVIRequestContext@@PEBGH@Z +?Parse@XmlReader@@AEAAHPEAVIRequestContext@@@Z +?ParseAction@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@_N@Z +?ParseActivityId@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseBookmark@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseDataLocale@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseEprElement@CWSManEPR@@SAPEAV1@PEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ParseEvent@SoapSemanticConverter@@QEAAPEAVSemanticMessage@@PEAU_FWXML_ELEMENT@@PEAKPEAVIRequestContext@@@Z +?ParseFaultTo@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseFragment@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseHeader@PacketParser@@AEAAHPEAVCRequestContext@@PEAU_FWXML_ELEMENT@@HPEAVCServiceCommonConfigSettings@@@Z +?ParseHeaders@CWSManResourceNoResourceUri@@QEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@11@Z +?ParseHeaders@PacketParser@@AEAAHPEAVCRequestContext@@PEAVCServiceCommonConfigSettings@@@Z +?ParseLocale@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseMachineID@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ParseMaxEnvelopeSize@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@HPEAVCServiceCommonConfigSettings@@@Z +?ParseMessageId@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@_N@Z +?ParseOperationId@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseOptionSet@CWSManResourceNoResourceUri@@QEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ParseOptions@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParsePacket@PacketParser@@QEAAHPEAVCRequestContext@@PEAVPacket@@PEAVCServiceCommonConfigSettings@@@Z +?ParsePacketInternal@PacketParser@@AEAAHPEAVCRequestContext@@PEAU_FWXML_ELEMENT@@PEAVCServiceCommonConfigSettings@@@Z +?ParseReplyTo@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ParseResourceLocator@CWSManResource@@SAPEAV1@PEAVIRequestContext@@PEAU_WSMAN_RESOURCE_LOCATOR@@@Z +?ParseResourceUri@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseResponse@SoapSemanticConverter@@QEAA_NPEAU_FWXML_ELEMENT@@PEAKPEA_NPEAVIRequestContext@@@Z +?ParseRobustConnectionAckSequenceId@PacketParser@@AEAAKPEA_K@Z +?ParseRobustConnectionMessages@PacketParser@@QEAAKPEAW4PacketType@1@PEA_NPEA_K2@Z +?ParseSelectors@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseSequenceId@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ParseSessionId@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseShellCompression@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseStream@PacketParser@@QEAAXPEAVCRequestContext@@PEAVITransportReceiver@@PEAVPacket@@PEAVCServiceCommonConfigSettings@@@Z +?ParseSubscriptionAgentPacket@PacketParser@@QEAAHPEAVCRequestContext@@PEAVPacket@@PEAVCServiceConfigSettings@@@Z +?ParseSubscriptionID@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@H@Z +?ParseTimeout@PacketParser@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@HPEAVCServiceCommonConfigSettings@@@Z +?ParseToAddress@PacketParser@@AEAAHPEAVCRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?Passed@CErrorContext@@UEBAHXZ +?PolicyChanged@CWSManGroupPolicyManager@@AEAAXE@Z +?PostChange@CBaseConfigCache@@MEAAHPEAVIRequestContext@@PEAVCCommonConfigSettings@@1@Z +?PostChange@CServiceConfigCache@@EEAAHPEAVIRequestContext@@PEAVCCommonConfigSettings@@1@Z +?PostError@CBaseConfigCache@@MEAAXK@Z +?PostError@CServiceConfigCache@@EEAAXK@Z +?PrepareToCommitWithSize@BufferFormatter@@UEAAKK@Z +?PrepareToCommitWithSize@CircularBufferFormatter@@UEAAKK@Z +?PrintHandleTrace@@YAXPEAX@Z +?PrintReleaseTrace@@YAXPEAXJ@Z +?PrintUnregisterWaitTrace@@YAXPEAX@Z +?ProcessContext@CErrorContext@@UEAAHHPEAKPEAU_WSMAN_FAULT_OBJECT@@@Z +?ProcessContext@CErrorContext@@UEAAHHPEAU_WSMAN_ERROR@@@Z +?ProcessContext@CRequestContext@@QEAAHHPEAU_WSMAN_ENUMERATOR_RESULT@@@Z +?ProcessContext@CRequestContext@@QEAAHHPEAU_WSMAN_EVENTS_RESULT@@@Z +?ProcessContext@CRequestContext@@QEAAHHPEAU_WSMAN_RESULT@@@Z +?ProcessContext@CRequestContext@@QEAAHHPEAU_WSMAN_STATUS@@@Z +?ProcessContext@CRequestContext@@UEAAHHPEAKPEAU_WSMAN_FAULT_OBJECT@@@Z +?ProcessContext@CRequestContext@@UEAAHHPEAU_WSMAN_ERROR@@@Z +?ProcessEPR@CWSManEPR@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ProcessFragmentDialect@CWSManResourceNoResourceUri@@IEAAHPEAVIRequestContext@@PEBGK@Z +?ProcessFragmentPath@CWSManResourceNoResourceUri@@IEAAHPEAVIRequestContext@@PEBGK@Z +?ProcessKey@CWSManResourceNoResourceUri@@IEAAHPEAVIRequestContext@@PEBG1@Z +?ProcessNestedEPR@CWSManResourceNoResourceUri@@IEAAHPEAVIRequestContext@@PEBGPEAU_FWXML_ELEMENT@@@Z +?ProcessOption@CWSManResourceNoResourceUri@@IEAAHPEAVIRequestContext@@PEBG11H@Z +?ProcessRefParameters@CWSManEPR@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ProcessRefProperties@CWSManEPR@@AEAAHPEAVIRequestContext@@PEAU_FWXML_ELEMENT@@@Z +?ProcessUri@CWSManResource@@QEAAHPEAVIRequestContext@@PEBGK@Z +?Progress@ExtendedSemantic@@2KB DATA +?PropertySheetPageCallback@CWSManSecurityUI@@UEAAJPEAUHWND__@@IW4_SI_PAGE_TYPE@@@Z +?ProviderFailure@CErrorContext@@UEBAHXZ +?ProviderShutdownCleanup@CWinRSPluginConfigCache@@SAXXZ +?PutOverrideValue@?$PacketElement@K@PacketParser@@QEAAXK@Z +?PutOverrideValue@?$PacketElement@PEBG@PacketParser@@QEAAXPEBG@Z +?PutValue@?$PacketElement@K@PacketParser@@QEAAXKH@Z +?PutValue@?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEAAXPEAU_FWXML_ELEMENT@@H@Z +?PutValue@?$PacketElement@PEBG@PacketParser@@QEAAXPEBGH@Z +?PutValue@?$PacketElement@_K@PacketParser@@QEAAX_KH@Z +?PutValue@Fragment@PacketParser@@QEAAXPEBG0H@Z +?PutValue@NotUnderstandSoapHeader@PacketParser@@QEAAXPEBG00@Z +?PutValue@ReferenceParameters@PacketParser@@QEAAKPEAU_FWXML_ELEMENT@@H@Z +?QueryInterface@CWSManSecurityUI@@UEAAJAEBU_GUID@@PEAPEAX@Z +?QueryPtr@RBUFFER@@QEBAPEAXXZ +?QueryRegValue@CConfigManager@@AEAAJPEAU_CONFIG_INFO@@PEAKKPEAE1@Z +?QueryRegValue@CWSManGroupPolicyManager@@AEAAJPEAVIRequestContext@@PEBU_WSMAN_POLICY_INFO@@PEAKKPEAE2@Z +?QuerySize@RBUFFER@@QEBAIXZ +?QueryStr@TSTRBUFFER@@QEBAPEBGXZ +?QuotaComplete@UserRecord@@UEAAXPEAU_WSMAN_AUTHZ_QUOTA@@KPEBG@Z +?ReAlloc@WSManMemory@@SAPEAXPEAX_KHW4_NitsFaultMode@@@Z +?ReadCertMappingRegistryKey@CConfigManager@@SAHPEAVIRequestContext@@PEAVCERTMAPPING_IDENTITY@@PEAG@Z +?ReadCredentialsFromCredmanStore@CConfigManager@@SAHPEAVIRequestContext@@PEAG1@Z +?ReadCurrentSettings@CClientConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@W4ErrorLogging@@@Z +?ReadCurrentSettings@CServiceConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@W4ErrorLogging@@@Z +?ReadCurrentSettings@CWinRSPluginConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@W4ErrorLogging@@@Z +?ReadDefaultSettings@CClientConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@@Z +?ReadDefaultSettings@CServiceConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@@Z +?ReadDefaultSettings@CWinRSPluginConfigCache@@EEAAPEAVCCommonConfigSettings@@PEAVIRequestContext@@@Z +?ReadShellUriRegistryKey@CConfigManager@@SAHPEAVIRequestContext@@PEAVSHELLURI_IDENTITY@@PEAG@Z +?ReadTableRegistryKey@CConfigManager@@SAHPEAVIRequestContext@@PEAVWSMANCONFIGTABLE_IDENTITY@@PEAG@Z +?ReallocStorage@RBUFFER@@IEAAHI@Z +?RecordAccessDenied@CErrorContext@@UEAAXXZ +?RecordAccessDenied@CRequestContext@@UEAAXXZ +?RecordAccessDeniedWithDetail@CErrorContext@@UEAAXKZZ +?RecordAccessDeniedWithDetail@CRequestContext@@UEAAXKZZ +?RecordFailure@CErrorContext@@UEAAXK@Z +?RecordFailure@CErrorContext@@UEAAXKKZZ +?RecordFailure@CErrorContext@@UEAAXPEAU_WSMAN_FAULT_OBJECT@@@Z +?RecordFailure@CErrorContext@@UEAAXW4_MI_Result@@KKZZ +?RecordFailure@CRequestContext@@AEAAXKKPEAPEAD0@Z +?RecordFailure@CRequestContext@@UEAAXK@Z +?RecordFailure@CRequestContext@@UEAAXKKZZ +?RecordFailure@CRequestContext@@UEAAXPEAU_WSMAN_FAULT_OBJECT@@@Z +?RecordFailure@CRequestContext@@UEAAXW4_MI_Result@@KKZZ +?RecordHresult@CErrorContext@@UEAAXKKZZ +?RecordHresult@CRequestContext@@UEAAXKKZZ +?RecordHtmlError@CRequestContext@@QEAAHKPEAU_FWXML_ELEMENT@@@Z +?RecordHtmlError@CRequestContext@@QEAAHKPEBGK@Z +?RecordMIFailure@IRequestContext@@QEAAXW4_MI_Result@@K@Z +?RecordOutOfMemory@CErrorContext@@UEAAXXZ +?RecordOutOfMemory@CRequestContext@@UEAAXXZ +?RecordProviderFailure@CErrorContext@@UEAAXPEAU_WSMAN_FAULT_OBJECT@@PEBG1@Z +?RecordProviderFailure@CRequestContext@@QEAAXKHPEBG00@Z +?RecordProviderFailure@CRequestContext@@UEAAXPEAU_WSMAN_FAULT_OBJECT@@PEBG1@Z +?RecordSoapError@CErrorContext@@UEAAHKPEBG@Z +?RecordSoapError@CRequestContext@@QEAAHKPEAU_FWXML_ELEMENT@@@Z +?RecordSoapError@CRequestContext@@UEAAHKPEBG@Z +?RecordText@CRequestContext@@AEAAHKPEBG_KK@Z +?RecordXml@CRequestContext@@AEAAHKPEAU_FWXML_ELEMENT@@K@Z +?Refresh@UserRecord@@QEAAXXZ +?RegisterChild@ChildLifeTimeManager@@QEAA_NXZ +?RegisterChunkBoundary@CircularBufferFormatter@@QEAAKXZ +?RegisterConfigChangeNotification@CConfigManager@@QEAAPEAVConfigNotification@@PEAX@Z +?RegisterForPolicyNotification@CWSManGroupPolicyManager@@AEAAHPEAVIRequestContext@@H@Z +?RegisterModule@@YAJKPEAVIHttpModuleRegistrationInfo@@PEAVIHttpServer@@@Z +?Release@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PEAVCCertMapping@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerConnect@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerReceive@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerSend@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCListenerSignal@@PEAV1@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PEAVCShellUriSettings@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeMap_Iterator@PEAVCollector@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVCollector@@UEmpty@@V?$SafeSet_Iterator@PEAVCollector@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVHostOperation@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVIOperation@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVIOperation@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVListenerSourceSubscription@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PEAVPushSubscription@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PEAVPushSubscription@@@@@@UEBAXXZ +?Release@?$SafeMap@PEAXUEmpty@@V?$SafeSet_Iterator@PEAX@@@@UEBAXXZ +?Release@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UEBAXXZ +?Release@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@UEBAXXZ +?Release@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UEBAXXZ +?Release@?$SafeMap@VGuidKey@@PEAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@UEBAXXZ +?Release@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UEBAXXZ +?Release@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UEBAXXZ +?Release@?$SafeMap@VStringKey@@PEAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerEvents@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKey@@PEAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PEAVListenerSourceSubscription@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyCI@@PEAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PEAVIISEndpoint@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@UEBAXXZ +?Release@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@UEBAXXZ +?Release@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UEBAXXZ +?Release@?$SafeMap@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@UEBAXXZ +?Release@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@UEBAXXZ +?Release@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAAXXZ +?Release@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAAXXZ +?Release@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAAXXZ +?Release@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAAXXZ +?Release@?$SafeMap_Iterator@VStringKeyCI@@K@@QEAAXXZ +?Release@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAAXXZ +?Release@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAXXZ +?Release@?$SafeMap_Lock@PEAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@@@QEAAXXZ +?Release@?$SafeMap_Lock@PEAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@@@QEAAXXZ +?Release@?$SafeMap_Lock@PEAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@@@QEAAXXZ +?Release@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEAAXXZ +?Release@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAAXXZ +?Release@?$SafeMap_Lock@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAAXXZ +?Release@?$SafeMap_Lock@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@QEAAXXZ +?Release@CBaseConfigCache@@UEAAJP6AXPEAX@Z0@Z +?Release@CWSManCriticalSection@@QEAAXXZ +?Release@CWSManSecurityUI@@UEAAKXZ +?Release@ILifeTimeMgmt@@UEAAJP6AXPEAX@Z0@Z +?Release@UserRecord@@QEAAJXZ +?ReleaseExclusive@FastLock@@QEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@D@@PEAD@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@G@@PEAG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@U_SID@@@@PEAU_SID@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PEAU_WSMAN_STREAM_ID_SET@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PEAV?$Handle@VISubscription@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerConnect@@PEAV1@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerReceive@@PEAV1@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSend@@PEAV1@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@PEAV?$SafeMap_Iterator@PEAVCListenerSignal@@PEAV1@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@PEAV?$SafeMap_Iterator@VGuidKey@@PEAVCListenerCommand@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PEAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@PEAV?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCCertMapping@@@@@@PEAV?$SafeSet@PEAVCCertMapping@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PEAVCShellUriSettings@@@@@@PEAV?$SafeSet@PEAVCShellUriSettings@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVCollector@@@@@@PEAV?$SafeSet_Iterator@PEAVCollector@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVHostOperation@@@@@@PEAV?$SafeSet_Iterator@PEAVHostOperation@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@PEAV?$SafeSet_Iterator@PEAVListenerSourceSubscription@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PEAV?$SimpleStack@VCListenerOperation@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PEAV?$SimpleStack@VShellHostEntry@@@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PEAV?$queue@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PEAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@PEAV?$set@PEAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PEAVCListenerSettings@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PEAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@PEAV?$vector@PEAVCWSManRequest@@V?$transport_allocator@PEAVCWSManRequest@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@PEAV?$vector@PEAVHandleImpl@Client@WSMan@@V?$transport_allocator@PEAVHandleImpl@Client@WSMan@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@PEAV?$vector@PEAVIServiceConfigObserver@@V?$transport_allocator@PEAVIServiceConfigObserver@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@PEAV?$vector@PEAVWSManHttpSenderConnection@@V?$transport_allocator@PEAVWSManHttpSenderConnection@@@@@std@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PEAVAdminSid@CSecurity@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PEAVBlockedRecord@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PEAVCCertMapping@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PEAVCConfigChangeSource@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PEAVCListenerSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PEAVCObserverConfigChangeErrors@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PEAVCServiceWatcher@CServiceConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PEAVCShellUriSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PEAVCWSManEPR@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PEAVCWSManResource@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PEAVCertHash@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PEAVConfigUpdate@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PEAVEventHandler@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PEAVExpiredOperationIdRecord@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PEAVGPApiManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PEAVIChannelObserverFactory@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PEAVInteractiveSid@CSecurity@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PEAVIpHlpApiDllLoader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PEAVMachineName@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PEAVMasterReceiveData@CListenerReceive@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PEAVNetworkServiceSid@CSecurity@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PEAVNtDsApiDllLoader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PEAVPacketParser@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PEAVResources@Locale@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PEAVRunAsConfiguration@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PEAVSecurityEntry@Catalog@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PEAVSendPacketArgs@RobustConnectionBuffer@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PEAVServiceSoapProcessor@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PEAVShell32DllLoader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PEAVShlWApiDllLoader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PEAVSubscriptionEnumerator@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PEAVSubscriptionManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PEAVUniqueStringOverflow@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PEAVUser32DllLoader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PEAVWSMANCONFIGTABLE_IDENTITY@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PEAVWSManMemCryptManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@D@@PEAD@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@H@@PEAH@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PEAU_CONFIG_UPDATE@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PEAU_WSMAN_OPTION@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoFree@E@@PEAE@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PEAVApplication@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PEAVCBaseConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PEAVCClientConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PEAVCClientConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PEAVCCommonConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PEAVCConfigCacheMap@CBaseConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PEAVCConfigManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PEAVCListenerCommand@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PEAVCListenerMasterOperation@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PEAVCListenerReceive@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PEAVCListenerShell@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PEAVCRemoteOperation@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PEAVCRemoteSession@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PEAVCRequestContext@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PEAVCServiceCommonConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PEAVCServiceConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PEAVCServiceConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PEAVCWSManGroupPolicyCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PEAVCWSManGroupPolicyManager@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PEAVCWSManObject@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PEAVCWSManResource@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PEAVCWSManSession@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PEAVCWinRSPluginConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PEAVConfigNotification@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PEAVConnectShellOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PEAVCreateShellOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PEAVDeleteShellOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PEAVDisconnectOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PEAVHostMappingTable@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PEAVIISConfigSettings@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PEAVIPCSoapProcessor@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PEAVISubscription@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PEAVInboundRequestDetails@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PEAVProxyManager@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PEAVProxySelection@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PEAVPushSubscribeOperation@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PEAVPushSubscription@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PEAVReconnectOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PEAVShellInfo@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PEAVUserRecord@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PEAVWSManHttpListener@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PEAVHostMappingTableEntry@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoBstr@@PEAG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoCoTaskMemFree@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoFwXmlCloseParser@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoHandle@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoImpersonateUser@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoLibrary@@PEAUHINSTANCE__@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoLocalFree@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoObject@@PEAUWSMAN_OBJECT@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@AEAAXXZ +?ReleasePtr@?$AutoCleanup@VAutoWaitHandle@@PEAX@@AEAAXXZ +?ReleaseQuota@UserRecord@@QEAAXW4OperationType@@PEBVProvider@Catalog@@@Z +?ReleaseShared@FastLock@@QEAAXXZ +?Remove@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEAA_NAEBQEAVCListenerOperation@@@Z +?Remove@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEAA_NAEBUUserKey@@@Z +?Remove@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEAA_NAEBVStringKeyCI@@@Z +?Remove@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QEAA_NAEBVStringKeyCI@@@Z +?Remove@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEAA_NAEBVStringKeyStore@@@Z +?Remove@?$SafeMap@VStringKeyStore@@PEAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@@@QEAA_NAEBVStringKeyStore@@@Z +?Remove@?$SafeMap@_KPEAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@@@QEAA_NAEB_K@Z +?RemoveAll@CBaseConfigCache@@KAXPEAVFastLock@@AEAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@@Z +?RemoveFromMap@CBaseConfigCache@@AEAAHXZ +?RemoveHttpsBinding@@YAXPEBG@Z +?RemoveHttpsCertificate@@YAXPEBG0@Z +?RemoveObserver@CServiceConfigCache@@AEAAHPEAVIServiceConfigObserver@@@Z +?RemovePluginXmlNewAttrForThresholdOrGreater@@YAHPEAVIRequestContext@@@Z +?ReportEventW@EventLog@@SAXGKGPEAPEBG@Z +?Reset@?$PacketElement@K@PacketParser@@QEAAX_N@Z +?Reset@?$PacketElement@PEAU_FWXML_ELEMENT@@@PacketParser@@QEAAX_N@Z +?Reset@?$PacketElement@PEBG@PacketParser@@QEAAX_N@Z +?Reset@?$PacketElement@_K@PacketParser@@QEAAX_N@Z +?Reset@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@PEAXUEmpty@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@UPluginKey@@K@@QEAAXXZ +?Reset@?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VKey@Locale@@K@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VStringKeyCI@@K@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@QEAAXXZ +?Reset@?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@QEAAXXZ +?Reset@BufferFormatter@@UEAAXXZ +?Reset@CErrorContext@@UEAAXH@Z +?Reset@CRequestContext@@UEAAXH@Z +?Reset@CircularBufferFormatter@@UEAAXXZ +?Reset@Locale@@QEAAXXZ +?Reset@TSTRBUFFER@@QEAAXXZ +?Reset@UserRecord@@QEAAXXZ +?ResetProfileCount@UserRecord@@QEAAXXZ +?ResetRobustConnectionHeaders@PacketParser@@AEAAXXZ +?Resize@RBUFFER@@QEAAHI@Z +?Resize@RBUFFER@@QEAAHII@Z +?ResizeOptionList@CWSManResourceNoResourceUri@@IEAA_NIAEAVIRequestContext@@@Z +?RestoreAllPrivileges@@YAHPEAU_TOKEN_PRIVILEGES@@@Z +?RetrieveCertMappingIdentity@CConfigManager@@AEAAHPEAUHKEY__@@PEAVCERTMAPPING_IDENTITY@@@Z +?RetrieveListenerIdentity@CConfigManager@@AEAAHPEAUHKEY__@@PEAGPEAPEAGPEAVLISTENER_IDENTITY@@@Z +?RetrieveShellUriIdentity@CConfigManager@@AEAAHPEAUHKEY__@@PEAVSHELLURI_IDENTITY@@@Z +?RetrieveTableIdentity@CConfigManager@@AEAAHPEAUHKEY__@@PEAVWSMANCONFIGTABLE_IDENTITY@@@Z +?RevertToSelf@CSecurity@@SAHXZ +?RtlSecureZeroMemory@XmlReader@@QEAAXXZ +?SafeStringToUI64@@YAJPEBGEHPEA_KPEAVIRequestContext@@K@Z +?SetBOM@PacketFormatter@@QEAA_NPEAVPacket@@@Z +?SetBOM@PacketFormatter@@QEAA_NPEBEK@Z +?SetCIM_Error@CErrorContext@@UEAAXXZ +?SetCIM_Error@CRequestContext@@UEAAXXZ +?SetCharset@PacketFormatter@@QEAAXW4Charset@1@@Z +?SetCharset@PacketFormatter@@QEAA_NPEBDK_NPEA_N@Z +?SetCharsetAndBom@PacketFormatter@@QEAAXW4Charset@1@0@Z +?SetConfigToUseDefaults@CErrorContext@@UEAAXH@Z +?SetErrorAction@ExtendedSemantic@@QEAAXW4_MI_OperationCallback_ResponseType@@W4_MI_CallbackMode@@@Z +?SetErrorState@CBaseConfigCache@@AEAAXPEAVCRequestContext@@K@Z +?SetExactCharSize@TSTRBUFFER@@QEAAJI@Z +?SetExtendedErrorString@CErrorContext@@UEAAXPEAG@Z +?SetExtendedErrorString@CRequestContext@@UEAAXPEAG@Z +?SetExtraLogInfo@CErrorContext@@QEAAXPEBG000@Z +?SetFault@CErrorContext@@UEAAXKKKPEBG@Z +?SetFault@CRequestContext@@EEAAXKKKPEBG@Z +?SetFinishValue@ConfigRegistry@@IEAAHPEAVIRequestContext@@@Z +?SetFormatterMode@BufferFormatter@@QEAAXW4Charset@PacketFormatter@@0@Z +?SetFragmentDialect@CWSManResourceNoResourceUri@@QEAAHPEBGPEAVIRequestContext@@@Z +?SetFragmentPath@CWSManResourceNoResourceUri@@QEAAHPEBGPEAVIRequestContext@@@Z +?SetGeneratingError@CErrorContext@@UEAAXXZ +?SetLocale@CRequestContext@@QEAA_NPEBGK@Z +?SetLocale@Locale@@QEAA_NKPEBGPEAVIRequestContext@@@Z +?SetMachineName@CRequestContext@@QEAAKPEBG@Z +?SetMachineName@CRequestContext@@QEAAKPEBG_K@Z +?SetMachineName@CRequestContext@@QEAAKXZ +?SetMaxEnvelopeSize@CircularBufferFormatter@@QEAAXK@Z +?SetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QEAAXH@Z +?SetProfileHandle@UserRecord@@QEAAX_J@Z +?SetProviderFailure@CErrorContext@@UEAAXH@Z +?SetSecurity@CWSManSecurityUI@@UEAAJKPEAX@Z +?SetSize@TSTRBUFFER@@QEAAJII@Z +?SetSizeInUse@SBUFFER@@QEAAXI@Z +?SetThreadUILanguage@Locale@@QEAA_NPEAVIRequestContext@@@Z +?SetUpdateMode@BufferFormatter@@UEAAXW4Mode@1@@Z +?SetUpdateMode@CircularBufferFormatter@@UEAAXW4Mode@BufferFormatter@@@Z +?SetUri@CWSManResource@@QEAAHPEBGPEAVIRequestContext@@@Z +?SetValid@RBUFFER@@IEAAXH@Z +?SetXml@ReferenceParameters@PacketParser@@AEAAKAEAVBufferFormatter@@PEAU_FWXML_ELEMENT@@@Z +?Shutdown@CBaseConfigCache@@IEAAXXZ +?Shutdown@CConfigManager@@SAHXZ +?Shutdown@CWSManGroupPolicyManager@@SAHXZ +?Shutdown@ChildLifeTimeManager@@QEAAXXZ +?ShutdownLocaleMap@Locale@@SAXXZ +?Size@?$SafeMap@PEAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PEAVCListenerOperation@@@@@@QEBAHXZ +?Size@?$SafeMap@UUserKey@@PEAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@@@QEBAHXZ +?Size@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QEBAHXZ +?Size@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QEBAHXZ +?Size@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QEBAHXZ +?Size@?$SafeMap@VStringKeyStore@@PEAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@@@QEBAHXZ +?SkipOrphans@?$SafeMap_Iterator@PEAVCCertMapping@@UEmpty@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@PEAVCListenerOperation@@UEmpty@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@PEAVCShellUriSettings@@UEmpty@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@PEAXUEmpty@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@UPluginKey@@K@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@UUserKey@@PEAVBlockedRecord@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VKey@Locale@@K@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyCI@@K@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyStore@@PEAVExpiredOperationIdRecord@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyStore@@PEAVServerFullDuplexChannel@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@W4WSManSessionOption@@PEAVOptionValue@SessionOptions@Client@WSMan@@@@IEAAXXZ +?SkipOrphans@?$SafeMap_Iterator@_KPEAVSendPacketArgs@RobustConnectionBuffer@@@@IEAAXXZ +?StartSoapProcessor@@YAHXZ +?StopSoapProcessor@@YAHXZ +?Storage@?$AutoCleanup@V?$AutoDelete@G@@PEAG@@QEAAPEAPEAGXZ +?Storage@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PEAUIPRange@CWSManIPFilter@@@@QEAAPEAPEAUIPRange@CWSManIPFilter@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAPEAVEnumSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAPEAVGeneralSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PEAVIQueryDASHSMASHInterface@@@@QEAAPEAPEAVIQueryDASHSMASHInterface@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PEAVISpecification@@@@QEAAPEAPEAVISpecification@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PEAVPacketCreator@@@@QEAAPEAPEAVPacketCreator@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PEAVTSTRBUFFER@@@@QEAAPEAPEAVTSTRBUFFER@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PEAVWmiEnumContext@@@@QEAAPEAPEAVWmiEnumContext@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PEAVXmlReader@@@@QEAAPEAPEAVXmlReader@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PEBG@@QEAAPEAPEBGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@E@@PEAE@@QEAAPEAPEAEXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@G@@PEAG@@QEAAPEAPEAGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@PEAG@@PEAPEAG@@QEAAPEAPEAPEAGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@PEBG@@PEAPEBG@@QEAAPEAPEAPEBGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QEAAPEAPEAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PEAU_WINRS_RUN_COMMAND_ARG@@@@QEAAPEAPEAU_WINRS_RUN_COMMAND_ARG@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@X@@PEAX@@QEAAPEAPEAXXZ +?Storage@?$AutoCleanup@V?$AutoFree@E@@PEAE@@QEAAPEAPEAEXZ +?Storage@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PEAVPacket@@@@QEAAPEAPEAVPacket@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PEAUIAppHostAdminManager@@@@QEAAPEAPEAUIAppHostAdminManager@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PEAUIAppHostChildElementCollection@@@@QEAAPEAPEAUIAppHostChildElementCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PEAUIAppHostConfigException@@@@QEAAPEAPEAUIAppHostConfigException@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PEAUIAppHostElement@@@@QEAAPEAPEAUIAppHostElement@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PEAUIAppHostElementCollection@@@@QEAAPEAPEAUIAppHostElementCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PEAUIAppHostProperty@@@@QEAAPEAPEAUIAppHostProperty@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PEAUIAppHostPropertyCollection@@@@QEAAPEAPEAUIAppHostPropertyCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PEAUIClientSecurity@@@@QEAAPEAPEAUIClientSecurity@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PEAUIEnumWbemClassObject@@@@QEAAPEAPEAUIEnumWbemClassObject@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PEAUIErrorInfo@@@@QEAAPEAPEAUIErrorInfo@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PEAUIUnknown@@@@QEAAPEAPEAUIUnknown@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PEAUIWbemClassObject@@@@QEAAPEAPEAUIWbemClassObject@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PEAUIWbemContext@@@@QEAAPEAPEAUIWbemContext@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PEAUIWbemLocator@@@@QEAAPEAPEAUIWbemLocator@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PEAUIWbemObjectTextSrc@@@@QEAAPEAPEAUIWbemObjectTextSrc@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PEAUIWbemPath@@@@QEAAPEAPEAUIWbemPath@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PEAUIWbemPathKeyList@@@@QEAAPEAPEAUIWbemPathKeyList@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PEAUIWbemQualifierSet@@@@QEAAPEAPEAUIWbemQualifierSet@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PEAUIWbemQuery@@@@QEAAPEAPEAUIWbemQuery@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PEAUIWbemServices@@@@QEAAPEAPEAUIWbemServices@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PEAVCWSManEPR@@@@QEAAPEAPEAVCWSManEPR@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PEAVCWinRSPluginConfigCache@@@@QEAAPEAPEAVCWinRSPluginConfigCache@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PEAVCommand@Client@WSMan@@@@QEAAPEAPEAVCommand@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PEAVEnumSinkEx@@@@QEAAPEAPEAVEnumSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PEAVGeneralSinkEx@@@@QEAAPEAPEAVGeneralSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PEAVIRequestContext@@@@QEAAPEAPEAVIRequestContext@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PEAVReceiveOperation@Client@WSMan@@@@QEAAPEAPEAVReceiveOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PEAVSendOperation@Client@WSMan@@@@QEAAPEAPEAVSendOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PEAVShell@Client@WSMan@@@@QEAAPEAPEAVShell@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PEAVSignalOperation@Client@WSMan@@@@QEAAPEAPEAVSignalOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@VAutoBstr@@PEAG@@QEAAPEAPEAGXZ +?Storage@?$AutoCleanup@VAutoBstrNoAlloc@@PEAG@@QEAAPEAPEAGXZ +?Storage@?$AutoCleanup@VAutoCertContext@@PEBU_CERT_CONTEXT@@@@QEAAPEAPEBU_CERT_CONTEXT@@XZ +?Storage@?$AutoCleanup@VAutoChainContext@@PEBU_CERT_CHAIN_CONTEXT@@@@QEAAPEAPEBU_CERT_CHAIN_CONTEXT@@XZ +?Storage@?$AutoCleanup@VAutoHandle@@PEAX@@QEAAPEAPEAXXZ +?Storage@?$AutoCleanup@VAutoImpersonateUser@@PEAX@@QEAAPEAPEAXXZ +?Storage@?$AutoCleanup@VAutoLocalFree@@PEAX@@QEAAPEAPEAXXZ +?Storage@?$AutoCleanup@VAutoMIClass@@PEAU_MI_Class@@@@QEAAPEAPEAU_MI_Class@@XZ +?Storage@?$AutoCleanup@VAutoMIInstance@@PEAU_MI_Instance@@@@QEAAPEAPEAU_MI_Instance@@XZ +?Storage@?$AutoCleanup@VAutoRegKey@@PEAUHKEY__@@@@QEAAPEAPEAUHKEY__@@XZ +?Storage@?$AutoCleanup@VAutoSecurityDescriptor@@PEAX@@QEAAPEAPEAXXZ +?Storage@?$AutoCleanup@VAutoWaitHandle@@PEAX@@QEAAPEAPEAXXZ +?StoreData@CWSManResource@@AEAAHPEAVIRequestContext@@PEBG11PEAU_WSMAN_SELECTOR_SET@@PEAU_WSMAN_OPTION_SET@@@Z +?StoreData@CWSManResource@@QEAAHPEAVIRequestContext@@PEBG@Z +?StoreDataFromResourceLocator@CWSManResource@@AEAAHPEAVIRequestContext@@PEAU_WSMAN_RESOURCE_LOCATOR@@@Z +?StoreExpansion@CResourceAlias@@AEAAXPEBGPEAU_ALIAS_INFORMATION@@@Z +?StreamingOutput@ExtendedSemantic@@2KB DATA +?StringCchEndsWithCI@@YAHPEBG0@Z +?StringCchEquals@@YAHPEBG0@Z +?StringCchEqualsCI@@YAHPEBG0@Z +?StringCchStartsWith@@YAHPEBG0@Z +?StringCchStartsWithCI@@YAHPEBG0@Z +?StringConcatenate@CWSManResourceNoResourceUri@@IEAAHAEAPEAGAEAKKPEAG@Z +?StringIsBlank@@YAHPEBG@Z +?StringToDword@@YAHPEBDPEAK@Z +?StringToDword@@YAHPEBGPEAK@Z +?StringTrimWhitespace@@YAPEAGPEAG@Z +?Subscribe@CWSManGroupPolicyManager@@UEAAHPEAVIRequestContext@@PEAVIWSManGroupPolicyObserver@@H@Z +?TruncateAt@TSTRBUFFER@@QEAAXI@Z +?TryAcquire@CWSManCriticalSection@@QEAAHXZ +?UnSubscribe@CWSManGroupPolicyManager@@UEAAHPEAVIRequestContext@@PEAVIWSManGroupPolicyObserver@@@Z +?UninstallMigration@@YAHPEAVIRequestContext@@@Z +?UnregisterChild@ChildLifeTimeManager@@QEAAXXZ +?UnregisterPolicyNotification@CWSManGroupPolicyManager@@AEAAHXZ +?Up@?$LoaderSerializer@VSubscriptionManager@@$01@@AEAAJXZ +?UpdateCredentialsInCredmanStore@CConfigManager@@SAHPEAVIRequestContext@@PEAG1@Z +?UpdateHttpsBinding@@YAHPEAVIRequestContext@@PEBG1PEAHHH@Z +?UpdateHttpsCertificate@@YAHPEAVIRequestContext@@PEBG11PEAHHU_GUID@@@Z +?UpdateKey@CWSManResourceNoResourceUri@@QEAAHPEAVIRequestContext@@PEBG1@Z +?Uri@CResourceAlias@@QEAAPEBGXZ +?UseClientToken@UserRecord@@QEAA_NXZ +?UseDefaultConfig@CErrorContext@@UEBAHXZ +?UsingDefaultLCID@Locale@@QEAA_NXZ +?Validate@Locale@@SA_NPEAU_WSMAN_DATA@@@Z +?Validate@Locale@@SA_NPEBG@Z +?ValidateCBTHardeningLevel@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG@Z +?ValidateCertificateHash@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG111@Z +?ValidateHeaders@PacketParser@@QEAAHPEAVIRequestContext@@K@Z +?ValidateHostnameAndCertificateCN@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG1@Z +?ValidateIPFilter@ConfigRegistry@@IEAAHPEAVIRequestContext@@W4ConfigSetting@@PEBG@Z +?ValidateInt@CWSManGroupPolicyManager@@AEAAHPEAVIRequestContext@@PEBU_WSMAN_POLICY_INFO@@K@Z +?ValidateInt@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEAU_CONFIG_INFO@@KPEBG@Z +?ValidateString@CWSManGroupPolicyManager@@AEAAHPEAVIRequestContext@@PEBU_WSMAN_POLICY_INFO@@PEBG@Z +?ValidateString@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEAU_CONFIG_INFO@@PEBG@Z +?ValidateTrustedHosts@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG@Z +?ValidateUrlPrefix@ConfigRegistry@@IEAAHPEAVIRequestContext@@PEBG@Z +?Verbose@ExtendedSemantic@@2KB DATA +?VerifyState@RBUFFER@@IEBAXXZ +?WSManError@@YAXPEBGK0KPEAVIRequestContext@@@Z +?WSManMemoryOperation@@YAHW4WSMANMEMOPERATION@@PEAXKK@Z +?WSManPostThreadMessageW@@YAHKI_K_J@Z +?WaitForAllChildrenToUnregister@ChildLifeTimeManager@@QEAAXK@Z +?WaitForConditionVar@CWSManCriticalSectionWithConditionVar@@QEAAKK@Z +?WaitForMore@PacketParser@@UEAA_NXZ +?WakeAllWaitingForConditionVar@CWSManCriticalSectionWithConditionVar@@QEAAXXZ +?WakeAllWaitingOnNoOfChildren@ChildLifeTimeManager@@AEAAXXZ +?Warning@EventLog@@SAXK@Z +?Warning@EventLog@@SAXKGPEAPEBG@Z +?Warning@EventLog@@SAXKPEBG@Z +?Warning@ExtendedSemantic@@2KB DATA +?WatchForChanges@CServiceConfigCache@@QEAAPEAVCServiceWatcher@1@PEAVIRequestContext@@PEAVIServiceConfigObserver@@@Z +?WrapperCoSetProxyBlanket@@YAJPEAUIUnknown@@KKPEAGKKPEAXKW4BehaviourForNoInterfaceError@@@Z +?Write@EventHandler@WSMan@@SAXAEBU_EVENT_DESCRIPTOR@@KPEAU_EVENT_DATA_DESCRIPTOR@@@Z +?WriteCredentialsToCredmanStore@CConfigManager@@SAHPEAVIRequestContext@@PEAG1H@Z +?WriteSoapA@EventHandler@WSMan@@SAXAEBU_EVENT_DESCRIPTOR@@PEBDK@Z +?WriteSoapMessageA@EventHandler@WSMan@@AEAAXAEBU_EVENT_DESCRIPTOR@@PEBDK@Z +?WriteSoapMessageW@EventHandler@WSMan@@AEAAXAEBU_EVENT_DESCRIPTOR@@PEBGK@Z +?WriteSoapMessageW_BE@EventHandler@WSMan@@AEAAXAEBU_EVENT_DESCRIPTOR@@PEBGK@Z +?WriteSoapW@EventHandler@WSMan@@SAXAEBU_EVENT_DESCRIPTOR@@PEBGK@Z +?WriteSoapW_BE@EventHandler@WSMan@@SAXAEBU_EVENT_DESCRIPTOR@@PEBGK@Z +?_PolicyChangedCallback@CWSManGroupPolicyManager@@CAXPEAXE@Z +?back@?$SimpleQueue@T_LARGE_INTEGER@@@@QEBA?BT_LARGE_INTEGER@@XZ +?empty@?$SimpleQueue@T_LARGE_INTEGER@@@@QEBA_NXZ +?front@?$SimpleQueue@T_LARGE_INTEGER@@@@QEBA?BT_LARGE_INTEGER@@XZ +?g_Resources@Locale@@0V?$Loader@VResources@Locale@@$0A@@@A DATA +?isValid@?$SafeSet@PEAVCListenerOperation@@@@QEBA_NXZ +?m_migContext@ConfigRegistry@@2PEAVWSManMigrationContext@@EA DATA +?pop@?$SimpleQueue@T_LARGE_INTEGER@@@@QEAAXXZ +?push@?$SimpleQueue@T_LARGE_INTEGER@@@@QEAAKT_LARGE_INTEGER@@@Z +?s_cacheMap@CClientConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_cacheMap@CServiceConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_cacheMap@CWinRSPluginConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_config@CConfigManager@@0V?$AutoRelease@VCConfigManager@@@@A DATA +?s_lock@CConfigManager@@0VFastLock@@A DATA +?s_lock@CWSManGroupPolicyManager@@0VFastLock@@A DATA +?s_mapLock@CClientConfigCache@@0VFastLock@@A DATA +?s_mapLock@CServiceConfigCache@@0VFastLock@@A DATA +?s_mapLock@CWinRSPluginConfigCache@@0VFastLock@@A DATA +?s_policyManager@CWSManGroupPolicyManager@@0V?$AutoRelease@VCWSManGroupPolicyManager@@@@A DATA +EnumServiceUserResources +FwGetParsedDocument +FwGetRootElement +FwIsXmlEscapedProperly +FwXmlAddAttributeToAttributeList +FwXmlCloseParser +FwXmlCompareAttributeName +FwXmlCompareAttributeNameEx +FwXmlCompareElementName +FwXmlCompareElementNameEx +FwXmlCompareElementNameLen +FwXmlCompareElementNameSpace +FwXmlCompareName +FwXmlCreateXmlFromElement +FwXmlDecodeXmlEscapes +FwXmlEncodeXmlEscapes +FwXmlFindAttribute +FwXmlFindAttributeEx +FwXmlFindChildElement +FwXmlFindChildElementEx +FwXmlGetAttribute +FwXmlGetAttributeNameEx +FwXmlGetAttributeNamespacePrefix +FwXmlGetAttributeValue +FwXmlGetAttributeValueDWord +FwXmlGetBooleanValue +FwXmlGetBuffer +FwXmlGetChild +FwXmlGetElementName +FwXmlGetElementNameEx +FwXmlGetElementNamespacePrefix +FwXmlGetElementNamespaceUrl +FwXmlGetEntryNameEx +FwXmlGetNamespaceForPrefix +FwXmlGetNormalizedString +FwXmlGetReferenceXmlFromElement +FwXmlGetRemainder +FwXmlGetSimpleContent +FwXmlGetSimpleContentEx +FwXmlGetSimpleContentEx2 +FwXmlHasText +FwXmlIsEmpty +FwXmlIsMustUnderstand +FwXmlIsNull +FwXmlIsSimpleContent +FwXmlIsSimpleContentOrEmpty +FwXmlIsTrueValue +FwXmlNumAttributes +FwXmlNumChildren +FwXmlNumChildrenWithName +FwXmlNumConsecutiveChildrenWithName +FwXmlParsePrefixedXML +FwXmlParseStream +FwXmlParseText +FwXmlParserCreate +FwXmlUpdatePrefixes +GetServiceSecurity +MI_Application_InitializeV1 +SetServiceSecurity +SubscriptionsProvEnumerate +WSManAckEvents +WSManAddSubscriptionManagerInternal +WSManCloseCommand +WSManCloseEnumerationHandle +WSManCloseEnumeratorHandle +WSManCloseObjectHandle +WSManCloseOperation +WSManClosePublisherHandle +WSManCloseSession +WSManCloseSessionHandle +WSManCloseShell +WSManCloseSubscriptionHandle +WSManConnectShell +WSManConnectShellCommand +WSManConstructError +WSManCreateEnumeratorInternal +WSManCreateInternal +WSManCreateInternalEx +WSManCreatePullSubscription +WSManCreatePushSubscription +WSManCreateSession +WSManCreateSessionInternal +WSManCreateShell +WSManCreateShellEx +WSManDecodeObject +WSManDeinitialize +WSManDeleteInternal +WSManDeleteInternalEx +WSManDeliverEndSubscriptionNotification +WSManDeliverEvent +WSManDisconnectShell +WSManEncodeObject +WSManEncodeObjectEx +WSManEncodeObjectInternal +WSManEnumerateInternal +WSManEnumerateInternalEx +WSManEnumeratorAddEvent +WSManEnumeratorAddObject +WSManEnumeratorBatchPolicyViolated +WSManEnumeratorNextObject +WSManEnumeratorObjectCount +WSManGetErrorMessage +WSManGetInternal +WSManGetInternalEx +WSManGetSessionOptionAsDword +WSManGetSessionOptionAsString +WSManIdentifyInternal +WSManInitialize +WSManInvokeInternal +WSManInvokeInternalEx +WSManPluginAuthzOperationComplete +WSManPluginAuthzQueryQuotaComplete +WSManPluginAuthzUserComplete +WSManPluginFreeRequestDetails +WSManPluginGetConfiguration +WSManPluginGetOperationParameters +WSManPluginInteractiveCallback +WSManPluginObjectAndBookmarkResult +WSManPluginObjectAndEprResult +WSManPluginObjectResult +WSManPluginOperationComplete +WSManPluginReceiveResult +WSManPluginReportCompletion +WSManPluginReportContext +WSManPluginShutdown +WSManPluginStartup +WSManProvCreate +WSManProvDelete +WSManProvEnumerate +WSManProvGet +WSManProvInvoke +WSManProvPut +WSManPull +WSManPullEvents +WSManPutInternal +WSManPutInternalEx +WSManReceiveShellOutput +WSManReconnectShell +WSManReconnectShellCommand +WSManRemoveSubscriptionManagerInternal +WSManRunShellCommand +WSManRunShellCommandEx +WSManSendShellInput +WSManSetSessionOption +WSManSignalShell +mi_clientFT_V1 DATA diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0.def new file mode 100644 index 0000000000..c2daa031bc --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0.def @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-0 + +EXPORTS + +ClosePackageInfo@4 +CreateDeviceAccessInstance@12 +GetApplicationUserModelId@12 +GetCurrentApplicationUserModelId@8 +GetCurrentPackageFamilyName@8 +GetCurrentPackageFullName@8 +GetCurrentPackageId@8 +GetCurrentPackageInfo@16 +GetCurrentPackagePath@8 +GetPackageFamilyName@12 +GetPackageFullName@12 +GetPackageId@12 +GetPackageInfo@20 +GetPackagePath@16 +GetPackagesByPackageFamily@20 +OpenPackageInfoByFullName@12 +PackageFamilyNameFromFullName@12 +PackageFamilyNameFromId@12 +PackageFullNameFromId@12 +PackageIdFromFullName@16 +PackageNameAndPublisherIdFromFamilyName@20 +ProcessTrackerInsertOrWait@8 +ProcessTrackerRemove@4 +TokenBindingDeleteAllBindings@0 +TokenBindingDeleteBinding@4 +TokenBindingGenerateBinding@40 +TokenBindingGenerateID@16 +TokenBindingGenerateIDForUri@12 +TokenBindingGenerateMessage@20 +TokenBindingGetHighestSupportedVersion@8 +TokenBindingGetKeyTypesClient@4 +TokenBindingGetKeyTypesServer@4 +TokenBindingVerifyMessage@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..a7e4da52b6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-0_windowsapp.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-0 + +EXPORTS + +ClosePackageInfo@4 +CreateDeviceAccessInstance@12 +GetApplicationUserModelId@12 +GetCurrentApplicationUserModelId@8 +GetCurrentPackageFamilyName@8 +GetCurrentPackageFullName@8 +GetCurrentPackageId@8 +GetCurrentPackageInfo@16 +GetCurrentPackagePath@8 +GetPackageFamilyName@12 +GetPackageFullName@12 +GetPackageId@12 +GetPackageInfo@20 +GetPackagePath@16 +GetPackagesByPackageFamily@20 +OpenPackageInfoByFullName@12 +PackageFamilyNameFromFullName@12 +PackageFamilyNameFromId@12 +PackageFullNameFromId@12 +PackageIdFromFullName@16 +PackageNameAndPublisherIdFromFamilyName@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1.def new file mode 100644 index 0000000000..b414a8bea0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-1 + +EXPORTS + +FindPackagesByPackageFamily@28 +FormatApplicationUserModelId@16 +GetApplicationUserModelIdFromToken@12 +GetPackageApplicationIds@16 +GetPackageFamilyNameFromToken@12 +GetPackageFullNameFromToken@12 +GetPackagePathByFullName@12 +GetStagedPackageOrigin@8 +GetStagedPackagePathByFullName@12 +OpenPackageInfoByFullNameForUser@16 +ParseApplicationUserModelId@20 +VerifyApplicationUserModelId@4 +VerifyPackageFamilyName@4 +VerifyPackageFullName@4 +VerifyPackageId@4 +VerifyPackageRelativeApplicationId@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..df1110f143 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-1_windowsapp.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-1 + +EXPORTS + +FindPackagesByPackageFamily@28 +FormatApplicationUserModelId@16 +GetApplicationUserModelIdFromToken@12 +GetPackageApplicationIds@16 +GetPackageFamilyNameFromToken@12 +GetPackageFullNameFromToken@12 +GetPackagePathByFullName@12 +GetStagedPackagePathByFullName@12 +OpenPackageInfoByFullNameForUser@16 +ParseApplicationUserModelId@20 +VerifyApplicationUserModelId@4 +VerifyPackageFamilyName@4 +VerifyPackageFullName@4 +VerifyPackageId@4 +VerifyPackageRelativeApplicationId@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-2.def new file mode 100644 index 0000000000..48af82548e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-2.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-2 + +EXPORTS + +AppPolicyGetClrCompat@8 +AppPolicyGetCreateFileAccess@8 +AppPolicyGetLifecycleManagement@8 +AppPolicyGetMediaFoundationCodecLoading@8 +AppPolicyGetProcessTerminationMethod@8 +AppPolicyGetShowDeveloperDiagnostic@8 +AppPolicyGetThreadInitializationType@8 +AppPolicyGetWindowingModel@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-3.def new file mode 100644 index 0000000000..8159bcfb0f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-appmodel-runtime-l1-1-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-appmodel-runtime-l1-1-3 + +EXPORTS + +GetCurrentPackageInfo2@20 +GetCurrentPackagePath2@12 +GetPackageInfo2@24 +GetPackagePathByFullName2@16 +GetStagedPackagePathByFullName2@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-apiquery-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-apiquery-l2-1-0.def new file mode 100644 index 0000000000..dde95908ea --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-apiquery-l2-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-apiquery-l2-1-0 + +EXPORTS + +IsApiSetImplemented@4 +TokenBindingDeleteAllBindings@0 +TokenBindingDeleteBinding@4 +TokenBindingGenerateBinding@40 +TokenBindingGenerateID@16 +TokenBindingGenerateIDForUri@12 +TokenBindingGenerateMessage@20 +TokenBindingGetHighestSupportedVersion@8 +TokenBindingGetKeyTypesClient@4 +TokenBindingGetKeyTypesServer@4 +TokenBindingVerifyMessage@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0.def new file mode 100644 index 0000000000..d382f0541f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0.def @@ -0,0 +1,21 @@ +LIBRARY api-ms-win-core-atoms-l1-1-0 + +EXPORTS + +AddAtomA@4 +AddAtomW@4 +DeleteAtom@4 +FindAtomA@4 +FindAtomW@4 +GetAtomNameA@12 +GetAtomNameW@12 +GlobalAddAtomA@4 +GlobalAddAtomExA@8 +GlobalAddAtomExW@8 +GlobalAddAtomW@4 +GlobalDeleteAtom@4 +GlobalFindAtomA@4 +GlobalFindAtomW@4 +GlobalGetAtomNameA@12 +GlobalGetAtomNameW@12 +InitAtomTable@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..829170dc07 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-atoms-l1-1-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-atoms-l1-1-0 + +EXPORTS + +AddAtomA@4 +AddAtomW@4 +DeleteAtom@4 +FindAtomA@4 +FindAtomW@4 +GetAtomNameA@12 +GetAtomNameW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-backgroundtask-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-backgroundtask-l1-1-0.def new file mode 100644 index 0000000000..45c872386c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-backgroundtask-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-backgroundtask-l1-1-0 + +EXPORTS + +RaiseCustomSystemEventTrigger@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-calendar-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-calendar-l1-1-0.def new file mode 100644 index 0000000000..42bf0096c0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-calendar-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-calendar-l1-1-0 + +EXPORTS + +AdjustCalendarDate@12 +ConvertCalDateTimeToSystemTime@8 +ConvertSystemTimeToCalDateTime@12 +GetCalendarDateFormatEx@24 +GetCalendarSupportedDateRange@12 +IsCalendarLeapYear@12 +UpdateCalendarDayOfWeek@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0.def new file mode 100644 index 0000000000..4538a1eb02 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0.def @@ -0,0 +1,84 @@ +LIBRARY api-ms-win-core-com-l1-1-0 + +EXPORTS + +CLSIDFromProgID@8 +CLSIDFromString@8 +CoAddRefServerProcess@0 +CoAllowUnmarshalerCLSID@4 +CoCancelCall@8 +CoCopyProxy@8 +CoCreateFreeThreadedMarshaler@8 +CoCreateGuid@4 +CoCreateInstance@20 +CoCreateInstanceEx@24 +CoCreateInstanceFromApp@24 +CoDecodeProxy@16 +CoDecrementMTAUsage@4 +CoDisableCallCancellation@4 +CoDisconnectContext@4 +CoDisconnectObject@8 +CoEnableCallCancellation@4 +CoFreeUnusedLibraries@0 +CoFreeUnusedLibrariesEx@8 +CoGetApartmentType@8 +CoGetCallContext@8 +CoGetCallerTID@4 +CoGetCancelObject@12 +CoGetClassObject@20 +CoGetContextToken@4 +CoGetCurrentLogicalThreadId@4 +CoGetCurrentProcess@0 +CoGetDefaultContext@12 +CoGetInterfaceAndReleaseStream@12 +CoGetMalloc@8 +CoGetMarshalSizeMax@24 +CoGetObjectContext@8 +CoGetPSClsid@8 +CoGetStandardMarshal@24 +CoGetStdMarshalEx@12 +CoGetTreatAsClass@8 +CoImpersonateClient@0 +CoIncrementMTAUsage@4 +CoInitializeEx@8 +CoInitializeSecurity@36 +CoInvalidateRemoteMachineBindings@4 +CoIsHandlerConnected@4 +CoLockObjectExternal@12 +CoMarshalHresult@8 +CoMarshalInterface@24 +CoMarshalInterThreadInterfaceInStream@12 +CoQueryAuthenticationServices@8 +CoQueryClientBlanket@28 +CoQueryProxyBlanket@32 +CoRegisterClassObject@20 +CoRegisterPSClsid@8 +CoRegisterSurrogate@4 +CoReleaseMarshalData@4 +CoReleaseServerProcess@0 +CoResumeClassObjects@0 +CoRevertToSelf@0 +CoRevokeClassObject@4 +CoSetCancelObject@4 +CoSetProxyBlanket@32 +CoSuspendClassObjects@0 +CoSwitchCallContext@8 +CoTaskMemAlloc@4 +CoTaskMemFree@4 +CoTaskMemRealloc@8 +CoTestCancel@0 +CoUninitialize@0 +CoUnmarshalHresult@8 +CoUnmarshalInterface@12 +CoWaitForMultipleHandles@20 +CoWaitForMultipleObjects@20 +CreateStreamOnHGlobal@12 +FreePropVariantArray@8 +GetHGlobalFromStream@8 +IIDFromString@8 +ProgIDFromCLSID@8 +PropVariantClear@4 +PropVariantCopy@8 +StringFromCLSID@8 +StringFromGUID2@12 +StringFromIID@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..f694582ac1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-0_windowsapp.def @@ -0,0 +1,57 @@ +LIBRARY api-ms-win-core-com-l1-1-0 + +EXPORTS + +CLSIDFromProgID@8 +CLSIDFromString@8 +CoAddRefServerProcess@0 +CoCreateFreeThreadedMarshaler@8 +CoCreateGuid@4 +CoCreateInstance@20 +CoCreateInstanceEx@24 +CoCreateInstanceFromApp@24 +CoDecrementMTAUsage@4 +CoDisconnectObject@8 +CoFreeUnusedLibraries@0 +CoFreeUnusedLibrariesEx@8 +CoGetApartmentType@8 +CoGetClassObject@20 +CoGetContextToken@4 +CoGetCurrentLogicalThreadId@4 +CoGetInterfaceAndReleaseStream@12 +CoGetMalloc@8 +CoGetMarshalSizeMax@24 +CoGetObjectContext@8 +CoGetStandardMarshal@24 +CoIncrementMTAUsage@4 +CoInitializeEx@8 +CoInitializeSecurity@36 +CoLockObjectExternal@12 +CoMarshalInterface@24 +CoMarshalInterThreadInterfaceInStream@12 +CoRegisterClassObject@20 +CoRegisterPSClsid@8 +CoReleaseMarshalData@4 +CoReleaseServerProcess@0 +CoResumeClassObjects@0 +CoRevokeClassObject@4 +CoSetProxyBlanket@32 +CoSuspendClassObjects@0 +CoSwitchCallContext@8 +CoTaskMemAlloc@4 +CoTaskMemFree@4 +CoTaskMemRealloc@8 +CoUninitialize@0 +CoUnmarshalInterface@12 +CoWaitForMultipleHandles@20 +CoWaitForMultipleObjects@20 +CreateStreamOnHGlobal@12 +FreePropVariantArray@8 +GetHGlobalFromStream@8 +IIDFromString@8 +ProgIDFromCLSID@8 +PropVariantClear@4 +PropVariantCopy@8 +StringFromCLSID@8 +StringFromGUID2@12 +StringFromIID@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1.def new file mode 100644 index 0000000000..15bd76222f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +CoRegisterActivationFilter@4 +RoGetAgileReference@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..a34f2c3ed8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-com-l1-1-1 + +EXPORTS + +RoGetAgileReference@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-2.def new file mode 100644 index 0000000000..39eed651fd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-2 + +EXPORTS + +CLSIDFromProgIDEx@8 +CoFileTimeNow@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-3.def new file mode 100644 index 0000000000..52d865fa6b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-com-l1-1-3 + +EXPORTS + +CoRegisterDeviceCatalog@8 +CoRevokeDeviceCatalog@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-com-l2-1-1.def new file mode 100644 index 0000000000..81b907bec1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-l2-1-1.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-com-l2-1-1 + +EXPORTS + +CreateILockBytesOnHGlobal@12 +FmtIdToPropStgName@8 +GetConvertStg@4 +GetHGlobalFromILockBytes@8 +PropStgNameToFmtId@8 +ReadClassStg@8 +ReadClassStm@8 +StgCreateDocfile@16 +StgCreateDocfileOnILockBytes@16 +StgCreatePropSetStg@12 +StgCreatePropStg@24 +StgCreateStorageEx@32 +StgIsStorageFile@4 +StgIsStorageILockBytes@4 +StgOpenPropStg@20 +StgOpenStorage@24 +StgOpenStorageEx@32 +StgOpenStorageOnILockBytes@24 +StgSetTimes@16 +WriteClassStg@8 +WriteClassStm@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def new file mode 100644 index 0000000000..5614f71ef2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-com-midlproxystub-l1-1-0.def @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-com-midlproxystub-l1-1-0 + +EXPORTS + +CStdAsyncStubBuffer_AddRef@4 +CStdAsyncStubBuffer_Connect@8 +CStdAsyncStubBuffer_Disconnect@4 +CStdAsyncStubBuffer_Invoke@12 +CStdAsyncStubBuffer_QueryInterface@12 +CStdAsyncStubBuffer_Release@4 +CStdAsyncStubBuffer2_Connect@8 +CStdAsyncStubBuffer2_Disconnect@4 +CStdAsyncStubBuffer2_Release@4 +CStdStubBuffer2_Connect@8 +CStdStubBuffer2_CountRefs@4 +CStdStubBuffer2_Disconnect@4 +CStdStubBuffer2_QueryInterface@12 +NdrProxyForwardingFunction10@0 +NdrProxyForwardingFunction11@0 +NdrProxyForwardingFunction12@0 +NdrProxyForwardingFunction13@0 +NdrProxyForwardingFunction14@0 +NdrProxyForwardingFunction15@0 +NdrProxyForwardingFunction16@0 +NdrProxyForwardingFunction17@0 +NdrProxyForwardingFunction18@0 +NdrProxyForwardingFunction19@0 +NdrProxyForwardingFunction20@0 +NdrProxyForwardingFunction21@0 +NdrProxyForwardingFunction22@0 +NdrProxyForwardingFunction23@0 +NdrProxyForwardingFunction24@0 +NdrProxyForwardingFunction25@0 +NdrProxyForwardingFunction26@0 +NdrProxyForwardingFunction27@0 +NdrProxyForwardingFunction28@0 +NdrProxyForwardingFunction29@0 +NdrProxyForwardingFunction3@0 +NdrProxyForwardingFunction30@0 +NdrProxyForwardingFunction31@0 +NdrProxyForwardingFunction32@0 +NdrProxyForwardingFunction4@0 +NdrProxyForwardingFunction5@0 +NdrProxyForwardingFunction6@0 +NdrProxyForwardingFunction7@0 +NdrProxyForwardingFunction8@0 +NdrProxyForwardingFunction9@0 +ObjectStublessClient10@0 +ObjectStublessClient11@0 +ObjectStublessClient12@0 +ObjectStublessClient13@0 +ObjectStublessClient14@0 +ObjectStublessClient15@0 +ObjectStublessClient16@0 +ObjectStublessClient17@0 +ObjectStublessClient18@0 +ObjectStublessClient19@0 +ObjectStublessClient20@0 +ObjectStublessClient21@0 +ObjectStublessClient22@0 +ObjectStublessClient23@0 +ObjectStublessClient24@0 +ObjectStublessClient25@0 +ObjectStublessClient26@0 +ObjectStublessClient27@0 +ObjectStublessClient28@0 +ObjectStublessClient29@0 +ObjectStublessClient3@0 +ObjectStublessClient30@0 +ObjectStublessClient31@0 +ObjectStublessClient32@0 +ObjectStublessClient4@0 +ObjectStublessClient5@0 +ObjectStublessClient6@0 +ObjectStublessClient7@0 +ObjectStublessClient8@0 +ObjectStublessClient9@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-0.def new file mode 100644 index 0000000000..b1577137ee --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-0.def @@ -0,0 +1,22 @@ +LIBRARY api-ms-win-core-comm-l1-1-0 + +EXPORTS + +ClearCommBreak@4 +ClearCommError@12 +EscapeCommFunction@8 +GetCommConfig@12 +GetCommMask@8 +GetCommModemStatus@8 +GetCommProperties@8 +GetCommState@8 +GetCommTimeouts@8 +PurgeComm@8 +SetCommBreak@4 +SetCommConfig@12 +SetCommMask@8 +SetCommState@8 +SetCommTimeouts@8 +SetupComm@12 +TransmitCommChar@8 +WaitCommEvent@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-1.def new file mode 100644 index 0000000000..e974896f74 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-comm-l1-1-1 + +EXPORTS + +OpenCommPort@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-2.def new file mode 100644 index 0000000000..4fa237f735 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-comm-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-comm-l1-1-2 + +EXPORTS + +GetCommPorts@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-1-0.def new file mode 100644 index 0000000000..9ab4723ef7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-core-console-l1-1-0 + +EXPORTS + +AllocConsole@0 +GetConsoleCP@0 +GetConsoleMode@8 +GetConsoleOutputCP@0 +GetNumberOfConsoleInputEvents@8 +ReadConsoleA@20 +ReadConsoleInputA@16 +ReadConsoleInputW@16 +ReadConsoleW@20 +SetConsoleCtrlHandler@8 +SetConsoleMode@8 +WriteConsoleA@20 +WriteConsoleW@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-0.def new file mode 100644 index 0000000000..c7389ce94c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-console-l1-2-0 + +EXPORTS + +AttachConsole@4 +FreeConsole@0 +PeekConsoleInputA@16 +PeekConsoleInputW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-1.def new file mode 100644 index 0000000000..668c2da64a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-console-l1-2-1 + +EXPORTS + +ClosePseudoConsole@4 +CreatePseudoConsole@20 +ResizePseudoConsole@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l2-1-0.def new file mode 100644 index 0000000000..13e1cadb3f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l2-1-0.def @@ -0,0 +1,37 @@ +LIBRARY api-ms-win-core-console-l2-1-0 + +EXPORTS + +CreateConsoleScreenBuffer@20 +FillConsoleOutputAttribute@20 +FillConsoleOutputCharacterA@20 +FillConsoleOutputCharacterW@20 +FlushConsoleInputBuffer@4 +GenerateConsoleCtrlEvent@8 +GetConsoleCursorInfo@8 +GetConsoleScreenBufferInfo@8 +GetConsoleScreenBufferInfoEx@8 +GetLargestConsoleWindowSize@4 +ReadConsoleOutputA@20 +ReadConsoleOutputAttribute@20 +ReadConsoleOutputCharacterA@20 +ReadConsoleOutputCharacterW@20 +ReadConsoleOutputW@20 +ScrollConsoleScreenBufferA@20 +ScrollConsoleScreenBufferW@20 +SetConsoleActiveScreenBuffer@4 +SetConsoleCP@4 +SetConsoleCursorInfo@8 +SetConsoleCursorPosition@8 +SetConsoleOutputCP@4 +SetConsoleScreenBufferInfoEx@8 +SetConsoleScreenBufferSize@8 +SetConsoleTextAttribute@8 +SetConsoleWindowInfo@12 +WriteConsoleInputA@16 +WriteConsoleInputW@16 +WriteConsoleOutputA@20 +WriteConsoleOutputAttribute@20 +WriteConsoleOutputCharacterA@20 +WriteConsoleOutputCharacterW@20 +WriteConsoleOutputW@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l2-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l2-2-0.def new file mode 100644 index 0000000000..6a5c564a5b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l2-2-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-console-l2-2-0 + +EXPORTS + +GetConsoleOriginalTitleA@8 +GetConsoleOriginalTitleW@8 +GetConsoleTitleA@8 +GetConsoleTitleW@8 +SetConsoleTitleA@4 +SetConsoleTitleW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-console-l3-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-console-l3-2-0.def new file mode 100644 index 0000000000..15cab2821e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-console-l3-2-0.def @@ -0,0 +1,36 @@ +LIBRARY api-ms-win-core-console-l3-2-0 + +EXPORTS + +AddConsoleAliasA@12 +AddConsoleAliasW@12 +ExpungeConsoleCommandHistoryA@4 +ExpungeConsoleCommandHistoryW@4 +GetConsoleAliasA@16 +GetConsoleAliasesA@12 +GetConsoleAliasesLengthA@4 +GetConsoleAliasesLengthW@4 +GetConsoleAliasesW@12 +GetConsoleAliasExesA@8 +GetConsoleAliasExesLengthA@0 +GetConsoleAliasExesLengthW@0 +GetConsoleAliasExesW@8 +GetConsoleAliasW@16 +GetConsoleCommandHistoryA@12 +GetConsoleCommandHistoryLengthA@4 +GetConsoleCommandHistoryLengthW@4 +GetConsoleCommandHistoryW@12 +GetConsoleDisplayMode@4 +GetConsoleFontSize@8 +GetConsoleHistoryInfo@4 +GetConsoleProcessList@8 +GetConsoleSelectionInfo@4 +GetConsoleWindow@0 +GetCurrentConsoleFont@12 +GetCurrentConsoleFontEx@12 +GetNumberOfConsoleMouseButtons@4 +SetConsoleDisplayMode@12 +SetConsoleHistoryInfo@4 +SetConsoleNumberOfCommandsA@8 +SetConsoleNumberOfCommandsW@8 +SetCurrentConsoleFontEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-0.def new file mode 100644 index 0000000000..3c65999444 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-datetime-l1-1-0 + +EXPORTS + +GetDateFormatA@24 +GetDateFormatW@24 +GetTimeFormatA@24 +GetTimeFormatW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-1.def new file mode 100644 index 0000000000..9eb8b163c5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-datetime-l1-1-1 + +EXPORTS + +GetDateFormatEx@28 +GetTimeFormatEx@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-2.def new file mode 100644 index 0000000000..c103f09216 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-datetime-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-datetime-l1-1-2 + +EXPORTS + +GetDurationFormatEx@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-0.def new file mode 100644 index 0000000000..5928b3f574 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-debug-l1-1-0 + +EXPORTS + +DebugBreak@0 +IsDebuggerPresent@0 +OutputDebugStringA@4 +OutputDebugStringW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-1.def new file mode 100644 index 0000000000..02ad9c01a8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-debug-l1-1-1 + +EXPORTS + +CheckRemoteDebuggerPresent@8 +ContinueDebugEvent@12 +DebugActiveProcess@4 +DebugActiveProcessStop@4 +WaitForDebugEvent@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-2.def new file mode 100644 index 0000000000..e1b380938e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-debug-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-debug-l1-1-2 + +EXPORTS + +WaitForDebugEventEx@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-debug-minidump-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-debug-minidump-l1-1-0.def new file mode 100644 index 0000000000..164fcadd1d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-debug-minidump-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-debug-minidump-l1-1-0 + +EXPORTS + +MiniDumpReadDumpStream@20 +MiniDumpWriteDump@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-0.def new file mode 100644 index 0000000000..4ef7b0823a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-delayload-l1-1-0 + +EXPORTS + +DelayLoadFailureHook@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-1.def new file mode 100644 index 0000000000..e24edbf4cd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-delayload-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-delayload-l1-1-1 + +EXPORTS + +ResolveDelayLoadedAPI@24 +ResolveDelayLoadsFromDll@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-0.def new file mode 100644 index 0000000000..3bb05d9cab --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-enclave-l1-1-0 + +EXPORTS + +CreateEnclave@32 +InitializeEnclave@20 +IsEnclaveTypeSupported@4 +LoadEnclaveData@36 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-1.def new file mode 100644 index 0000000000..5e56d7cf30 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-enclave-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-enclave-l1-1-1 + +EXPORTS + +CallEnclave@16 +DeleteEnclave@4 +LoadEnclaveImageA@8 +LoadEnclaveImageW@8 +TerminateEnclave@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-0.def new file mode 100644 index 0000000000..07c07aa4ae --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-0 + +EXPORTS + +GetErrorMode@0 +GetLastError@0 +RaiseException@16 +SetErrorMode@4 +SetLastError@4 +SetUnhandledExceptionFilter@4 +UnhandledExceptionFilter@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1.def new file mode 100644 index 0000000000..c3a7c8e431 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +AddVectoredContinueHandler@8 +AddVectoredExceptionHandler@8 +RemoveVectoredContinueHandler@4 +RemoveVectoredExceptionHandler@4 +RestoreLastError@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..0d0a2060f5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-1 + +EXPORTS + +AddVectoredExceptionHandler@8 +RemoveVectoredExceptionHandler@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-2.def new file mode 100644 index 0000000000..0f9c47ec35 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-2 + +EXPORTS + +RaiseFailFastException@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3.def new file mode 100644 index 0000000000..eea77e56e5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +FatalAppExitA@8 +FatalAppExitW@8 +GetThreadErrorMode@0 +SetThreadErrorMode@8 +TerminateProcessOnMemoryExhaustion@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def new file mode 100644 index 0000000000..75d9db5c01 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-errorhandling-l1-1-3_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-errorhandling-l1-1-3 + +EXPORTS + +FatalAppExitA@8 +FatalAppExitW@8 +GetThreadErrorMode@0 +SetThreadErrorMode@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-0.def new file mode 100644 index 0000000000..5cede3d02a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-featurestaging-l1-1-0 + +EXPORTS + +GetFeatureEnabledState@8 +RecordFeatureError@8 +RecordFeatureUsage@16 +SubscribeFeatureStateChangeNotification@12 +UnsubscribeFeatureStateChangeNotification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-1.def new file mode 100644 index 0000000000..463d4afeb8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-featurestaging-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-featurestaging-l1-1-1 + +EXPORTS + +GetFeatureVariant@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-0.def new file mode 100644 index 0000000000..5673f32884 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-fibers-l1-1-0 + +EXPORTS + +FlsAlloc@4 +FlsFree@4 +FlsGetValue@4 +FlsSetValue@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-1.def new file mode 100644 index 0000000000..88e19fde3e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-fibers-l1-1-1 + +EXPORTS + +IsThreadAFiber@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0.def new file mode 100644 index 0000000000..f401c6e80b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-fibers-l2-1-0 + +EXPORTS + +ConvertFiberToThread@0 +ConvertThreadToFiber@4 +CreateFiber@12 +DeleteFiber@4 +SwitchToFiber@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..d0dfd4cb6a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-fibers-l2-1-0 + +EXPORTS + +ConvertFiberToThread@0 +DeleteFiber@4 +SwitchToFiber@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-1.def new file mode 100644 index 0000000000..feda2af1aa --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-fibers-l2-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-fibers-l2-1-1 + +EXPORTS + +ConvertThreadToFiberEx@8 +CreateFiberEx@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0.def new file mode 100644 index 0000000000..8baddb16fe --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-file-ansi-l1-1-0 + +EXPORTS + +DefineDosDeviceA@12 +DeleteVolumeMountPointA@4 +FindFirstVolumeA@8 +FindNextVolumeA@12 +GetLogicalDriveStringsA@8 +GetVolumeNameForVolumeMountPointA@12 +GetVolumePathNameA@12 +GetVolumePathNamesForVolumeNameA@16 +QueryDosDeviceA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..2abf01ffc8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-file-ansi-l1-1-0 + +EXPORTS + +DeleteVolumeMountPointA@4 +FindFirstVolumeA@8 +FindNextVolumeA@12 +GetLogicalDriveStringsA@8 +GetVolumePathNameA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0.def new file mode 100644 index 0000000000..e165dec6bb --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +CopyFileExA@24 +CreateDirectoryExA@12 +CreateSymbolicLinkA@12 +MoveFileWithProgressA@20 +ReplaceFileA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..ed7165f255 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-ansi-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-ansi-l2-1-0 + +EXPORTS + +CopyFileExA@24 +CreateDirectoryExA@12 +MoveFileWithProgressA@20 +ReplaceFileA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-fromapp-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-fromapp-l1-1-0.def new file mode 100644 index 0000000000..d303123871 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-fromapp-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-file-fromapp-l1-1-0 + +EXPORTS + +CopyFileFromAppW@12 +CreateDirectoryFromAppW@8 +CreateFile2FromAppW@20 +CreateFileFromAppW@28 +DeleteFileFromAppW@4 +FindFirstFileExFromAppW@24 +GetFileAttributesExFromAppW@12 +MoveFileFromAppW@8 +RemoveDirectoryFromAppW@4 +ReplaceFileFromAppW@24 +SetFileAttributesFromAppW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0.def new file mode 100644 index 0000000000..f41acf9588 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0.def @@ -0,0 +1,79 @@ +LIBRARY api-ms-win-core-file-l1-1-0 + +EXPORTS + +CompareFileTime@8 +CreateDirectoryA@8 +CreateDirectoryW@8 +CreateFileA@28 +CreateFileW@28 +DefineDosDeviceW@12 +DeleteFileA@4 +DeleteFileW@4 +DeleteVolumeMountPointW@4 +FileTimeToLocalFileTime@8 +FindClose@4 +FindCloseChangeNotification@4 +FindFirstChangeNotificationA@12 +FindFirstChangeNotificationW@12 +FindFirstFileA@8 +FindFirstFileExA@24 +FindFirstFileExW@24 +FindFirstFileW@8 +FindFirstVolumeW@8 +FindNextChangeNotification@4 +FindNextFileA@8 +FindNextFileW@8 +FindNextVolumeW@12 +FindVolumeClose@4 +FlushFileBuffers@4 +GetDiskFreeSpaceA@20 +GetDiskFreeSpaceExA@16 +GetDiskFreeSpaceExW@16 +GetDiskFreeSpaceW@20 +GetDriveTypeA@4 +GetDriveTypeW@4 +GetFileAttributesA@4 +GetFileAttributesExA@12 +GetFileAttributesExW@12 +GetFileAttributesW@4 +GetFileInformationByHandle@8 +GetFileSize@8 +GetFileSizeEx@8 +GetFileTime@16 +GetFileType@4 +GetFinalPathNameByHandleA@16 +GetFinalPathNameByHandleW@16 +GetFullPathNameA@16 +GetFullPathNameW@16 +GetLogicalDrives@0 +GetLogicalDriveStringsW@8 +GetLongPathNameA@12 +GetLongPathNameW@12 +GetShortPathNameW@12 +GetTempFileNameW@16 +GetVolumeInformationByHandleW@32 +GetVolumeInformationW@32 +GetVolumePathNameW@12 +LocalFileTimeToFileTime@8 +LockFile@20 +LockFileEx@24 +QueryDosDeviceW@12 +ReadFile@20 +ReadFileEx@20 +ReadFileScatter@20 +RemoveDirectoryA@4 +RemoveDirectoryW@4 +SetEndOfFile@4 +SetFileAttributesA@8 +SetFileAttributesW@8 +SetFileInformationByHandle@16 +SetFilePointer@16 +SetFilePointerEx@20 +SetFileTime@16 +SetFileValidData@12 +UnlockFile@20 +UnlockFileEx@20 +WriteFile@20 +WriteFileEx@20 +WriteFileGather@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3100d67c1e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-1-0_windowsapp.def @@ -0,0 +1,77 @@ +LIBRARY api-ms-win-core-file-l1-1-0 + +EXPORTS + +CompareFileTime@8 +CreateDirectoryA@8 +CreateDirectoryW@8 +CreateFileA@28 +CreateFileW@28 +DeleteFileA@4 +DeleteFileW@4 +DeleteVolumeMountPointW@4 +FileTimeToLocalFileTime@8 +FindClose@4 +FindCloseChangeNotification@4 +FindFirstChangeNotificationA@12 +FindFirstChangeNotificationW@12 +FindFirstFileA@8 +FindFirstFileExA@24 +FindFirstFileExW@24 +FindFirstFileW@8 +FindFirstVolumeW@8 +FindNextChangeNotification@4 +FindNextFileA@8 +FindNextFileW@8 +FindNextVolumeW@12 +FindVolumeClose@4 +FlushFileBuffers@4 +GetDiskFreeSpaceA@20 +GetDiskFreeSpaceExA@16 +GetDiskFreeSpaceExW@16 +GetDiskFreeSpaceW@20 +GetDriveTypeA@4 +GetDriveTypeW@4 +GetFileAttributesA@4 +GetFileAttributesExA@12 +GetFileAttributesExW@12 +GetFileAttributesW@4 +GetFileInformationByHandle@8 +GetFileSize@8 +GetFileSizeEx@8 +GetFileTime@16 +GetFileType@4 +GetFinalPathNameByHandleA@16 +GetFinalPathNameByHandleW@16 +GetFullPathNameA@16 +GetFullPathNameW@16 +GetLogicalDrives@0 +GetLogicalDriveStringsW@8 +GetLongPathNameA@12 +GetLongPathNameW@12 +GetShortPathNameW@12 +GetTempFileNameW@16 +GetVolumeInformationByHandleW@32 +GetVolumeInformationW@32 +GetVolumePathNameW@12 +LocalFileTimeToFileTime@8 +LockFile@20 +LockFileEx@24 +ReadFile@20 +ReadFileEx@20 +ReadFileScatter@20 +RemoveDirectoryA@4 +RemoveDirectoryW@4 +SetEndOfFile@4 +SetFileAttributesA@8 +SetFileAttributesW@8 +SetFileInformationByHandle@16 +SetFilePointer@16 +SetFilePointerEx@20 +SetFileTime@16 +SetFileValidData@12 +UnlockFile@20 +UnlockFileEx@20 +WriteFile@20 +WriteFileEx@20 +WriteFileGather@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-0.def new file mode 100644 index 0000000000..ecea74cf5c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l1-2-0 + +EXPORTS + +CreateFile2@20 +GetTempPathW@8 +GetVolumeNameForVolumeMountPointW@12 +GetVolumePathNamesForVolumeNameW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-1.def new file mode 100644 index 0000000000..7c989a3ef0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-file-l1-2-1 + +EXPORTS + +GetCompressedFileSizeA@8 +GetCompressedFileSizeW@8 +SetFileIoOverlappedRange@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2.def new file mode 100644 index 0000000000..f429b43a33 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-file-l1-2-2 + +EXPORTS + +AreFileApisANSI@0 +FindFirstFileNameW@16 +FindFirstStreamW@16 +FindNextFileNameW@12 +FindNextStreamW@8 +GetTempFileNameA@16 +GetTempPathA@8 +GetVolumeInformationA@32 +SetFileApisToANSI@0 +SetFileApisToOEM@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2_windowsapp.def new file mode 100644 index 0000000000..3697e58028 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-file-l1-2-2 + +EXPORTS + +AreFileApisANSI@0 +GetTempFileNameA@16 +GetTempPathA@8 +GetVolumeInformationA@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-3.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-3.def new file mode 100644 index 0000000000..1e7a40ce7b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l1-2-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-file-l1-2-3 + +EXPORTS + +GetDiskSpaceInformationA@8 +GetDiskSpaceInformationW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-0.def new file mode 100644 index 0000000000..e5f271788a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-file-l2-1-0 + +EXPORTS + +CopyFile2@12 +CopyFileExW@24 +CreateDirectoryExW@12 +CreateHardLinkW@12 +CreateSymbolicLinkW@12 +GetFileInformationByHandleEx@16 +MoveFileExW@12 +MoveFileWithProgressW@20 +ReadDirectoryChangesW@32 +ReOpenFile@16 +ReplaceFileW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-1.def new file mode 100644 index 0000000000..d0cf934c34 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-1 + +EXPORTS + +OpenFileById@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2.def new file mode 100644 index 0000000000..6408ffe22f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-file-l2-1-2 + +EXPORTS + +CopyFileW@12 +CreateHardLinkA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2_windowsapp.def new file mode 100644 index 0000000000..c8d59202a0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-2_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-2 + +EXPORTS + +CopyFileW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-3.def new file mode 100644 index 0000000000..9b6030d752 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-file-l2-1-3.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-file-l2-1-3 + +EXPORTS + +ReadDirectoryChangesExW@36 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-firmware-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-firmware-l1-1-0.def new file mode 100644 index 0000000000..9e2174a458 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-firmware-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-firmware-l1-1-0 + +EXPORTS + +GetFirmwareEnvironmentVariableA@16 +GetFirmwareEnvironmentVariableExA@20 +GetFirmwareEnvironmentVariableExW@20 +GetFirmwareEnvironmentVariableW@16 +SetFirmwareEnvironmentVariableA@16 +SetFirmwareEnvironmentVariableExA@20 +SetFirmwareEnvironmentVariableExW@20 +SetFirmwareEnvironmentVariableW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-handle-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-handle-l1-1-0.def new file mode 100644 index 0000000000..7d71381a51 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-handle-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-handle-l1-1-0 + +EXPORTS + +CloseHandle@4 +CompareObjectHandles@8 +DuplicateHandle@28 +GetHandleInformation@8 +SetHandleInformation@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-heap-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-heap-l1-1-0.def new file mode 100644 index 0000000000..bbb9ff8829 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-heap-l1-1-0.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-core-heap-l1-1-0 + +EXPORTS + +GetProcessHeap@0 +GetProcessHeaps@8 +HeapAlloc@12 +HeapCompact@8 +HeapCreate@12 +HeapDestroy@4 +HeapFree@12 +HeapLock@4 +HeapQueryInformation@20 +HeapReAlloc@16 +HeapSetInformation@16 +HeapSize@12 +HeapUnlock@4 +HeapValidate@12 +HeapWalk@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0.def new file mode 100644 index 0000000000..18418e8473 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-heap-l2-1-0 + +EXPORTS + +GlobalAlloc@8 +GlobalFree@4 +LocalAlloc@8 +LocalFree@4 +LocalLock@4 +LocalReAlloc@12 +LocalUnlock@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..3607917d36 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-heap-l2-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-heap-l2-1-0 + +EXPORTS + +GlobalAlloc@8 +GlobalFree@4 +LocalAlloc@8 +LocalFree@4 +LocalReAlloc@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def new file mode 100644 index 0000000000..c776a09dcb --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-heap-obsolete-l1-1-0 + +EXPORTS + +GlobalFlags@4 +GlobalHandle@4 +GlobalLock@4 +GlobalReAlloc@12 +GlobalSize@4 +GlobalUnlock@4 +LocalFlags@4 +LocalSize@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..88a8a862d1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-heap-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-heap-obsolete-l1-1-0 + +EXPORTS + +GlobalLock@4 +GlobalReAlloc@12 +GlobalSize@4 +GlobalUnlock@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-1-0.def new file mode 100644 index 0000000000..9eb401e6ee --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-interlocked-l1-1-0 + +EXPORTS + +InitializeSListHead@4 +InterlockedCompareExchange@12 +InterlockedCompareExchange64@20 +InterlockedDecrement@4 +InterlockedExchange@8 +InterlockedExchangeAdd@8 +InterlockedFlushSList@4 +InterlockedIncrement@4 +InterlockedPopEntrySList@4 +InterlockedPushEntrySList@8 +QueryDepthSList@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-2-0.def new file mode 100644 index 0000000000..46ecbae71f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-interlocked-l1-2-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-interlocked-l1-2-0 + +EXPORTS + +InterlockedPushListSListEx@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-0.def new file mode 100644 index 0000000000..3f78516494 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-io-l1-1-0 + +EXPORTS + +CancelIoEx@8 +CreateIoCompletionPort@16 +DeviceIoControl@32 +GetOverlappedResult@16 +GetQueuedCompletionStatus@20 +GetQueuedCompletionStatusEx@24 +PostQueuedCompletionStatus@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1.def new file mode 100644 index 0000000000..58798dd67c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIo@4 +CancelSynchronousIo@4 +GetOverlappedResultEx@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..c4a4336c41 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-io-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-io-l1-1-1 + +EXPORTS + +CancelIo@4 +GetOverlappedResultEx@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-job-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-job-l1-1-0.def new file mode 100644 index 0000000000..5117342163 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-job-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-job-l1-1-0 + +EXPORTS + +IsProcessInJob@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0.def new file mode 100644 index 0000000000..048a466c00 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-job-l2-1-0 + +EXPORTS + +AssignProcessToJobObject@8 +CreateJobObjectW@8 +OpenJobObjectW@12 +QueryInformationJobObject@20 +SetInformationJobObject@16 +TerminateJobObject@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..b6c9991c4d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-job-l2-1-0 + +EXPORTS + +AssignProcessToJobObject@8 +CreateJobObjectW@8 +SetInformationJobObject@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-1.def new file mode 100644 index 0000000000..fddcc55fef --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-job-l2-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-job-l2-1-1 + +EXPORTS + +FreeMemoryJobObject@4 +QueryIoRateControlInformationJobObject@16 +SetIoRateControlInformationJobObject@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def new file mode 100644 index 0000000000..5fb2e836c8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0 + +EXPORTS + +AddLocalAlternateComputerNameA@8 +CreateFileMappingNumaA@28 +CreateFileTransactedA@40 +CreateJobObjectA@8 +FindFirstVolumeMountPointA@12 +FindNextVolumeMountPointA@12 +GetFileAttributesTransactedA@16 +OpenJobObjectA@12 +SetDllDirectoryA@4 +SetVolumeLabelA@8 +SetVolumeMountPointA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..e1639243f8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0 + +EXPORTS + +SetDllDirectoryA@4 +SetVolumeLabelA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0.def new file mode 100644 index 0000000000..dc683253d6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0.def @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-0 + +EXPORTS + +AddLocalAlternateComputerNameW@8 +BackupRead@28 +BackupWrite@28 +BindIoCompletionCallback@12 +CopyFileA@12 +CreateFileMappingA@24 +CreateFileTransactedW@40 +CreateMailslotA@16 +CreateNamedPipeA@32 +DnsHostnameToComputerNameW@12 +DosDateTimeToFileTime@12 +FileTimeToDosDateTime@12 +FindResourceA@12 +FindResourceExA@16 +GetComputerNameA@8 +GetComputerNameW@8 +GetMaximumProcessorGroupCount@0 +GetNamedPipeClientProcessId@8 +GetNamedPipeServerProcessId@8 +GetShortPathNameA@12 +GetStartupInfoA@4 +GetSystemPowerStatus@4 +GetTapeParameters@16 +GetThreadSelectorEntry@12 +GlobalMemoryStatus@4 +MoveFileA@8 +MoveFileExA@12 +MoveFileW@8 +OpenFile@12 +PulseEvent@4 +RegisterWaitForSingleObject@24 +SetFileCompletionNotificationModes@8 +SetHandleCount@4 +SetMailslotInfo@8 +SetVolumeLabelW@8 +UnregisterWait@4 +WTSGetActiveConsoleSessionId@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..eea52ec467 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-0_windowsapp.def @@ -0,0 +1,23 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-0 + +EXPORTS + +CopyFileA@12 +CreateFileMappingA@24 +CreateNamedPipeA@32 +DosDateTimeToFileTime@12 +FileTimeToDosDateTime@12 +FindResourceA@12 +GetComputerNameA@8 +GetComputerNameW@8 +GetShortPathNameA@12 +GetStartupInfoA@4 +GetSystemPowerStatus@4 +GlobalMemoryStatus@4 +MoveFileA@8 +MoveFileExA@12 +MoveFileW@8 +RegisterWaitForSingleObject@24 +SetFileCompletionNotificationModes@8 +SetVolumeLabelW@8 +UnregisterWait@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def new file mode 100644 index 0000000000..da7566d729 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +FindFirstVolumeMountPointW@12 +FindNextVolumeMountPointW@12 +FindVolumeMountPointClose@4 +GetFileAttributesTransactedW@16 +GetFirmwareType@4 +GetNumaAvailableMemoryNodeEx@8 +GetNumaNodeProcessorMask@8 +GetNumaProcessorNodeEx@8 +PowerClearRequest@8 +PowerCreateRequest@4 +PowerSetRequest@8 +SetDllDirectoryW@4 +SetVolumeMountPointW@8 +VerifyVersionInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..2bb59d5331 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-1_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-1 + +EXPORTS + +SetDllDirectoryW@4 +VerifyVersionInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2.def new file mode 100644 index 0000000000..7d5230122c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-2 + +EXPORTS + +GetBinaryTypeW@8 +Module32First@8 +Module32Next@8 +OpenFileMappingA@12 +Process32First@8 +Process32Next@8 +SetTermsrvAppInstallMode@4 +VerifyVersionInfoA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..5a1ad7335f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-2 + +EXPORTS + +OpenFileMappingA@12 +Process32First@8 +Process32Next@8 +VerifyVersionInfoA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-3.def new file mode 100644 index 0000000000..9c7ed4ef63 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-3.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-3 + +EXPORTS + +CopyFileTransactedW@28 +CreateDirectoryTransactedW@16 +CreateHardLinkTransactedW@16 +CreateMailslotW@16 +CreateSymbolicLinkTransactedW@16 +DeleteFileTransactedW@8 +FindFirstFileTransactedW@28 +GetBinaryTypeA@8 +GetCompressedFileSizeTransactedW@12 +GetFullPathNameTransactedW@20 +GetLongPathNameTransactedW@16 +MoveFileTransactedW@24 +RemoveDirectoryTransactedW@8 +SetFileAttributesTransactedW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-4.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-4.def new file mode 100644 index 0000000000..15dcf80753 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-4 + +EXPORTS + +GetMailslotInfo@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5.def new file mode 100644 index 0000000000..6b2b66c19b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-5 + +EXPORTS + +GetDllDirectoryW@8 +SetThreadExecutionState@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def new file mode 100644 index 0000000000..238793d3de --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-5_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-5 + +EXPORTS + +SetThreadExecutionState@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-6.def b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-6.def new file mode 100644 index 0000000000..5be51afb6f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-kernel32-legacy-l1-1-6.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-kernel32-legacy-l1-1-6 + +EXPORTS + +GetDevicePowerState@8 +GetMaximumProcessorCount@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-largeinteger-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-largeinteger-l1-1-0.def new file mode 100644 index 0000000000..09eb50117b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-largeinteger-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-largeinteger-l1-1-0 + +EXPORTS + +MulDiv@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0.def new file mode 100644 index 0000000000..b440b6b877 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0.def @@ -0,0 +1,33 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +AddDllDirectory@4 +DisableThreadLibraryCalls@4 +EnumResourceLanguagesExA@28 +EnumResourceLanguagesExW@28 +EnumResourceNamesExA@24 +EnumResourceNamesExW@24 +EnumResourceTypesExA@20 +EnumResourceTypesExW@20 +FindResourceExW@16 +FindStringOrdinal@24 +FreeLibrary@4 +FreeLibraryAndExitThread@8 +FreeResource@4 +GetModuleFileNameA@12 +GetModuleFileNameW@12 +GetModuleHandleA@4 +GetModuleHandleExA@12 +GetModuleHandleExW@12 +GetModuleHandleW@4 +GetProcAddress@8 +LoadLibraryExA@12 +LoadLibraryExW@12 +LoadResource@8 +LoadStringA@16 +LoadStringW@16 +LockResource@4 +RemoveDllDirectory@4 +SetDefaultDllDirectories@4 +SizeofResource@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..2a2d1c6b6c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-0_windowsapp.def @@ -0,0 +1,27 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-0 + +EXPORTS + +AddDllDirectory@4 +DisableThreadLibraryCalls@4 +FindResourceExW@16 +FindStringOrdinal@24 +FreeLibrary@4 +FreeLibraryAndExitThread@8 +FreeResource@4 +GetModuleFileNameA@12 +GetModuleFileNameW@12 +GetModuleHandleA@4 +GetModuleHandleExA@12 +GetModuleHandleExW@12 +GetModuleHandleW@4 +GetProcAddress@8 +LoadLibraryExA@12 +LoadLibraryExW@12 +LoadResource@8 +LoadStringA@16 +LoadStringW@16 +LockResource@4 +RemoveDllDirectory@4 +SetDefaultDllDirectories@4 +SizeofResource@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-1.def new file mode 100644 index 0000000000..336d6be94b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-1 + +EXPORTS + +FindResourceW@12 +LoadLibraryA@4 +LoadLibraryW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-2.def new file mode 100644 index 0000000000..4331d1ec6a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-libraryloader-l1-2-2 + +EXPORTS + +EnumResourceNamesW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l2-1-0.def new file mode 100644 index 0000000000..92382c0fb3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-libraryloader-l2-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-libraryloader-l2-1-0 + +EXPORTS + +LoadPackagedLibrary@8 +QueryOptionalDelayLoadedAPI@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0.def new file mode 100644 index 0000000000..c95d8b98da --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0.def @@ -0,0 +1,22 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +EnumCalendarInfoA@16 +EnumCalendarInfoExA@16 +EnumDateFormatsA@12 +EnumDateFormatsExA@12 +EnumLanguageGroupLocalesA@16 +EnumSystemCodePagesA@8 +EnumSystemLanguageGroupsA@12 +EnumTimeFormatsA@12 +EnumUILanguagesA@12 +FoldStringA@20 +GetCalendarInfoA@24 +GetCPInfoExA@12 +GetCurrencyFormatA@24 +GetGeoInfoA@20 +GetNumberFormatA@24 +GetStringTypeExA@20 +SetCalendarInfoA@16 +SetLocaleInfoA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..bbadce429f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-localization-ansi-l1-1-0 + +EXPORTS + +EnumUILanguagesA@12 +FoldStringA@20 +GetCalendarInfoA@24 +GetStringTypeExA@20 +SetCalendarInfoA@16 +SetLocaleInfoA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0.def new file mode 100644 index 0000000000..79411b380a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0.def @@ -0,0 +1,63 @@ +LIBRARY api-ms-win-core-localization-l1-2-0 + +EXPORTS + +ConvertDefaultLocale@4 +EnumSystemGeoID@12 +EnumSystemLocalesA@8 +EnumSystemLocalesW@8 +FindNLSString@28 +FindNLSStringEx@40 +FormatMessageA@28 +FormatMessageW@28 +GetACP@0 +GetCalendarInfoEx@28 +GetCalendarInfoW@24 +GetCPInfo@8 +GetCPInfoExW@12 +GetFileMUIInfo@16 +GetFileMUIPath@28 +GetGeoInfoW@20 +GetLocaleInfoA@16 +GetLocaleInfoEx@16 +GetLocaleInfoW@16 +GetNLSVersion@12 +GetNLSVersionEx@12 +GetOEMCP@0 +GetProcessPreferredUILanguages@16 +GetSystemDefaultLangID@0 +GetSystemDefaultLCID@0 +GetSystemPreferredUILanguages@16 +GetThreadLocale@0 +GetThreadPreferredUILanguages@16 +GetThreadUILanguage@0 +GetUILanguageInfo@20 +GetUserDefaultLangID@0 +GetUserDefaultLCID@0 +GetUserDefaultLocaleName@8 +GetUserGeoID@4 +GetUserPreferredUILanguages@16 +IdnToAscii@20 +IdnToUnicode@20 +IsDBCSLeadByte@4 +IsDBCSLeadByteEx@8 +IsNLSDefinedString@20 +IsValidCodePage@4 +IsValidLanguageGroup@8 +IsValidLocale@8 +IsValidLocaleName@4 +IsValidNLSVersion@12 +LCMapStringA@24 +LCMapStringEx@36 +LCMapStringW@24 +LocaleNameToLCID@8 +ResolveLocaleName@12 +SetCalendarInfoW@16 +SetLocaleInfoW@12 +SetProcessPreferredUILanguages@12 +SetThreadLocale@4 +SetThreadPreferredUILanguages@12 +SetThreadUILanguage@4 +SetUserGeoID@4 +VerLanguageNameA@12 +VerLanguageNameW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..72496da293 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-0_windowsapp.def @@ -0,0 +1,62 @@ +LIBRARY api-ms-win-core-localization-l1-2-0 + +EXPORTS + +ConvertDefaultLocale@4 +EnumSystemGeoID@12 +EnumSystemLocalesA@8 +EnumSystemLocalesW@8 +FindNLSString@28 +FindNLSStringEx@40 +FormatMessageA@28 +FormatMessageW@28 +GetACP@0 +GetCalendarInfoEx@28 +GetCalendarInfoW@24 +GetCPInfo@8 +GetCPInfoExW@12 +GetFileMUIInfo@16 +GetFileMUIPath@28 +GetGeoInfoW@20 +GetLocaleInfoA@16 +GetLocaleInfoEx@16 +GetLocaleInfoW@16 +GetNLSVersion@12 +GetNLSVersionEx@12 +GetOEMCP@0 +GetProcessPreferredUILanguages@16 +GetSystemDefaultLangID@0 +GetSystemDefaultLCID@0 +GetSystemPreferredUILanguages@16 +GetThreadLocale@0 +GetThreadPreferredUILanguages@16 +GetThreadUILanguage@0 +GetUILanguageInfo@20 +GetUserDefaultLangID@0 +GetUserDefaultLCID@0 +GetUserDefaultLocaleName@8 +GetUserGeoID@4 +GetUserPreferredUILanguages@16 +IdnToAscii@20 +IdnToUnicode@20 +IsDBCSLeadByte@4 +IsDBCSLeadByteEx@8 +IsNLSDefinedString@20 +IsValidCodePage@4 +IsValidLanguageGroup@8 +IsValidLocale@8 +IsValidLocaleName@4 +IsValidNLSVersion@12 +LCMapStringA@24 +LCMapStringEx@36 +LCMapStringW@24 +LocaleNameToLCID@8 +ResolveLocaleName@12 +SetCalendarInfoW@16 +SetLocaleInfoW@12 +SetProcessPreferredUILanguages@12 +SetThreadLocale@4 +SetThreadPreferredUILanguages@12 +SetThreadUILanguage@4 +VerLanguageNameA@12 +VerLanguageNameW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-1.def new file mode 100644 index 0000000000..1c8683189a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-localization-l1-2-1 + +EXPORTS + +EnumSystemLocalesEx@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-2.def new file mode 100644 index 0000000000..1e07375624 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-2 + +EXPORTS + +GetSystemDefaultLocaleName@8 +LCIDToLocaleName@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-3.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-3.def new file mode 100644 index 0000000000..1b157a44b0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-3.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-localization-l1-2-3 + +EXPORTS + +EnumSystemGeoNames@12 +GetGeoInfoEx@16 +GetUserDefaultGeoName@8 +SetUserGeoName@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-4.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-4.def new file mode 100644 index 0000000000..63adeb11cd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l1-2-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-localization-l1-2-4 + +EXPORTS + +RestoreThreadPreferredUILanguages@4 +SetThreadPreferredUILanguages2@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0.def new file mode 100644 index 0000000000..20265cc7e3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx@24 +EnumCalendarInfoExW@16 +EnumCalendarInfoW@16 +EnumDateFormatsExEx@16 +EnumDateFormatsExW@12 +EnumDateFormatsW@12 +EnumSystemCodePagesW@8 +EnumTimeFormatsEx@16 +EnumTimeFormatsW@12 +GetCurrencyFormatEx@24 +GetCurrencyFormatW@24 +GetNumberFormatEx@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..263e4ec5ac --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-l2-1-0_windowsapp.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-localization-l2-1-0 + +EXPORTS + +EnumCalendarInfoExEx@24 +EnumCalendarInfoW@16 +EnumDateFormatsExEx@16 +EnumSystemCodePagesW@8 +EnumTimeFormatsEx@16 +GetCurrencyFormatEx@24 +GetCurrencyFormatW@24 +GetNumberFormatEx@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0.def new file mode 100644 index 0000000000..c20fb48c87 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-localization-obsolete-l1-2-0 + +EXPORTS + +CompareStringA@24 +EnumLanguageGroupLocalesW@16 +EnumSystemLanguageGroupsW@12 +EnumUILanguagesW@12 +GetNumberFormatW@24 +GetStringTypeA@20 +GetSystemDefaultUILanguage@0 +GetUserDefaultUILanguage@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..2c25969632 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-localization-obsolete-l1-2-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-localization-obsolete-l1-2-0 + +EXPORTS + +CompareStringA@24 +EnumUILanguagesW@12 +GetStringTypeA@20 +GetSystemDefaultUILanguage@0 +GetUserDefaultUILanguage@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-0.def new file mode 100644 index 0000000000..0173618faa --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-0.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-core-memory-l1-1-0 + +EXPORTS + +CreateFileMappingW@24 +FlushViewOfFile@8 +MapViewOfFile@20 +MapViewOfFileEx@24 +OpenFileMappingW@12 +ReadProcessMemory@20 +UnmapViewOfFile@4 +VirtualAlloc@16 +VirtualAllocEx@20 +VirtualFree@12 +VirtualFreeEx@16 +VirtualProtect@16 +VirtualProtectEx@20 +VirtualQuery@12 +VirtualQueryEx@16 +WriteProcessMemory@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1.def new file mode 100644 index 0000000000..9497d9151b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-core-memory-l1-1-1 + +EXPORTS + +CreateFileMappingFromApp@24 +CreateFileMappingNumaW@28 +CreateMemoryResourceNotification@4 +GetLargePageMinimum@0 +GetProcessWorkingSetSizeEx@16 +GetSystemFileCacheSize@12 +GetWriteWatch@24 +MapViewOfFileFromApp@20 +PrefetchVirtualMemory@16 +QueryMemoryResourceNotification@8 +ResetWriteWatch@8 +SetProcessWorkingSetSizeEx@16 +SetSystemFileCacheSize@12 +UnmapViewOfFileEx@8 +VirtualLock@8 +VirtualUnlock@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..f30008d031 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-1_windowsapp.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-memory-l1-1-1 + +EXPORTS + +CreateFileMappingFromApp@24 +GetLargePageMinimum@0 +GetProcessWorkingSetSizeEx@16 +GetWriteWatch@24 +MapViewOfFileFromApp@20 +ResetWriteWatch@8 +SetProcessWorkingSetSizeEx@16 +UnmapViewOfFileEx@8 +VirtualLock@8 +VirtualUnlock@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2.def new file mode 100644 index 0000000000..a50173024c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +AllocateUserPhysicalPages@12 +AllocateUserPhysicalPagesNuma@16 +DiscardVirtualMemory@8 +FreeUserPhysicalPages@12 +GetMemoryErrorHandlingCapabilities@4 +MapUserPhysicalPages@12 +OfferVirtualMemory@12 +ReclaimVirtualMemory@8 +RegisterBadMemoryNotification@4 +UnregisterBadMemoryNotification@4 +VirtualAllocExNuma@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..743bdc7c57 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-2_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-2 + +EXPORTS + +DiscardVirtualMemory@8 +OfferVirtualMemory@12 +ReclaimVirtualMemory@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-3.def new file mode 100644 index 0000000000..e0ac7a8970 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-3.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-memory-l1-1-3 + +EXPORTS + +OpenFileMappingFromApp@12 +SetProcessValidCallTargets@20 +VirtualAllocFromApp@16 +VirtualProtectFromApp@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-4.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-4.def new file mode 100644 index 0000000000..1e56b7975e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-memory-l1-1-4 + +EXPORTS + +QueryVirtualMemoryInformation@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5.def new file mode 100644 index 0000000000..f776c682ad --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-memory-l1-1-5 + +EXPORTS + +MapViewOfFileNuma2@36 +UnmapViewOfFile2@12 +VirtualUnlockEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5_windowsapp.def new file mode 100644 index 0000000000..3258dd5bf2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-5_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-5 + +EXPORTS + +UnmapViewOfFile2@12 +VirtualUnlockEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6.def new file mode 100644 index 0000000000..58502ec13a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-memory-l1-1-6 + +EXPORTS + +MapViewOfFile3@40 +MapViewOfFile3FromApp@40 +VirtualAlloc2@28 +VirtualAlloc2FromApp@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6_windowsapp.def new file mode 100644 index 0000000000..7c49d70d3c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-6_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-6 + +EXPORTS + +MapViewOfFile3FromApp@40 +VirtualAlloc2FromApp@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7.def new file mode 100644 index 0000000000..25d4dbdb28 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-memory-l1-1-7 + +EXPORTS + +CreateFileMapping2@40 +SetProcessValidCallTargetsForMappedView@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7_windowsapp.def new file mode 100644 index 0000000000..eaf81b5e74 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-memory-l1-1-7_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-memory-l1-1-7 + +EXPORTS + +SetProcessValidCallTargetsForMappedView@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-0.def new file mode 100644 index 0000000000..0c231f99bf --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-namedpipe-ansi-l1-1-0 + +EXPORTS + +GetNamedPipeClientComputerNameA@12 +GetNamedPipeHandleStateA@28 +WaitNamedPipeA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-1.def new file mode 100644 index 0000000000..cfb9f0a3e0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-ansi-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-namedpipe-ansi-l1-1-1 + +EXPORTS + +CallNamedPipeA@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-1-0.def new file mode 100644 index 0000000000..8d0ce8c410 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-namedpipe-l1-1-0 + +EXPORTS + +ConnectNamedPipe@8 +CreateNamedPipeW@32 +CreatePipe@16 +DisconnectNamedPipe@4 +GetNamedPipeClientComputerNameW@12 +ImpersonateNamedPipeClient@4 +PeekNamedPipe@24 +SetNamedPipeHandleState@16 +TransactNamedPipe@28 +WaitNamedPipeW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-1.def new file mode 100644 index 0000000000..f34e3d46aa --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-namedpipe-l1-2-1 + +EXPORTS + +GetNamedPipeHandleStateW@28 +GetNamedPipeInfo@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-2.def new file mode 100644 index 0000000000..2a5d489a64 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namedpipe-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-namedpipe-l1-2-2 + +EXPORTS + +CallNamedPipeW@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namespace-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-namespace-ansi-l1-1-0.def new file mode 100644 index 0000000000..20962d33f1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namespace-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-namespace-ansi-l1-1-0 + +EXPORTS + +CreateBoundaryDescriptorA@8 +CreatePrivateNamespaceA@12 +OpenPrivateNamespaceA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-namespace-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-namespace-l1-1-0.def new file mode 100644 index 0000000000..e132a8b0b7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-namespace-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-namespace-l1-1-0 + +EXPORTS + +AddSIDToBoundaryDescriptor@8 +ClosePrivateNamespace@8 +CreateBoundaryDescriptorW@8 +CreatePrivateNamespaceW@12 +DeleteBoundaryDescriptor@4 +OpenPrivateNamespaceW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-normalization-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-normalization-l1-1-0.def new file mode 100644 index 0000000000..9b45689268 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-normalization-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-normalization-l1-1-0 + +EXPORTS + +GetStringScripts@20 +IdnToNameprepUnicode@20 +IsNormalizedString@12 +NormalizeString@20 +VerifyScripts@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-path-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-path-l1-1-0.def new file mode 100644 index 0000000000..de0cf201d0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-path-l1-1-0.def @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-path-l1-1-0 + +EXPORTS + +PathAllocCanonicalize@12 +PathAllocCombine@16 +PathCchAddBackslash@8 +PathCchAddBackslashEx@16 +PathCchAddExtension@12 +PathCchAppend@12 +PathCchAppendEx@16 +PathCchCanonicalize@12 +PathCchCanonicalizeEx@16 +PathCchCombine@16 +PathCchCombineEx@20 +PathCchFindExtension@12 +PathCchIsRoot@4 +PathCchRemoveBackslash@8 +PathCchRemoveBackslashEx@16 +PathCchRemoveExtension@8 +PathCchRemoveFileSpec@8 +PathCchRenameExtension@12 +PathCchSkipRoot@8 +PathCchStripPrefix@8 +PathCchStripToRoot@8 +PathIsUNCEx@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-perfcounters-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-perfcounters-l1-1-0.def new file mode 100644 index 0000000000..5dd5aa6c0a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-perfcounters-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-perfcounters-l1-1-0 + +EXPORTS + +PerfCreateInstance@16 +PerfDecrementULongCounterValue@16 +PerfDecrementULongLongCounterValue@20 +PerfDeleteInstance@8 +PerfIncrementULongCounterValue@16 +PerfIncrementULongLongCounterValue@20 +PerfQueryInstance@16 +PerfSetCounterRefValue@16 +PerfSetCounterSetInfo@12 +PerfSetULongCounterValue@16 +PerfSetULongLongCounterValue@20 +PerfStartProvider@12 +PerfStartProviderEx@12 +PerfStopProvider@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0.def new file mode 100644 index 0000000000..a82ec6fd1a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-0 + +EXPORTS + +GetPrivateProfileIntA@16 +GetPrivateProfileIntW@16 +GetPrivateProfileSectionW@16 +GetPrivateProfileStringA@24 +GetPrivateProfileStringW@24 +GetProfileIntA@12 +GetProfileIntW@12 +GetProfileSectionA@12 +GetProfileSectionW@12 +GetProfileStringA@20 +GetProfileStringW@20 +WritePrivateProfileSectionA@12 +WritePrivateProfileStringA@16 +WritePrivateProfileStringW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..8a7633f6b7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-0 + +EXPORTS + +GetPrivateProfileIntA@16 +GetPrivateProfileStringA@24 +GetPrivateProfileStringW@24 +WritePrivateProfileStringA@16 +WritePrivateProfileStringW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1.def new file mode 100644 index 0000000000..d6cc2eb17e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-1 + +EXPORTS + +GetPrivateProfileSectionA@16 +WritePrivateProfileSectionW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..21a304223f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-privateprofile-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-privateprofile-l1-1-1 + +EXPORTS + +GetPrivateProfileSectionA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-ansi-l1-1-0.def new file mode 100644 index 0000000000..cedcde7ab7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-ansi-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processenvironment-ansi-l1-1-0 + +EXPORTS + +SetEnvironmentStringsA@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-1-0.def new file mode 100644 index 0000000000..e983b380ce --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-1-0.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-processenvironment-l1-1-0 + +EXPORTS + +ExpandEnvironmentStringsA@12 +ExpandEnvironmentStringsW@12 +FreeEnvironmentStringsA@4 +FreeEnvironmentStringsW@4 +GetCommandLineA@0 +GetCommandLineW@0 +GetCurrentDirectoryA@8 +GetCurrentDirectoryW@8 +GetEnvironmentStrings@0 +GetEnvironmentStringsW@0 +GetEnvironmentVariableA@12 +GetEnvironmentVariableW@12 +GetStdHandle@4 +SearchPathW@24 +SetCurrentDirectoryA@4 +SetCurrentDirectoryW@4 +SetEnvironmentStringsW@4 +SetEnvironmentVariableA@8 +SetEnvironmentVariableW@8 +SetStdHandle@8 +SetStdHandleEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0.def new file mode 100644 index 0000000000..18fd96eaf1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +NeedCurrentDirectoryForExePathA@4 +NeedCurrentDirectoryForExePathW@4 +SearchPathA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..360ce5b3ce --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processenvironment-l1-2-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processenvironment-l1-2-0 + +EXPORTS + +SearchPathA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processsnapshot-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processsnapshot-l1-1-0.def new file mode 100644 index 0000000000..9200efcab9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processsnapshot-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-processsnapshot-l1-1-0 + +EXPORTS + +PssCaptureSnapshot@16 +PssDuplicateSnapshot@20 +PssFreeSnapshot@8 +PssQuerySnapshot@16 +PssWalkMarkerCreate@8 +PssWalkMarkerFree@4 +PssWalkMarkerGetPosition@8 +PssWalkMarkerSeekToBeginning@4 +PssWalkMarkerSetPosition@8 +PssWalkSnapshot@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-0.def new file mode 100644 index 0000000000..e4e49d9a7e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-0.def @@ -0,0 +1,53 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-0 + +EXPORTS + +CreateProcessA@40 +CreateProcessAsUserW@44 +CreateProcessW@40 +CreateRemoteThread@28 +CreateRemoteThreadEx@32 +CreateThread@24 +DeleteProcThreadAttributeList@4 +ExitProcess@4 +ExitThread@4 +FlushProcessWriteBuffers@0 +GetCurrentProcess@0 +GetCurrentProcessId@0 +GetCurrentThread@0 +GetCurrentThreadId@0 +GetExitCodeProcess@8 +GetExitCodeThread@8 +GetPriorityClass@4 +GetProcessId@4 +GetProcessIdOfThread@4 +GetProcessTimes@20 +GetProcessVersion@4 +GetStartupInfoW@4 +GetThreadId@4 +GetThreadPriority@4 +GetThreadPriorityBoost@8 +InitializeProcThreadAttributeList@16 +OpenProcessToken@12 +OpenThread@12 +OpenThreadToken@16 +ProcessIdToSessionId@8 +QueryProcessAffinityUpdateMode@8 +QueueUserAPC@12 +ResumeThread@4 +SetPriorityClass@8 +SetProcessAffinityUpdateMode@8 +SetProcessShutdownParameters@8 +SetThreadPriority@8 +SetThreadPriorityBoost@8 +SetThreadStackGuarantee@4 +SetThreadToken@8 +SuspendThread@4 +SwitchToThread@0 +TerminateProcess@8 +TerminateThread@8 +TlsAlloc@0 +TlsFree@4 +TlsGetValue@4 +TlsSetValue@8 +UpdateProcThreadAttribute@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-1.def new file mode 100644 index 0000000000..ce7ca42a9d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-1.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-1 + +EXPORTS + +FlushInstructionCache@12 +GetCurrentProcessorNumber@0 +GetCurrentProcessorNumberEx@4 +GetCurrentThreadStackLimits@8 +GetProcessHandleCount@8 +GetProcessMitigationPolicy@16 +GetThreadContext@8 +GetThreadIdealProcessorEx@8 +GetThreadTimes@20 +IsProcessorFeaturePresent@4 +OpenProcess@12 +SetProcessMitigationPolicy@12 +SetThreadContext@8 +SetThreadIdealProcessorEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2.def new file mode 100644 index 0000000000..13c16bdc39 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +GetProcessPriorityBoost@8 +GetSystemTimes@12 +GetThreadInformation@16 +GetThreadIOPendingFlag@8 +IsProcessCritical@8 +QueryProtectedPolicy@8 +SetProcessPriorityBoost@8 +SetProtectedPolicy@12 +SetThreadInformation@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..8c2c86e8cc --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-2_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-2 + +EXPORTS + +GetProcessPriorityBoost@8 +GetSystemTimes@12 +SetProcessPriorityBoost@8 +SetThreadInformation@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3.def new file mode 100644 index 0000000000..0906021cbe --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +CreateProcessAsUserA@44 +GetProcessDefaultCpuSets@16 +GetProcessInformation@16 +GetProcessShutdownParameters@8 +GetSystemCpuSetInformation@20 +GetThreadDescription@8 +GetThreadSelectedCpuSets@16 +SetProcessDefaultCpuSets@12 +SetProcessInformation@16 +SetThreadDescription@8 +SetThreadIdealProcessor@8 +SetThreadSelectedCpuSets@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3_windowsapp.def new file mode 100644 index 0000000000..6733ced72a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-3_windowsapp.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-3 + +EXPORTS + +CreateProcessAsUserA@44 +GetProcessDefaultCpuSets@16 +GetProcessInformation@16 +GetSystemCpuSetInformation@20 +GetThreadDescription@8 +GetThreadSelectedCpuSets@16 +SetProcessDefaultCpuSets@12 +SetProcessInformation@16 +SetThreadDescription@8 +SetThreadIdealProcessor@8 +SetThreadSelectedCpuSets@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-4.def b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-4.def new file mode 100644 index 0000000000..a73af0e324 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processthreads-l1-1-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-processthreads-l1-1-4 + +EXPORTS + +SetProcessDynamicEHContinuationTargets@12 +SetProcessDynamicEnforcedCetCompatibleRanges@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0.def new file mode 100644 index 0000000000..2d46cf15b0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-processtopology-l1-1-0 + +EXPORTS + +GetProcessGroupAffinity@12 +GetThreadGroupAffinity@8 +SetThreadGroupAffinity@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..040fbcdde2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-processtopology-l1-1-0 + +EXPORTS + +GetThreadGroupAffinity@8 +SetThreadGroupAffinity@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0.def new file mode 100644 index 0000000000..c995351e4a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-0 + +EXPORTS + +GetActiveProcessorCount@4 +GetProcessAffinityMask@12 +GetProcessIoCounters@8 +SetProcessAffinityMask@8 +SetThreadAffinityMask@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..7b60bf7047 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-0 + +EXPORTS + +GetProcessAffinityMask@12 +GetProcessIoCounters@8 +SetProcessAffinityMask@8 +SetThreadAffinityMask@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-1.def new file mode 100644 index 0000000000..876c5e451e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-processtopology-obsolete-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-processtopology-obsolete-l1-1-1 + +EXPORTS + +GetActiveProcessorGroupCount@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-profile-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-profile-l1-1-0.def new file mode 100644 index 0000000000..020eef9785 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-profile-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-profile-l1-1-0 + +EXPORTS + +QueryPerformanceCounter@4 +QueryPerformanceFrequency@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0.def new file mode 100644 index 0000000000..a4ae77af74 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-psapi-ansi-l1-1-0 + +EXPORTS + +K32EnumPageFilesA@8 +K32GetDeviceDriverBaseNameA@12 +K32GetDeviceDriverFileNameA@12 +K32GetMappedFileNameA@16 +K32GetModuleBaseNameA@16 +K32GetModuleFileNameExA@16 +K32GetProcessImageFileNameA@12 +QueryFullProcessImageNameA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..30fc209dc2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-psapi-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-psapi-ansi-l1-1-0 + +EXPORTS + +K32GetModuleBaseNameA@16 +K32GetModuleFileNameExA@16 +QueryFullProcessImageNameA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0.def new file mode 100644 index 0000000000..7500446b0e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0.def @@ -0,0 +1,25 @@ +LIBRARY api-ms-win-core-psapi-l1-1-0 + +EXPORTS + +K32EmptyWorkingSet@4 +K32EnumDeviceDrivers@12 +K32EnumPageFilesW@8 +K32EnumProcesses@12 +K32EnumProcessModules@16 +K32EnumProcessModulesEx@20 +K32GetDeviceDriverBaseNameW@12 +K32GetDeviceDriverFileNameW@12 +K32GetMappedFileNameW@16 +K32GetModuleBaseNameW@16 +K32GetModuleFileNameExW@16 +K32GetModuleInformation@16 +K32GetPerformanceInfo@8 +K32GetProcessImageFileNameW@12 +K32GetProcessMemoryInfo@12 +K32GetWsChanges@12 +K32GetWsChangesEx@12 +K32InitializeProcessForWsWatch@4 +K32QueryWorkingSet@12 +K32QueryWorkingSetEx@12 +QueryFullProcessImageNameW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..377ddd588c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-psapi-l1-1-0_windowsapp.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-psapi-l1-1-0 + +EXPORTS + +K32EnumProcesses@12 +K32GetModuleBaseNameW@16 +K32GetModuleFileNameExW@16 +K32GetModuleInformation@16 +K32GetProcessMemoryInfo@12 +K32QueryWorkingSet@12 +K32QueryWorkingSetEx@12 +QueryFullProcessImageNameW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-psm-appnotify-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-psm-appnotify-l1-1-0.def new file mode 100644 index 0000000000..a5655c65f7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-psm-appnotify-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-psm-appnotify-l1-1-0 + +EXPORTS + +RegisterAppStateChangeNotification@12 +UnregisterAppStateChangeNotification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-0.def new file mode 100644 index 0000000000..b41354d227 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-quirks-l1-1-0 + +EXPORTS + +QuirkGetData@8 +QuirkGetData2@8 +QuirkIsEnabled@4 +QuirkIsEnabled2@12 +QuirkIsEnabled3@8 +QuirkIsEnabledForPackage@16 +QuirkIsEnabledForPackage2@24 +QuirkIsEnabledForProcess@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-1.def new file mode 100644 index 0000000000..b31cbf4e2c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-quirks-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-quirks-l1-1-1 + +EXPORTS + +QuirkIsEnabledForPackage3@20 +QuirkIsEnabledForPackage4@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0.def new file mode 100644 index 0000000000..dd06582736 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryIdleProcessorCycleTime@8 +QueryIdleProcessorCycleTimeEx@12 +QueryProcessCycleTime@8 +QueryThreadCycleTime@8 +QueryUnbiasedInterruptTime@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3765bbd229 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-realtime-l1-1-0 + +EXPORTS + +QueryThreadCycleTime@8 +QueryUnbiasedInterruptTime@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-1.def new file mode 100644 index 0000000000..2ca64c0ca8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-1 + +EXPORTS + +QueryInterruptTime@4 +QueryInterruptTimePrecise@4 +QueryUnbiasedInterruptTimePrecise@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-2.def new file mode 100644 index 0000000000..39a88fa99a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-realtime-l1-1-2.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-realtime-l1-1-2 + +EXPORTS + +ConvertAuxiliaryCounterToPerformanceCounter@16 +ConvertPerformanceCounterToAuxiliaryCounter@16 +QueryAuxiliaryCounterFrequency@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-0.def new file mode 100644 index 0000000000..95a972a7c1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-0.def @@ -0,0 +1,47 @@ +LIBRARY api-ms-win-core-registry-l1-1-0 + +EXPORTS + +RegCloseKey@4 +RegCopyTreeW@12 +RegCreateKeyExA@36 +RegCreateKeyExW@36 +RegDeleteKeyExA@16 +RegDeleteKeyExW@16 +RegDeleteTreeA@8 +RegDeleteTreeW@8 +RegDeleteValueA@8 +RegDeleteValueW@8 +RegDisablePredefinedCacheEx@0 +RegEnumKeyExA@32 +RegEnumKeyExW@32 +RegEnumValueA@32 +RegEnumValueW@32 +RegFlushKey@4 +RegGetKeySecurity@16 +RegGetValueA@28 +RegGetValueW@28 +RegLoadAppKeyA@20 +RegLoadAppKeyW@20 +RegLoadKeyA@12 +RegLoadKeyW@12 +RegLoadMUIStringA@28 +RegLoadMUIStringW@28 +RegNotifyChangeKeyValue@20 +RegOpenCurrentUser@8 +RegOpenKeyExA@20 +RegOpenKeyExW@20 +RegOpenUserClassesRoot@16 +RegQueryInfoKeyA@48 +RegQueryInfoKeyW@48 +RegQueryValueExA@24 +RegQueryValueExW@24 +RegRestoreKeyA@12 +RegRestoreKeyW@12 +RegSaveKeyExA@16 +RegSaveKeyExW@16 +RegSetKeySecurity@12 +RegSetValueExA@24 +RegSetValueExW@24 +RegUnLoadKeyA@8 +RegUnLoadKeyW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-1.def new file mode 100644 index 0000000000..00e5fba8ef --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-registry-l1-1-1 + +EXPORTS + +RegDeleteKeyValueA@12 +RegDeleteKeyValueW@12 +RegSetKeyValueA@24 +RegSetKeyValueW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-2.def new file mode 100644 index 0000000000..1f7da12abf --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-registry-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-registry-l1-1-2 + +EXPORTS + +RegQueryMultipleValuesA@20 +RegQueryMultipleValuesW@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-registry-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-registry-l2-1-0.def new file mode 100644 index 0000000000..55e73c1a22 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-registry-l2-1-0.def @@ -0,0 +1,31 @@ +LIBRARY api-ms-win-core-registry-l2-1-0 + +EXPORTS + +RegConnectRegistryA@12 +RegConnectRegistryW@12 +RegCopyTreeA@12 +RegCreateKeyA@12 +RegCreateKeyTransactedA@44 +RegCreateKeyTransactedW@44 +RegCreateKeyW@12 +RegDeleteKeyA@8 +RegDeleteKeyTransactedA@24 +RegDeleteKeyTransactedW@24 +RegDeleteKeyW@8 +RegDisablePredefinedCache@0 +RegEnumKeyA@16 +RegEnumKeyW@16 +RegOpenKeyA@12 +RegOpenKeyTransactedA@28 +RegOpenKeyTransactedW@28 +RegOpenKeyW@12 +RegOverridePredefKey@8 +RegQueryValueA@16 +RegQueryValueW@16 +RegReplaceKeyA@16 +RegReplaceKeyW@16 +RegSaveKeyA@12 +RegSaveKeyW@12 +RegSetValueA@20 +RegSetValueW@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-1-0.def new file mode 100644 index 0000000000..5c681cb0c8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-1-0 + +EXPORTS + +RtlCaptureContext@4 +RtlCaptureStackBackTrace@16 +RtlUnwind@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0.def new file mode 100644 index 0000000000..50532e91c2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + +RtlCompareMemory@12 +RtlPcToFileHeader@8 +RtlRaiseException@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..50532e91c2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-0 + +EXPORTS + +RtlCompareMemory@12 +RtlPcToFileHeader@8 +RtlRaiseException@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-1.def new file mode 100644 index 0000000000..fd34c543a9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-rtlsupport-l1-2-1.def @@ -0,0 +1,3 @@ +LIBRARY api-ms-win-core-rtlsupport-l1-2-1 + +EXPORTS diff --git a/lib/libc/mingw/lib32/api-ms-win-core-shutdown-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-ansi-l1-1-0.def new file mode 100644 index 0000000000..728ab9a588 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-shutdown-ansi-l1-1-0 + +EXPORTS + +AbortSystemShutdownA@4 +InitiateSystemShutdownA@20 +InitiateSystemShutdownExA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0.def new file mode 100644 index 0000000000..1ae330f1bd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-0 + +EXPORTS + +AbortSystemShutdownW@4 +InitiateSystemShutdownExW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..2f4db29156 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-0 + +EXPORTS + +InitiateSystemShutdownExW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-1.def new file mode 100644 index 0000000000..cb8dbabf8f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-shutdown-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-shutdown-l1-1-1 + +EXPORTS + +InitiateShutdownW@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-ansi-l1-1-0.def new file mode 100644 index 0000000000..1113f0dd65 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-sidebyside-ansi-l1-1-0 + +EXPORTS + +CreateActCtxA@4 +FindActCtxSectionStringA@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-l1-1-0.def new file mode 100644 index 0000000000..1bc289520a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sidebyside-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-sidebyside-l1-1-0 + +EXPORTS + +ActivateActCtx@8 +AddRefActCtx@4 +CreateActCtxW@4 +DeactivateActCtx@8 +FindActCtxSectionGuid@20 +FindActCtxSectionStringW@20 +GetCurrentActCtx@4 +QueryActCtxSettingsW@28 +QueryActCtxW@28 +ReleaseActCtx@4 +ZombifyActCtx@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-slapi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-slapi-l1-1-0.def new file mode 100644 index 0000000000..0d46898305 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-slapi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-slapi-l1-1-0 + +EXPORTS + +SLQueryLicenseValueFromApp@20 +SLQueryLicenseValueFromApp2@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-state-helpers-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-state-helpers-l1-1-0.def new file mode 100644 index 0000000000..8450b10ca9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-state-helpers-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-state-helpers-l1-1-0 + +EXPORTS + +GetRegistryValueWithFallbackW@40 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-string-l1-1-0.def new file mode 100644 index 0000000000..876238025d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-string-l1-1-0 + +EXPORTS + +CompareStringEx@36 +CompareStringOrdinal@20 +CompareStringW@24 +FoldStringW@20 +GetStringTypeExW@20 +GetStringTypeW@16 +MultiByteToWideChar@24 +WideCharToMultiByte@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0.def new file mode 100644 index 0000000000..d7ee7e21cb --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-string-l2-1-0 + +EXPORTS + +CharLowerBuffW@8 +CharLowerW@4 +CharNextW@4 +CharPrevW@8 +CharUpperBuffW@8 +CharUpperW@4 +IsCharAlphaNumericW@4 +IsCharAlphaW@4 +IsCharLowerW@4 +IsCharUpperW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..898a1a66fa --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-string-l2-1-0 + +EXPORTS + +CharLowerBuffW@8 +CharLowerW@4 +CharNextW@4 +CharUpperW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-1.def new file mode 100644 index 0000000000..fef7f0d66c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-string-l2-1-1 + +EXPORTS + +SHLoadIndirectString@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0.def new file mode 100644 index 0000000000..957120ac1c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-0 + +EXPORTS + +lstrcatW@8 +lstrcmpA@8 +lstrcmpiA@8 +lstrcmpiW@8 +lstrcmpW@8 +lstrcpynA@12 +lstrcpynW@12 +lstrcpyW@8 +lstrlenA@4 +lstrlenW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..9b7b05b293 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-0 + +EXPORTS + +lstrcatW@8 +lstrcmpA@8 +lstrcmpiA@8 +lstrcmpiW@8 +lstrcmpW@8 +lstrcpynW@12 +lstrcpyW@8 +lstrlenA@4 +lstrlenW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-1.def new file mode 100644 index 0000000000..d6fe73f1a3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-string-obsolete-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-string-obsolete-l1-1-1 + +EXPORTS + +lstrcatA@8 +lstrcpyA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0.def new file mode 100644 index 0000000000..45985119f8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-stringansi-l1-1-0 + +EXPORTS + +CharLowerA@4 +CharLowerBuffA@8 +CharNextA@4 +CharNextExA@12 +CharPrevA@8 +CharPrevExA@16 +CharUpperA@4 +CharUpperBuffA@8 +IsCharAlphaA@4 +IsCharAlphaNumericA@4 +IsCharLowerA@4 +IsCharUpperA@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..6ef9e8a13b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-stringansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-stringansi-l1-1-0 + +EXPORTS + +CharLowerA@4 +CharNextA@4 +CharNextExA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0.def new file mode 100644 index 0000000000..5317db3e66 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA@16 +CreateSemaphoreExA@24 +CreateWaitableTimerA@12 +CreateWaitableTimerExA@16 +OpenMutexA@12 +OpenSemaphoreA@12 +OpenWaitableTimerA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..1b82dd82ad --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-synch-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-synch-ansi-l1-1-0 + +EXPORTS + +CreateSemaphoreA@16 +CreateSemaphoreExA@24 +CreateWaitableTimerA@12 +CreateWaitableTimerExA@16 +OpenMutexA@12 +OpenWaitableTimerA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-1-0.def new file mode 100644 index 0000000000..3dac6406f6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-1-0.def @@ -0,0 +1,45 @@ +LIBRARY api-ms-win-core-synch-l1-1-0 + +EXPORTS + +AcquireSRWLockExclusive@4 +AcquireSRWLockShared@4 +CancelWaitableTimer@4 +CreateEventA@16 +CreateEventExA@16 +CreateEventExW@16 +CreateEventW@16 +CreateMutexA@12 +CreateMutexExA@16 +CreateMutexExW@16 +CreateMutexW@12 +CreateSemaphoreExW@24 +CreateWaitableTimerExW@16 +DeleteCriticalSection@4 +EnterCriticalSection@4 +InitializeCriticalSection@4 +InitializeCriticalSectionAndSpinCount@8 +InitializeCriticalSectionEx@12 +InitializeSRWLock@4 +LeaveCriticalSection@4 +OpenEventA@12 +OpenEventW@12 +OpenMutexW@12 +OpenSemaphoreW@12 +OpenWaitableTimerW@12 +ReleaseMutex@4 +ReleaseSemaphore@12 +ReleaseSRWLockExclusive@4 +ReleaseSRWLockShared@4 +ResetEvent@4 +SetCriticalSectionSpinCount@8 +SetEvent@4 +SetWaitableTimer@24 +SetWaitableTimerEx@28 +SleepEx@8 +TryAcquireSRWLockExclusive@4 +TryAcquireSRWLockShared@4 +TryEnterCriticalSection@4 +WaitForMultipleObjectsEx@20 +WaitForSingleObject@8 +WaitForSingleObjectEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-0.def new file mode 100644 index 0000000000..d83325c4e9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-0.def @@ -0,0 +1,21 @@ +LIBRARY api-ms-win-core-synch-l1-2-0 + +EXPORTS + +DeleteSynchronizationBarrier@4 +EnterSynchronizationBarrier@8 +InitializeConditionVariable@4 +InitializeSynchronizationBarrier@12 +InitOnceBeginInitialize@16 +InitOnceComplete@12 +InitOnceExecuteOnce@16 +InitOnceInitialize@4 +SignalObjectAndWait@16 +Sleep@4 +SleepConditionVariableCS@12 +SleepConditionVariableSRW@16 +WaitOnAddress@16 +WakeAllConditionVariable@4 +WakeByAddressAll@4 +WakeByAddressSingle@4 +WakeConditionVariable@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-1.def new file mode 100644 index 0000000000..ad6ce299ce --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-synch-l1-2-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-synch-l1-2-1 + +EXPORTS + +CreateSemaphoreW@16 +CreateWaitableTimerW@12 +WaitForMultipleObjects@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-1-0.def new file mode 100644 index 0000000000..b88f4adbd2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-1-0.def @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-sysinfo-l1-1-0 + +EXPORTS + +GetComputerNameExA@12 +GetComputerNameExW@12 +GetLocalTime@4 +GetLogicalProcessorInformation@8 +GetLogicalProcessorInformationEx@12 +GetSystemDirectoryA@8 +GetSystemDirectoryW@8 +GetSystemInfo@4 +GetSystemTime@4 +GetSystemTimeAdjustment@12 +GetSystemTimeAsFileTime@4 +GetSystemWindowsDirectoryA@8 +GetSystemWindowsDirectoryW@8 +GetTickCount@0 +GetTickCount64@0 +GetVersion@0 +GetVersionExA@4 +GetVersionExW@4 +GetWindowsDirectoryA@8 +GetWindowsDirectoryW@8 +GlobalMemoryStatusEx@4 +SetLocalTime@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0.def new file mode 100644 index 0000000000..3ffb5bd816 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-0 + +EXPORTS + +EnumSystemFirmwareTables@12 +GetNativeSystemInfo@4 +GetOsSafeBootMode@4 +GetProductInfo@20 +GetSystemFirmwareTable@16 +GetSystemTimePreciseAsFileTime@4 +SetComputerNameExW@8 +SetSystemTime@4 +VerSetConditionMask@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..c643e8add4 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-0 + +EXPORTS + +EnumSystemFirmwareTables@12 +GetNativeSystemInfo@4 +GetProductInfo@20 +GetSystemFirmwareTable@16 +GetSystemTimePreciseAsFileTime@4 +SetSystemTime@4 +VerSetConditionMask@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1.def new file mode 100644 index 0000000000..e562fba94f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +DnsHostnameToComputerNameExW@12 +GetPhysicallyInstalledSystemMemory@4 +InstallELAMCertificateInfo@4 +SetComputerNameEx2W@12 +SetSystemTimeAdjustment@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def new file mode 100644 index 0000000000..bd0a32dac6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-1 + +EXPORTS + +GetPhysicallyInstalledSystemMemory@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-2.def new file mode 100644 index 0000000000..b582686ae6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-2 + +EXPORTS + +GetProcessorSystemCycleTime@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3.def new file mode 100644 index 0000000000..dae94b6178 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize@4 +GetOsManufacturingMode@4 +SetComputerNameA@4 +SetComputerNameExA@8 +SetComputerNameW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def new file mode 100644 index 0000000000..e4d591fdde --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-3_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-3 + +EXPORTS + +GetIntegratedDisplaySize@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-4.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-4.def new file mode 100644 index 0000000000..a0592911ac --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-4.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-4 + +EXPORTS + +GetSystemTimeAdjustmentPrecise@12 +SetSystemTimeAdjustmentPrecise@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-5.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-5.def new file mode 100644 index 0000000000..a52085fd67 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-5.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-5 + +EXPORTS + +GetSystemLeapSecondInformation@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-6.def b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-6.def new file mode 100644 index 0000000000..c557c61320 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-sysinfo-l1-2-6.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-sysinfo-l1-2-6 + +EXPORTS + +IsUserCetAvailableInEnvironment@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0.def new file mode 100644 index 0000000000..0ac36c84f3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-0 + +EXPORTS + +GetNumaHighestNodeNumber@4 +GetNumaNodeProcessorMaskEx@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..e7b05a0575 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-0 + +EXPORTS + +GetNumaHighestNodeNumber@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-1.def new file mode 100644 index 0000000000..1dd7495a1f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-systemtopology-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-systemtopology-l1-1-1 + +EXPORTS + +GetNumaProximityNodeEx@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-threadpool-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-core-threadpool-l1-2-0.def new file mode 100644 index 0000000000..eefee0a521 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-threadpool-l1-2-0.def @@ -0,0 +1,41 @@ +LIBRARY api-ms-win-core-threadpool-l1-2-0 + +EXPORTS + +CallbackMayRunLong@4 +CancelThreadpoolIo@4 +CloseThreadpool@4 +CloseThreadpoolCleanupGroup@4 +CloseThreadpoolCleanupGroupMembers@12 +CloseThreadpoolIo@4 +CloseThreadpoolTimer@4 +CloseThreadpoolWait@4 +CloseThreadpoolWork@4 +CreateThreadpool@4 +CreateThreadpoolCleanupGroup@0 +CreateThreadpoolIo@16 +CreateThreadpoolTimer@12 +CreateThreadpoolWait@12 +CreateThreadpoolWork@12 +DisassociateCurrentThreadFromCallback@4 +FreeLibraryWhenCallbackReturns@8 +IsThreadpoolTimerSet@4 +LeaveCriticalSectionWhenCallbackReturns@8 +QueryThreadpoolStackInformation@8 +ReleaseMutexWhenCallbackReturns@8 +ReleaseSemaphoreWhenCallbackReturns@12 +SetEventWhenCallbackReturns@8 +SetThreadpoolStackInformation@8 +SetThreadpoolThreadMaximum@8 +SetThreadpoolThreadMinimum@8 +SetThreadpoolTimer@16 +SetThreadpoolTimerEx@16 +SetThreadpoolWait@12 +SetThreadpoolWaitEx@16 +StartThreadpoolIo@4 +SubmitThreadpoolWork@4 +TrySubmitThreadpoolCallback@12 +WaitForThreadpoolIoCallbacks@8 +WaitForThreadpoolTimerCallbacks@8 +WaitForThreadpoolWaitCallbacks@8 +WaitForThreadpoolWorkCallbacks@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-threadpool-legacy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-threadpool-legacy-l1-1-0.def new file mode 100644 index 0000000000..790b49a27e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-threadpool-legacy-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-threadpool-legacy-l1-1-0 + +EXPORTS + +ChangeTimerQueueTimer@16 +CreateTimerQueue@0 +CreateTimerQueueTimer@28 +DeleteTimerQueueEx@8 +DeleteTimerQueueTimer@12 +QueueUserWorkItem@12 +UnregisterWaitEx@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-0.def new file mode 100644 index 0000000000..dd6232bc04 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-core-timezone-l1-1-0 + +EXPORTS + +EnumDynamicTimeZoneInformation@8 +FileTimeToSystemTime@8 +GetDynamicTimeZoneInformation@4 +GetDynamicTimeZoneInformationEffectiveYears@12 +GetTimeZoneInformation@4 +GetTimeZoneInformationForYear@12 +SetDynamicTimeZoneInformation@4 +SetTimeZoneInformation@4 +SystemTimeToFileTime@8 +SystemTimeToTzSpecificLocalTime@12 +SystemTimeToTzSpecificLocalTimeEx@12 +TzSpecificLocalTimeToSystemTime@12 +TzSpecificLocalTimeToSystemTimeEx@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-1.def new file mode 100644 index 0000000000..852fc7ea21 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-timezone-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-timezone-l1-1-1 + +EXPORTS + +LocalFileTimeToLocalSystemTime@12 +LocalSystemTimeToLocalFileTime@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0.def new file mode 100644 index 0000000000..d8b4e914e0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-0 + +EXPORTS + +CreateToolhelp32Snapshot@8 +Module32FirstW@8 +Module32NextW@8 +Process32FirstW@8 +Process32NextW@8 +Thread32First@8 +Thread32Next@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..f517d9c881 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-0 + +EXPORTS + +CreateToolhelp32Snapshot@8 +Process32FirstW@8 +Process32NextW@8 +Thread32First@8 +Thread32Next@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-1.def new file mode 100644 index 0000000000..b099e3746c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-toolhelp-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-toolhelp-l1-1-1 + +EXPORTS + +Heap32First@12 +Heap32ListFirst@8 +Heap32ListNext@8 +Heap32Next@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0.def new file mode 100644 index 0000000000..db7a5fab5c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0.def @@ -0,0 +1,42 @@ +LIBRARY api-ms-win-core-url-l1-1-0 + +EXPORTS + +GetAcceptLanguagesA@8 +GetAcceptLanguagesW@8 +HashData@16 +IsInternetESCEnabled@0 +ParseURLA@8 +ParseURLW@8 +PathCreateFromUrlA@16 +PathCreateFromUrlAlloc@12 +PathCreateFromUrlW@16 +PathIsURLA@4 +PathIsURLW@4 +UrlApplySchemeA@16 +UrlApplySchemeW@16 +UrlCanonicalizeA@16 +UrlCanonicalizeW@16 +UrlCombineA@20 +UrlCombineW@20 +UrlCompareA@12 +UrlCompareW@12 +UrlCreateFromPathA@16 +UrlCreateFromPathW@16 +UrlEscapeA@16 +UrlEscapeW@16 +UrlFixupW@12 +UrlGetLocationA@4 +UrlGetLocationW@4 +UrlGetPartA@20 +UrlGetPartW@20 +UrlHashA@12 +UrlHashW@12 +UrlIsA@8 +UrlIsNoHistoryA@4 +UrlIsNoHistoryW@4 +UrlIsOpaqueA@4 +UrlIsOpaqueW@4 +UrlIsW@8 +UrlUnescapeA@16 +UrlUnescapeW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..499f85aa51 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-url-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-url-l1-1-0 + +EXPORTS + +GetAcceptLanguagesA@8 +GetAcceptLanguagesW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-0.def new file mode 100644 index 0000000000..3273cb5382 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-core-util-l1-1-0 + +EXPORTS + +Beep@8 +DecodePointer@4 +DecodeSystemPointer@4 +EncodePointer@4 +EncodeSystemPointer@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-1.def new file mode 100644 index 0000000000..1be3bbb93b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-util-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-util-l1-1-1 + +EXPORTS + +DecodeRemotePointer@12 +EncodeRemotePointer@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0.def new file mode 100644 index 0000000000..f587fa2784 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW@20 +GetFileVersionInfoSizeExW@12 +VerFindFileW@32 +VerQueryValueW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..25da2beac2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW@20 +GetFileVersionInfoSizeExW@12 +VerQueryValueW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1.def new file mode 100644 index 0000000000..b27ef28201 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoSizeW@8 +GetFileVersionInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..ecb7dee976 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-version-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-version-l1-1-1 + +EXPORTS + +GetFileVersionInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0.def new file mode 100644 index 0000000000..4fef09a10e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-0 + +EXPORTS + +GetFileVersionInfoExA@20 +GetFileVersionInfoSizeExA@12 +VerFindFileA@32 +VerQueryValueA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..03c7ec7b3b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-0_windowsapp.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-0 + +EXPORTS + +GetFileVersionInfoExA@20 +GetFileVersionInfoSizeExA@12 +VerQueryValueA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1.def new file mode 100644 index 0000000000..f44a4efd0f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-1 + +EXPORTS + +GetFileVersionInfoA@16 +GetFileVersionInfoSizeA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..cc51a4f69e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-versionansi-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-versionansi-l1-1-1 + +EXPORTS + +GetFileVersionInfoA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowsceip-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-windowsceip-l1-1-0.def new file mode 100644 index 0000000000..305e9c0919 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowsceip-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-windowsceip-l1-1-0 + +EXPORTS + +CeipIsOptedIn@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def new file mode 100644 index 0000000000..ea9ad8b534 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +GetApplicationRecoveryCallback@20 +GetApplicationRestartSettings@16 +WerGetFlags@8 +WerpNotifyLoadStringResource@16 +WerpNotifyUseStringResource@4 +WerRegisterFile@12 +WerRegisterMemoryBlock@8 +WerRegisterRuntimeExceptionModule@8 +WerSetFlags@4 +WerUnregisterFile@4 +WerUnregisterMemoryBlock@4 +WerUnregisterRuntimeExceptionModule@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..539c540755 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-0 + +EXPORTS + +WerRegisterFile@12 +WerRegisterMemoryBlock@8 +WerUnregisterFile@4 +WerUnregisterMemoryBlock@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-1.def new file mode 100644 index 0000000000..f5360a5e22 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-1 + +EXPORTS + +WerRegisterAdditionalProcess@8 +WerRegisterCustomMetadata@8 +WerRegisterExcludedMemoryBlock@8 +WerUnregisterAdditionalProcess@4 +WerUnregisterCustomMetadata@4 +WerUnregisterExcludedMemoryBlock@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-2.def new file mode 100644 index 0000000000..d2fb7c096d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-2 + +EXPORTS + +WerRegisterAppLocalDump@4 +WerUnregisterAppLocalDump@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-3.def new file mode 100644 index 0000000000..32fcc923e7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-windowserrorreporting-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-windowserrorreporting-l1-1-3 + +EXPORTS + +RegisterApplicationRestart@8 +UnregisterApplicationRestart@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0.def new file mode 100644 index 0000000000..a5a341d225 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-0 + +EXPORTS + +GetRestrictedErrorInfo@4 +RoCaptureErrorContext@4 +RoFailFastWithErrorContext@4 +RoGetErrorReportingFlags@4 +RoOriginateError@8 +RoOriginateErrorW@12 +RoResolveRestrictedErrorInfoReference@8 +RoSetErrorReportingFlags@4 +RoTransformError@12 +RoTransformErrorW@16 +SetRestrictedErrorInfo@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..2a52414c2a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-0_windowsapp.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-0 + +EXPORTS + +GetRestrictedErrorInfo@4 +RoCaptureErrorContext@4 +RoFailFastWithErrorContext@4 +RoGetErrorReportingFlags@4 +RoOriginateError@8 +RoOriginateErrorW@12 +RoSetErrorReportingFlags@4 +RoTransformError@12 +RoTransformErrorW@16 +SetRestrictedErrorInfo@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1.def new file mode 100644 index 0000000000..a28ad3bf9a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +IsErrorPropagationEnabled@0 +RoClearError@0 +RoGetMatchingRestrictedErrorInfo@8 +RoInspectCapturedStackBackTrace@24 +RoInspectThreadErrorInfo@20 +RoOriginateLanguageException@12 +RoReportFailedDelegate@8 +RoReportUnhandledError@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..e7dd08c7c6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-error-l1-1-1_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-winrt-error-l1-1-1 + +EXPORTS + +IsErrorPropagationEnabled@0 +RoClearError@0 +RoGetMatchingRestrictedErrorInfo@8 +RoOriginateLanguageException@12 +RoReportFailedDelegate@8 +RoReportUnhandledError@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-l1-1-0.def new file mode 100644 index 0000000000..5cafea3384 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-core-winrt-l1-1-0 + +EXPORTS + +RoActivateInstance@8 +RoGetActivationFactory@12 +RoGetApartmentIdentifier@4 +RoInitialize@4 +RoRegisterActivationFactories@16 +RoRegisterForApartmentShutdown@12 +RoRevokeActivationFactories@4 +RoUninitialize@0 +RoUnregisterForApartmentShutdown@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-registration-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-registration-l1-1-0.def new file mode 100644 index 0000000000..7e9cbf3921 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-registration-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-winrt-registration-l1-1-0 + +EXPORTS + +RoGetActivatableClassRegistration@8 +RoGetServerActivatableClasses@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def new file mode 100644 index 0000000000..c0a4a12043 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-robuffer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-robuffer-l1-1-0 + +EXPORTS + +RoGetBufferMarshaler@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def new file mode 100644 index 0000000000..bf1217cd75 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0 + +EXPORTS + +RoFreeParameterizedTypeExtra@4 +RoGetParameterizedTypeInstanceIID@20 +RoParameterizedTypeExtraGetTypeSignature@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0.def new file mode 100644 index 0000000000..f12ed49474 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0.def @@ -0,0 +1,27 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-0 + +EXPORTS + +HSTRING_UserFree@8 +HSTRING_UserMarshal@12 +HSTRING_UserSize@12 +HSTRING_UserUnmarshal@12 +WindowsCompareStringOrdinal@12 +WindowsConcatString@12 +WindowsCreateString@12 +WindowsCreateStringReference@16 +WindowsDeleteString@4 +WindowsDeleteStringBuffer@4 +WindowsDuplicateString@8 +WindowsGetStringLen@4 +WindowsGetStringRawBuffer@8 +WindowsInspectString@24 +WindowsIsStringEmpty@4 +WindowsPreallocateStringBuffer@12 +WindowsPromoteStringBuffer@8 +WindowsReplaceString@16 +WindowsStringHasEmbeddedNull@8 +WindowsSubstring@12 +WindowsSubstringWithSpecifiedLength@16 +WindowsTrimStringEnd@12 +WindowsTrimStringStart@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ed2748f446 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-0_windowsapp.def @@ -0,0 +1,26 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-0 + +EXPORTS + +HSTRING_UserFree@8 +HSTRING_UserMarshal@12 +HSTRING_UserSize@12 +HSTRING_UserUnmarshal@12 +WindowsCompareStringOrdinal@12 +WindowsConcatString@12 +WindowsCreateString@12 +WindowsCreateStringReference@16 +WindowsDeleteString@4 +WindowsDeleteStringBuffer@4 +WindowsDuplicateString@8 +WindowsGetStringLen@4 +WindowsGetStringRawBuffer@8 +WindowsIsStringEmpty@4 +WindowsPreallocateStringBuffer@12 +WindowsPromoteStringBuffer@8 +WindowsReplaceString@16 +WindowsStringHasEmbeddedNull@8 +WindowsSubstring@12 +WindowsSubstringWithSpecifiedLength@16 +WindowsTrimStringEnd@12 +WindowsTrimStringStart@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-1.def new file mode 100644 index 0000000000..221dbc1fd5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-winrt-string-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-winrt-string-l1-1-1 + +EXPORTS + +WindowsInspectString2@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0.def new file mode 100644 index 0000000000..f5093b8f8b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-wow64-l1-1-0 + +EXPORTS + +IsWow64Process@8 +Wow64DisableWow64FsRedirection@4 +Wow64RevertWow64FsRedirection@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ffa5fd3d84 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-0 + +EXPORTS + +IsWow64Process@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1.def new file mode 100644 index 0000000000..1ded20bc72 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-wow64-l1-1-1 + +EXPORTS + +GetSystemWow64Directory2A@12 +GetSystemWow64Directory2W@12 +GetSystemWow64DirectoryA@8 +GetSystemWow64DirectoryW@8 +IsWow64Process2@12 +Wow64SetThreadDefaultGuestMachine@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..e15181734b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-1_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-1 + +EXPORTS + +IsWow64Process2@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-2.def new file mode 100644 index 0000000000..bf720d058a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-wow64-l1-1-2 + +EXPORTS + +IsWow64GuestMachineSupported@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-3.def new file mode 100644 index 0000000000..8f3937ec4a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-wow64-l1-1-3.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-core-wow64-l1-1-3 + +EXPORTS + +Wow64GetThreadContext@8 +Wow64SetThreadContext@8 +Wow64SuspendThread@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-0.def new file mode 100644 index 0000000000..3155a9ac90 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-core-xstate-l1-1-0 + +EXPORTS + +RtlCopyExtendedContext@12 +RtlGetEnabledExtendedFeatures@8 +RtlGetExtendedContextLength@8 +RtlGetExtendedFeaturesMask@4 +RtlInitializeExtendedContext@12 +RtlLocateExtendedFeature@12 +RtlLocateLegacyContext@8 +RtlSetExtendedFeaturesMask@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-1.def new file mode 100644 index 0000000000..e6d6f05ba6 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l1-1-1 + +EXPORTS + +RtlCopyContext@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-2.def new file mode 100644 index 0000000000..c8f1bfd5e8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l1-1-2 + +EXPORTS + +RtlLocateExtendedFeature2@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-3.def new file mode 100644 index 0000000000..c40f671292 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-core-xstate-l1-1-3 + +EXPORTS + +RtlGetExtendedContextLength2@16 +RtlInitializeExtendedContext2@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0.def new file mode 100644 index 0000000000..9e092fe233 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +CopyContext@12 +GetEnabledXStateFeatures@0 +GetXStateFeaturesMask@8 +InitializeContext@16 +LocateXStateFeature@12 +SetXStateFeaturesMask@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..e961c9e9e3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-core-xstate-l2-1-0 + +EXPORTS + +GetEnabledXStateFeatures@0 +GetXStateFeaturesMask@8 +InitializeContext@16 +LocateXStateFeature@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-1.def new file mode 100644 index 0000000000..da303a52e0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-core-xstate-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-core-xstate-l2-1-1 + +EXPORTS + +InitializeContext2@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1.def new file mode 100644 index 0000000000..577e27e6f8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1.def @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-devices-config-l1-1-1 + +EXPORTS + +CM_Delete_Class_Key@8 +CM_Delete_Device_Interface_KeyW@8 +CM_Delete_DevNode_Key@12 +CM_Disable_DevNode@8 +CM_Enable_DevNode@8 +CM_Get_Child@12 +CM_Get_Class_Property_Keys@16 +CM_Get_Class_PropertyW@24 +CM_Get_Class_Registry_PropertyW@28 +CM_Get_Depth@12 +CM_Get_Device_ID_List_SizeW@12 +CM_Get_Device_ID_ListW@16 +CM_Get_Device_ID_Size@12 +CM_Get_Device_IDW@16 +CM_Get_Device_Interface_List_SizeW@16 +CM_Get_Device_Interface_ListW@20 +CM_Get_Device_Interface_Property_KeysW@16 +CM_Get_Device_Interface_PropertyW@24 +CM_Get_DevNode_Property_Keys@16 +CM_Get_DevNode_PropertyW@24 +CM_Get_DevNode_Registry_PropertyW@24 +CM_Get_DevNode_Status@16 +CM_Get_Parent@12 +CM_Get_Sibling@12 +CM_Locate_DevNodeW@12 +CM_MapCrToWin32Err@8 +CM_Open_Class_KeyW@24 +CM_Open_Device_Interface_KeyW@20 +CM_Open_DevNode_Key@24 +CM_Query_And_Remove_SubTreeW@20 +CM_Register_Notification@16 +CM_Set_Class_PropertyW@24 +CM_Set_Class_Registry_PropertyW@24 +CM_Set_Device_Interface_PropertyW@24 +CM_Set_DevNode_PropertyW@24 +CM_Set_DevNode_Registry_PropertyW@20 +CM_Setup_DevNode@8 +CM_Uninstall_DevNode@8 +CM_Unregister_Notification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1_windowsapp.def new file mode 100644 index 0000000000..27ce5557de --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-1_windowsapp.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-devices-config-l1-1-1 + +EXPORTS + +CM_Get_Device_ID_List_SizeW@12 +CM_Get_Device_ID_ListW@16 +CM_Get_Device_IDW@16 +CM_Get_Device_Interface_List_SizeW@16 +CM_Get_Device_Interface_ListW@20 +CM_Get_Device_Interface_PropertyW@24 +CM_Get_DevNode_PropertyW@24 +CM_Get_DevNode_Status@16 +CM_Get_Parent@12 +CM_Locate_DevNodeW@12 +CM_MapCrToWin32Err@8 +CM_Register_Notification@16 +CM_Unregister_Notification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2.def new file mode 100644 index 0000000000..2865f49b40 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-devices-config-l1-1-2 + +EXPORTS + +CM_Delete_Device_Interface_KeyA@8 +CM_Get_Class_Registry_PropertyA@28 +CM_Get_Device_ID_List_SizeA@12 +CM_Get_Device_ID_ListA@16 +CM_Get_Device_IDA@16 +CM_Get_Device_Interface_List_SizeA@16 +CM_Get_Device_Interface_ListA@20 +CM_Get_DevNode_Registry_PropertyA@24 +CM_Locate_DevNodeA@12 +CM_Open_Class_KeyA@24 +CM_Open_Device_Interface_KeyA@20 +CM_Query_And_Remove_SubTreeA@20 +CM_Set_Class_Registry_PropertyA@24 +CM_Set_DevNode_Registry_PropertyA@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2_windowsapp.def new file mode 100644 index 0000000000..e6b1c86294 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-config-l1-1-2_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-config-l1-1-2 + +EXPORTS + +CM_Get_Device_Interface_List_SizeA@16 +CM_Get_Device_Interface_ListA@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0.def new file mode 100644 index 0000000000..e5fb3e5b22 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-devices-query-l1-1-0 + +EXPORTS + +DevCloseObjectQuery@4 +DevCreateObjectQuery@36 +DevCreateObjectQueryFromId@40 +DevCreateObjectQueryFromIds@40 +DevFindProperty@20 +DevFreeObjectProperties@8 +DevFreeObjects@8 +DevGetObjectProperties@28 +DevGetObjects@32 +DevSetObjectProperties@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..96f92c79c9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-0_windowsapp.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-query-l1-1-0 + +EXPORTS + +DevCloseObjectQuery@4 +DevCreateObjectQuery@36 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-1.def new file mode 100644 index 0000000000..b8c745d60c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-query-l1-1-1.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-devices-query-l1-1-1 + +EXPORTS + +DevCreateObjectQueryEx@44 +DevCreateObjectQueryFromIdEx@48 +DevCreateObjectQueryFromIdsEx@48 +DevGetObjectPropertiesEx@36 +DevGetObjectsEx@40 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-0.def new file mode 100644 index 0000000000..cf618b6788 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-devices-swdevice-l1-1-0 + +EXPORTS + +SwDeviceClose@4 +SwDeviceCreate@32 +SwDeviceInterfacePropertySet@16 +SwDeviceInterfaceRegister@28 +SwDeviceInterfaceSetState@12 +SwDevicePropertySet@12 +SwMemFree@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-1.def new file mode 100644 index 0000000000..68a2a69433 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-devices-swdevice-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-devices-swdevice-l1-1-1 + +EXPORTS + +SwDeviceGetLifetime@8 +SwDeviceSetLifetime@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l1-1-0.def new file mode 100644 index 0000000000..1937c1bb53 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l1-1-0.def @@ -0,0 +1,164 @@ +LIBRARY api-ms-win-downlevel-advapi32-l1-1-0 + +EXPORTS + +AccessCheck@32 +AccessCheckAndAuditAlarmW@44 +AccessCheckByType@44 +AccessCheckByTypeAndAuditAlarmW@64 +AccessCheckByTypeResultList@44 +AccessCheckByTypeResultListAndAuditAlarmByHandleW@68 +AccessCheckByTypeResultListAndAuditAlarmW@64 +AddAccessAllowedAce@16 +AddAccessAllowedAceEx@20 +AddAccessAllowedObjectAce@28 +AddAccessDeniedAce@16 +AddAccessDeniedAceEx@20 +AddAccessDeniedObjectAce@28 +AddAce@20 +AddAuditAccessAce@24 +AddAuditAccessAceEx@28 +AddAuditAccessObjectAce@36 +AddMandatoryAce@20 +AdjustTokenGroups@24 +AdjustTokenPrivileges@24 +AllocateAndInitializeSid@44 +AllocateLocallyUniqueId@4 +AreAllAccessesGranted@8 +AreAnyAccessesGranted@8 +CheckTokenMembership@12 +ConvertToAutoInheritPrivateObjectSecurity@24 +CopySid@12 +CreatePrivateObjectSecurity@24 +CreatePrivateObjectSecurityEx@32 +CreatePrivateObjectSecurityWithMultipleInheritance@36 +CreateProcessAsUserW@44 +CreateRestrictedToken@36 +CreateWellKnownSid@16 +DeleteAce@8 +DestroyPrivateObjectSecurity@4 +DuplicateToken@12 +DuplicateTokenEx@24 +EqualDomainSid@12 +EqualPrefixSid@8 +EqualSid@8 +EventActivityIdControl@8 +EventEnabled@12 +EventProviderEnabled@20 +EventRegister@16 +EventUnregister@8 +EventWrite@20 +EventWriteEx@40 +EventWriteString@24 +EventWriteTransfer@28 +FindFirstFreeAce@8 +FreeSid@4 +GetAce@12 +GetAclInformation@16 +GetFileSecurityW@20 +GetKernelObjectSecurity@20 +GetLengthSid@4 +GetPrivateObjectSecurity@20 +GetSecurityDescriptorControl@12 +GetSecurityDescriptorDacl@16 +GetSecurityDescriptorGroup@12 +GetSecurityDescriptorLength@4 +GetSecurityDescriptorOwner@12 +GetSecurityDescriptorRMControl@8 +GetSecurityDescriptorSacl@16 +GetSidIdentifierAuthority@4 +GetSidLengthRequired@4 +GetSidSubAuthority@8 +GetSidSubAuthorityCount@4 +GetTokenInformation@20 +GetTraceEnableFlags@8 +GetTraceEnableLevel@8 +GetTraceLoggerHandle@4 +GetWindowsAccountDomainSid@12 +ImpersonateAnonymousToken@4 +ImpersonateLoggedOnUser@4 +ImpersonateNamedPipeClient@4 +ImpersonateSelf@4 +InitializeAcl@12 +InitializeSecurityDescriptor@8 +InitializeSid@12 +IsTokenRestricted@4 +IsValidAcl@4 +IsValidSecurityDescriptor@4 +IsValidSid@4 +IsWellKnownSid@8 +MakeAbsoluteSD@44 +MakeSelfRelativeSD@12 +MapGenericMask@8 +ObjectCloseAuditAlarmW@12 +ObjectDeleteAuditAlarmW@12 +ObjectOpenAuditAlarmW@48 +ObjectPrivilegeAuditAlarmW@24 +OpenProcessToken@12 +OpenThreadToken@16 +PrivilegeCheck@12 +PrivilegedServiceAuditAlarmW@20 +QuerySecurityAccessMask@8 +RegCloseKey@4 +RegCopyTreeW@12 +RegCreateKeyExA@36 +RegCreateKeyExW@36 +RegDeleteKeyExA@16 +RegDeleteKeyExW@16 +RegDeleteTreeA@8 +RegDeleteTreeW@8 +RegDeleteValueA@8 +RegDeleteValueW@8 +RegDisablePredefinedCacheEx@0 +RegEnumKeyExA@32 +RegEnumKeyExW@32 +RegEnumValueA@32 +RegEnumValueW@32 +RegFlushKey@4 +RegGetKeySecurity@16 +RegGetValueA@28 +RegGetValueW@28 +RegLoadAppKeyA@20 +RegLoadAppKeyW@20 +RegLoadKeyA@12 +RegLoadKeyW@12 +RegLoadMUIStringA@28 +RegLoadMUIStringW@28 +RegNotifyChangeKeyValue@20 +RegOpenCurrentUser@8 +RegOpenKeyExA@20 +RegOpenKeyExW@20 +RegOpenUserClassesRoot@16 +RegQueryInfoKeyA@48 +RegQueryInfoKeyW@48 +RegQueryValueExA@24 +RegQueryValueExW@24 +RegRestoreKeyA@12 +RegRestoreKeyW@12 +RegSaveKeyExA@16 +RegSaveKeyExW@16 +RegSetKeySecurity@12 +RegSetValueExA@24 +RegSetValueExW@24 +RegUnLoadKeyA@8 +RegUnLoadKeyW@8 +RegisterTraceGuidsW@32 +RevertToSelf@0 +SetAclInformation@16 +SetFileSecurityW@12 +SetKernelObjectSecurity@12 +SetPrivateObjectSecurity@20 +SetPrivateObjectSecurityEx@24 +SetSecurityAccessMask@8 +SetSecurityDescriptorControl@12 +SetSecurityDescriptorDacl@16 +SetSecurityDescriptorGroup@12 +SetSecurityDescriptorOwner@12 +SetSecurityDescriptorRMControl@8 +SetSecurityDescriptorSacl@16 +SetThreadToken@8 +SetTokenInformation@16 +TraceEvent@12 +TraceMessage +TraceMessageVa@24 +UnregisterTraceGuids@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l2-1-0.def new file mode 100644 index 0000000000..6c142ce38c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-advapi32-l2-1-0.def @@ -0,0 +1,92 @@ +LIBRARY api-ms-win-downlevel-advapi32-l2-1-0 + +EXPORTS + +ChangeServiceConfig2A@12 +ChangeServiceConfig2W@12 +ChangeServiceConfigA@44 +ChangeServiceConfigW@44 +CloseServiceHandle@4 +CloseTrace@8 +ControlService@12 +ControlServiceExA@16 +ControlServiceExW@16 +ControlTraceA@20 +ControlTraceW@20 +ConvertSecurityDescriptorToStringSecurityDescriptorW@20 +ConvertSidToStringSidW@8 +ConvertStringSecurityDescriptorToSecurityDescriptorW@16 +ConvertStringSidToSidW@8 +CreateServiceA@52 +CreateServiceW@52 +CredDeleteA@12 +CredDeleteW@12 +CredEnumerateA@16 +CredEnumerateW@16 +CredFindBestCredentialA@16 +CredFindBestCredentialW@16 +CredFree@4 +CredGetSessionTypes@8 +CredGetTargetInfoA@12 +CredGetTargetInfoW@12 +CredIsMarshaledCredentialW@4 +CredIsProtectedA@8 +CredIsProtectedW@8 +CredMarshalCredentialA@12 +CredMarshalCredentialW@12 +CredProtectA@24 +CredProtectW@24 +CredReadA@16 +CredReadDomainCredentialsA@16 +CredReadDomainCredentialsW@16 +CredReadW@16 +CredUnmarshalCredentialA@12 +CredUnmarshalCredentialW@12 +CredUnprotectA@20 +CredUnprotectW@20 +CredWriteA@8 +CredWriteDomainCredentialsA@12 +CredWriteDomainCredentialsW@12 +CredWriteW@8 +DeleteService@4 +EnableTraceEx2@44 +EnumDependentServicesW@24 +EnumServicesStatusExW@40 +EnumerateTraceGuidsEx@24 +EventAccessControl@20 +EventAccessQuery@12 +EventAccessRemove@4 +NotifyServiceStatusChangeA@12 +NotifyServiceStatusChangeW@12 +OpenSCManagerA@12 +OpenSCManagerW@12 +OpenServiceA@12 +OpenServiceW@12 +OpenTraceW@4 +ProcessTrace@16 +QueryAllTracesA@12 +QueryAllTracesW@12 +QueryServiceConfig2A@20 +QueryServiceConfig2W@20 +QueryServiceConfigA@16 +QueryServiceConfigW@16 +QueryServiceObjectSecurity@20 +QueryServiceStatus@8 +QueryServiceStatusEx@20 +RegisterServiceCtrlHandlerA@8 +RegisterServiceCtrlHandlerExA@12 +RegisterServiceCtrlHandlerExW@12 +RegisterServiceCtrlHandlerW@8 +RegisterTraceGuidsA@32 +RemoveTraceCallback@4 +SetServiceObjectSecurity@12 +SetServiceStatus@8 +SetTraceCallback@8 +StartServiceA@12 +StartServiceCtrlDispatcherA@4 +StartServiceCtrlDispatcherW@4 +StartServiceW@12 +StartTraceA@12 +StartTraceW@12 +StopTraceW@16 +TraceSetInformation@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-normaliz-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-normaliz-l1-1-0.def new file mode 100644 index 0000000000..044357a907 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-normaliz-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-downlevel-normaliz-l1-1-0 + +EXPORTS + +IdnToAscii@20 +IdnToUnicode@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-ole32-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-ole32-l1-1-0.def new file mode 100644 index 0000000000..73715a4ce9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-ole32-l1-1-0.def @@ -0,0 +1,84 @@ +LIBRARY api-ms-win-downlevel-ole32-l1-1-0 + +EXPORTS + +CLSIDFromProgID@8 +CLSIDFromString@8 +CoAddRefServerProcess@0 +CoCancelCall@8 +CoCopyProxy@8 +CoCreateFreeThreadedMarshaler@8 +CoCreateGuid@4 +CoCreateInstance@20 +CoCreateInstanceEx@24 +CoDisableCallCancellation@4 +CoDisconnectContext@4 +CoDisconnectObject@8 +CoEnableCallCancellation@4 +CoFreeUnusedLibraries@0 +CoFreeUnusedLibrariesEx@8 +CoGetApartmentType@8 +CoGetCallContext@8 +CoGetCallerTID@4 +CoGetCancelObject@12 +CoGetClassObject@20 +CoGetContextToken@4 +CoGetCurrentLogicalThreadId@4 +CoGetCurrentProcess@0 +CoGetDefaultContext@12 +CoGetInterfaceAndReleaseStream@12 +CoGetMalloc@8 +CoGetMarshalSizeMax@24 +CoGetObjectContext@8 +CoGetPSClsid@8 +CoGetStandardMarshal@24 +CoGetStdMarshalEx@12 +CoGetTreatAsClass@8 +CoImpersonateClient@0 +CoInitializeEx@8 +CoInitializeSecurity@36 +CoInvalidateRemoteMachineBindings@4 +CoIsHandlerConnected@4 +CoLockObjectExternal@12 +CoMarshalHresult@8 +CoMarshalInterThreadInterfaceInStream@12 +CoMarshalInterface@24 +CoQueryAuthenticationServices@8 +CoQueryClientBlanket@28 +CoQueryProxyBlanket@32 +CoRegisterClassObject@20 +CoRegisterInitializeSpy@8 +CoRegisterMessageFilter@8 +CoRegisterPSClsid@8 +CoRegisterSurrogate@4 +CoReleaseMarshalData@4 +CoReleaseServerProcess@0 +CoResumeClassObjects@0 +CoRevertToSelf@0 +CoRevokeClassObject@4 +CoRevokeInitializeSpy@8 +CoSetCancelObject@4 +CoSetProxyBlanket@32 +CoSuspendClassObjects@0 +CoSwitchCallContext@8 +CoTaskMemAlloc@4 +CoTaskMemFree@4 +CoTaskMemRealloc@8 +CoTestCancel@0 +CoUninitialize@0 +CoUnmarshalHresult@8 +CoUnmarshalInterface@12 +CoWaitForMultipleHandles@20 +CreateErrorInfo@4 +CreateStreamOnHGlobal@12 +FreePropVariantArray@8 +GetErrorInfo@8 +GetHGlobalFromStream@8 +IIDFromString@8 +ProgIDFromCLSID@8 +PropVariantClear@4 +PropVariantCopy@8 +SetErrorInfo@8 +StringFromCLSID@8 +StringFromGUID2@12 +StringFromIID@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-shell32-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-shell32-l1-1-0.def new file mode 100644 index 0000000000..4fa14a3383 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-shell32-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-downlevel-shell32-l1-1-0 + +EXPORTS + +CommandLineToArgvW@8 +GetCurrentProcessExplicitAppUserModelID@4 +SetCurrentProcessExplicitAppUserModelID@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l1-1-0.def new file mode 100644 index 0000000000..12cbb0ad7c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l1-1-0.def @@ -0,0 +1,175 @@ +LIBRARY api-ms-win-downlevel-shlwapi-l1-1-0 + +EXPORTS + +GetAcceptLanguagesW@8 +HashData@16 +IsCharSpaceA@4 +IsCharSpaceW@4 +IsInternetESCEnabled@0 +ParseURLW@8 +PathAddBackslashA@4 +PathAddBackslashW@4 +PathAddExtensionA@8 +PathAddExtensionW@8 +PathAppendA@8 +PathAppendW@8 +PathCanonicalizeA@8 +PathCanonicalizeW@8 +PathCombineA@12 +PathCombineW@12 +PathCommonPrefixA@12 +PathCommonPrefixW@12 +PathCreateFromUrlAlloc@12 +PathCreateFromUrlW@16 +PathFileExistsA@4 +PathFileExistsW@4 +PathFindExtensionA@4 +PathFindExtensionW@4 +PathFindFileNameA@4 +PathFindFileNameW@4 +PathFindNextComponentA@4 +PathFindNextComponentW@4 +PathGetArgsA@4 +PathGetArgsW@4 +PathGetCharTypeA@4 +PathGetCharTypeW@4 +PathGetDriveNumberA@4 +PathGetDriveNumberW@4 +PathIsFileSpecA@4 +PathIsFileSpecW@4 +PathIsLFNFileSpecA@4 +PathIsLFNFileSpecW@4 +PathIsPrefixA@8 +PathIsPrefixW@8 +PathIsRelativeA@4 +PathIsRelativeW@4 +PathIsRootA@4 +PathIsRootW@4 +PathIsSameRootA@8 +PathIsSameRootW@8 +PathIsUNCA@4 +PathIsUNCServerA@4 +PathIsUNCServerShareA@4 +PathIsUNCServerShareW@4 +PathIsUNCServerW@4 +PathIsUNCW@4 +PathIsURLW@4 +PathMatchSpecA@8 +PathMatchSpecExA@12 +PathMatchSpecExW@12 +PathMatchSpecW@8 +PathParseIconLocationA@4 +PathParseIconLocationW@4 +PathQuoteSpacesA@4 +PathQuoteSpacesW@4 +PathRelativePathToA@20 +PathRelativePathToW@20 +PathRemoveBackslashA@4 +PathRemoveBackslashW@4 +PathRemoveBlanksA@4 +PathRemoveBlanksW@4 +PathRemoveExtensionA@4 +PathRemoveExtensionW@4 +PathRemoveFileSpecA@4 +PathRemoveFileSpecW@4 +PathRenameExtensionA@8 +PathRenameExtensionW@8 +PathSearchAndQualifyA@12 +PathSearchAndQualifyW@12 +PathSkipRootA@4 +PathSkipRootW@4 +PathStripPathA@4 +PathStripPathW@4 +PathStripToRootA@4 +PathStripToRootW@4 +PathUnExpandEnvStringsA@12 +PathUnExpandEnvStringsW@12 +PathUnquoteSpacesA@4 +PathUnquoteSpacesW@4 +QISearch@16 +SHLoadIndirectString@16 +SHRegCloseUSKey@4 +SHRegDeleteUSValueA@12 +SHRegDeleteUSValueW@12 +SHRegEnumUSKeyA@20 +SHRegEnumUSKeyW@20 +SHRegGetBoolUSValueA@16 +SHRegGetBoolUSValueW@16 +SHRegGetUSValueA@32 +SHRegGetUSValueW@32 +SHRegOpenUSKeyA@20 +SHRegOpenUSKeyW@20 +SHRegQueryUSValueA@32 +SHRegQueryUSValueW@32 +SHRegSetUSValueA@24 +SHRegSetUSValueW@24 +StrCSpnA@8 +StrCSpnIA@8 +StrCSpnIW@8 +StrCSpnW@8 +StrCatBuffA@12 +StrCatBuffW@12 +StrCatChainW@16 +StrChrA@8 +StrChrIA@8 +StrChrIW@8 +StrChrNIW@12 +StrChrNW@12 +StrChrW@8 +StrCmpCA@8 +StrCmpCW@8 +StrCmpICA@8 +StrCmpICW@8 +StrCmpIW@8 +StrCmpLogicalW@8 +StrCmpNA@12 +StrCmpNCA@12 +StrCmpNCW@12 +StrCmpNIA@12 +StrCmpNICA@12 +StrCmpNICW@12 +StrCmpNIW@12 +StrCmpNW@12 +StrCmpW@8 +StrCpyNW@12 +StrDupA@4 +StrDupW@4 +StrIsIntlEqualA@16 +StrIsIntlEqualW@16 +StrPBrkA@8 +StrPBrkW@8 +StrRChrA@12 +StrRChrIA@12 +StrRChrIW@12 +StrRChrW@12 +StrRStrIA@12 +StrRStrIW@12 +StrSpnA@8 +StrSpnW@8 +StrStrA@8 +StrStrIA@8 +StrStrIW@8 +StrStrNIW@12 +StrStrNW@12 +StrStrW@8 +StrToInt64ExA@12 +StrToInt64ExW@12 +StrToIntA@4 +StrToIntExA@12 +StrToIntExW@12 +StrToIntW@4 +StrTrimA@8 +StrTrimW@8 +UrlApplySchemeW@16 +UrlCanonicalizeW@16 +UrlCombineA@20 +UrlCombineW@20 +UrlCreateFromPathW@16 +UrlEscapeW@16 +UrlFixupW@12 +UrlGetLocationW@4 +UrlGetPartW@20 +UrlIsW@8 +UrlUnescapeA@16 +UrlUnescapeW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l2-1-0.def new file mode 100644 index 0000000000..a16be65f19 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-shlwapi-l2-1-0.def @@ -0,0 +1,65 @@ +LIBRARY api-ms-win-downlevel-shlwapi-l2-1-0 + +EXPORTS + +IStream_Copy@12 +IStream_Read@12 +IStream_ReadStr@8 +IStream_Reset@4 +IStream_Size@8 +IStream_Write@12 +IStream_WriteStr@8 +IUnknown_AtomicRelease@4 +IUnknown_GetSite@12 +IUnknown_QueryService@16 +IUnknown_Set@8 +IUnknown_SetSite@8 +IsOS@4 +SHAnsiToAnsi@12 +SHAnsiToUnicode@12 +SHCopyKeyA@16 +SHCopyKeyW@16 +SHCreateMemStream@8 +SHCreateStreamOnFileA@12 +SHCreateStreamOnFileEx@24 +SHCreateStreamOnFileW@12 +SHCreateThread@16 +SHCreateThreadRef@8 +SHCreateThreadWithHandle@20 +SHDeleteEmptyKeyA@8 +SHDeleteEmptyKeyW@8 +SHDeleteKeyA@8 +SHDeleteKeyW@8 +SHDeleteValueA@12 +SHDeleteValueW@12 +SHEnumKeyExA@16 +SHEnumKeyExW@16 +SHEnumValueA@28 +SHEnumValueW@28 +SHGetThreadRef@4 +SHGetValueA@24 +SHGetValueW@24 +SHOpenRegStream2A@16 +SHOpenRegStream2W@16 +SHOpenRegStreamA@16 +SHOpenRegStreamW@16 +SHQueryInfoKeyA@20 +SHQueryInfoKeyW@20 +SHQueryValueExA@24 +SHQueryValueExW@24 +SHRegDuplicateHKey@4 +SHRegGetIntW@12 +SHRegGetPathA@20 +SHRegGetPathW@20 +SHRegGetValueA@28 +SHRegGetValueW@28 +SHRegSetPathA@20 +SHRegSetPathW@20 +SHReleaseThreadRef@0 +SHSetThreadRef@4 +SHSetValueA@24 +SHSetValueW@24 +SHStrDupA@8 +SHStrDupW@8 +SHUnicodeToAnsi@12 +SHUnicodeToUnicode@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-user32-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-user32-l1-1-0.def new file mode 100644 index 0000000000..ced28b30bf --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-user32-l1-1-0.def @@ -0,0 +1,28 @@ +LIBRARY api-ms-win-downlevel-user32-l1-1-0 + +EXPORTS + +CharLowerA@4 +CharLowerBuffA@8 +CharLowerBuffW@8 +CharLowerW@4 +CharNextA@4 +CharNextExA@12 +CharNextW@4 +CharPrevA@8 +CharPrevExA@16 +CharPrevW@8 +CharUpperA@4 +CharUpperBuffA@8 +CharUpperBuffW@8 +CharUpperW@4 +IsCharAlphaA@4 +IsCharAlphaNumericA@4 +IsCharAlphaNumericW@4 +IsCharAlphaW@4 +IsCharLowerA@4 +IsCharLowerW@4 +IsCharUpperA@4 +IsCharUpperW@4 +LoadStringA@16 +LoadStringW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-downlevel-version-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-downlevel-version-l1-1-0.def new file mode 100644 index 0000000000..964eec49d4 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-downlevel-version-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-downlevel-version-l1-1-0 + +EXPORTS + +GetFileVersionInfoExW@20 +GetFileVersionInfoSizeExW@12 +VerFindFileA@32 +VerFindFileW@32 +VerQueryValueA@16 +VerQueryValueW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def new file mode 100644 index 0000000000..9b9e7f5080 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags@8 +GetTraceEnableLevel@8 +GetTraceLoggerHandle@4 +RegisterTraceGuidsW@32 +TraceEvent@12 +TraceMessage +TraceMessageVa@24 +UnregisterTraceGuids@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..181a8ff2fe --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-classicprovider-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-eventing-classicprovider-l1-1-0 + +EXPORTS + +GetTraceEnableFlags@8 +GetTraceEnableLevel@8 +GetTraceLoggerHandle@4 +RegisterTraceGuidsW@32 +TraceMessage +UnregisterTraceGuids@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-0.def new file mode 100644 index 0000000000..4cc6170ed3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-0 + +EXPORTS + +CloseTrace@8 +OpenTraceW@4 +ProcessTrace@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-1.def new file mode 100644 index 0000000000..1294aaf212 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-consumer-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-eventing-consumer-l1-1-1 + +EXPORTS + +QueryTraceProcessingHandle@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0.def new file mode 100644 index 0000000000..e44c8db8c3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0.def @@ -0,0 +1,15 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW@20 +EnableTraceEx2@44 +EnumerateTraceGuidsEx@24 +EventAccessControl@20 +EventAccessQuery@12 +EventAccessRemove@4 +QueryAllTracesW@12 +StartTraceW@12 +StopTraceW@16 +TraceQueryInformation@24 +TraceSetInformation@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..01de00abb7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-controller-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-eventing-controller-l1-1-0 + +EXPORTS + +ControlTraceW@20 +EnableTraceEx2@44 +EnumerateTraceGuidsEx@24 +StartTraceW@12 +StopTraceW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0.def new file mode 100644 index 0000000000..64bcd73ebc --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0.def @@ -0,0 +1,18 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +ControlTraceA@20 +EnableTrace@24 +EnableTraceEx@48 +EnumerateTraceGuids@12 +FlushTraceA@16 +FlushTraceW@16 +OpenTraceA@4 +QueryAllTracesA@12 +QueryTraceA@16 +QueryTraceW@16 +StartTraceA@12 +StopTraceA@16 +UpdateTraceA@16 +UpdateTraceW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..c9533cf86c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-legacy-l1-1-0_windowsapp.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-eventing-legacy-l1-1-0 + +EXPORTS + +ControlTraceA@20 +EnableTrace@24 +EnableTraceEx@48 +FlushTraceW@16 +OpenTraceA@4 +QueryTraceW@16 +StartTraceA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0.def new file mode 100644 index 0000000000..08d1f07460 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventing-obsolete-l1-1-0 + +EXPORTS + +RegisterTraceGuidsA@32 +RemoveTraceCallback@4 +SetTraceCallback@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..2041a5f332 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-eventing-obsolete-l1-1-0 + +EXPORTS + +RegisterTraceGuidsA@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-provider-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-provider-l1-1-0.def new file mode 100644 index 0000000000..6213ce74d0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-provider-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-eventing-provider-l1-1-0 + +EXPORTS + +EventActivityIdControl@8 +EventEnabled@12 +EventProviderEnabled@20 +EventRegister@16 +EventSetInformation@20 +EventUnregister@8 +EventWrite@20 +EventWriteEx@40 +EventWriteString@24 +EventWriteTransfer@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-0.def new file mode 100644 index 0000000000..f9807bbd79 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-eventing-tdh-l1-1-0 + +EXPORTS + +TdhEnumerateManifestProviderEvents@12 +TdhEnumerateProviderFieldInformation@16 +TdhEnumerateProviders@8 +TdhFormatProperty@44 +TdhGetEventInformation@20 +TdhGetEventMapInformation@16 +TdhGetManifestEventInformation@16 +TdhGetProperty@28 +TdhGetPropertySize@24 +TdhLoadManifest@4 +TdhQueryProviderFieldInformation@24 +TdhUnloadManifest@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-1.def new file mode 100644 index 0000000000..c9768d3847 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventing-tdh-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-eventing-tdh-l1-1-1 + +EXPORTS + +TdhLoadManifestFromMemory@8 +TdhUnloadManifestFromMemory@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-eventlog-legacy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-eventlog-legacy-l1-1-0.def new file mode 100644 index 0000000000..ff4265dad9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-eventlog-legacy-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-eventlog-legacy-l1-1-0 + +EXPORTS + +DeregisterEventSource@4 +RegisterEventSourceW@8 +ReportEventW@36 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-deviceinformation-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-gaming-deviceinformation-l1-1-0.def new file mode 100644 index 0000000000..61b62dc5c9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-deviceinformation-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-gaming-deviceinformation-l1-1-0 + +EXPORTS + +GetGamingDeviceModelInformation@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-expandedresources-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-gaming-expandedresources-l1-1-0.def new file mode 100644 index 0000000000..b0cbea3d32 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-expandedresources-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-gaming-expandedresources-l1-1-0 + +EXPORTS + +GetExpandedResourceExclusiveCpuCount@4 +HasExpandedResources@4 +ReleaseExclusiveCpuSets@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-0.def new file mode 100644 index 0000000000..ba5e6d4065 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-0 + +EXPORTS + +ProcessPendingGameUI@4 +ShowChangeFriendRelationshipUI@12 +ShowGameInviteUI@24 +ShowPlayerPickerUI@36 +ShowProfileCardUI@12 +ShowTitleAchievementsUI@12 +TryCancelPendingGameUI@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-1.def new file mode 100644 index 0000000000..ccf305ff1c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-1 + +EXPORTS + +CheckGamingPrivilegeSilently@16 +CheckGamingPrivilegeWithUI@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-2.def new file mode 100644 index 0000000000..94e37da59b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-2.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-2 + +EXPORTS + +CheckGamingPrivilegeSilentlyForUser@20 +CheckGamingPrivilegeWithUIForUser@28 +ShowChangeFriendRelationshipUIForUser@16 +ShowGameInviteUIForUser@28 +ShowPlayerPickerUIForUser@40 +ShowProfileCardUIForUser@16 +ShowTitleAchievementsUIForUser@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-3.def new file mode 100644 index 0000000000..99e6856673 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-3.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-3 + +EXPORTS + +ShowGameInviteUIWithContext@28 +ShowGameInviteUIWithContextForUser@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-4.def b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-4.def new file mode 100644 index 0000000000..57c9104657 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-gaming-tcui-l1-1-4.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-gaming-tcui-l1-1-4 + +EXPORTS + +ShowCustomizeUserProfileUI@8 +ShowCustomizeUserProfileUIForUser@12 +ShowFindFriendsUI@8 +ShowFindFriendsUIForUser@12 +ShowGameInfoUI@12 +ShowGameInfoUIForUser@16 +ShowUserSettingsUI@8 +ShowUserSettingsUIForUser@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0.def new file mode 100644 index 0000000000..d6ade97e4e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-mm-time-l1-1-0 + +EXPORTS + +timeBeginPeriod@4 +timeEndPeriod@4 +timeGetDevCaps@8 +timeGetSystemTime@8 +timeGetTime@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..dab45e618f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-mm-time-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-mm-time-l1-1-0 + +EXPORTS + +timeBeginPeriod@4 +timeEndPeriod@4 +timeGetDevCaps@8 +timeGetTime@0 diff --git a/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-0.def new file mode 100644 index 0000000000..ff19fa3dc5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-net-isolation-l1-1-0 + +EXPORTS + +NetworkIsolationDiagnoseConnectFailureAndGetInfo@8 +NetworkIsolationEnumAppContainers@12 +NetworkIsolationFreeAppContainers@4 +NetworkIsolationGetAppContainerConfig@8 +NetworkIsolationRegisterForAppContainerChanges@16 +NetworkIsolationSetAppContainerConfig@8 +NetworkIsolationSetupAppContainerBinaries@28 +NetworkIsolationUnregisterForAppContainerChanges@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-1.def new file mode 100644 index 0000000000..dbe9e17554 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-net-isolation-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-net-isolation-l1-1-1 + +EXPORTS + +NetworkIsolationDiagnoseConnectFailure@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0.def new file mode 100644 index 0000000000..faccb5ca01 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0.def @@ -0,0 +1,16 @@ +LIBRARY api-ms-win-ntuser-sysparams-l1-1-0 + +EXPORTS + +ChangeDisplaySettingsExW@20 +DisplayConfigGetDeviceInfo@4 +DisplayConfigSetDeviceInfo@4 +EnumDisplayDevicesW@16 +EnumDisplayMonitors@16 +EnumDisplaySettingsExW@16 +EnumDisplaySettingsW@12 +GetDisplayConfigBufferSizes@12 +GetMonitorInfoW@8 +GetSystemMetrics@4 +QueryDisplayConfig@24 +SystemParametersInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..993d30db53 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-ntuser-sysparams-l1-1-0_windowsapp.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-ntuser-sysparams-l1-1-0 + +EXPORTS + +EnumDisplayDevicesW@16 +EnumDisplayMonitors@16 +EnumDisplaySettingsExW@16 +GetMonitorInfoW@8 +GetSystemMetrics@4 +SystemParametersInfoW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-oobe-notification-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-oobe-notification-l1-1-0.def new file mode 100644 index 0000000000..ba5b512a38 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-oobe-notification-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-oobe-notification-l1-1-0 + +EXPORTS + +OOBEComplete@4 +RegisterWaitUntilOOBECompleted@12 +UnregisterWaitUntilOOBECompleted@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-perf-legacy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-perf-legacy-l1-1-0.def new file mode 100644 index 0000000000..4048f0145b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-perf-legacy-l1-1-0.def @@ -0,0 +1,13 @@ +LIBRARY api-ms-win-perf-legacy-l1-1-0 + +EXPORTS + +PerfAddCounters@12 +PerfCloseQueryHandle@4 +PerfDeleteCounters@12 +PerfEnumerateCounterSet@16 +PerfEnumerateCounterSetInstances@20 +PerfOpenQueryHandle@8 +PerfQueryCounterData@16 +PerfQueryCounterInfo@16 +PerfQueryCounterSetRegistrationInfo@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0.def new file mode 100644 index 0000000000..766e1b03f2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-power-base-l1-1-0 + +EXPORTS + +CallNtPowerInformation@20 +GetPwrCapabilities@4 +PowerDeterminePlatformRoleEx@4 +PowerRegisterSuspendResumeNotification@12 +PowerUnregisterSuspendResumeNotification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..6116ed84e3 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-base-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-power-base-l1-1-0 + +EXPORTS + +CallNtPowerInformation@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-limitsmanagement-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-power-limitsmanagement-l1-1-0.def new file mode 100644 index 0000000000..4490a01927 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-limitsmanagement-l1-1-0.def @@ -0,0 +1,14 @@ +LIBRARY api-ms-win-power-limitsmanagement-l1-1-0 + +EXPORTS + +PowerCloseEnvironmentalMonitor@4 +PowerCloseLimitsMitigation@4 +PowerCloseLimitsPolicy@4 +PowerRegisterEnvironmentalMonitor@8 +PowerRegisterLimitsMitigation@8 +PowerRegisterLimitsPolicy@8 +PowerReportLimitsEvent@4 +PowerUpdateEnvironmentalMonitorState@12 +PowerUpdateEnvironmentalMonitorThresholds@12 +PowerUpdateLimitsMitigation@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0.def new file mode 100644 index 0000000000..192d5e9d3f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-power-setting-l1-1-0 + +EXPORTS + +PowerGetActiveScheme@8 +PowerReadACValue@28 +PowerReadDCValue@28 +PowerSetActiveScheme@8 +PowerSettingRegisterNotification@16 +PowerSettingUnregisterNotification@4 +PowerWriteACValueIndex@20 +PowerWriteDCValueIndex@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..3dd3181adc --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-power-setting-l1-1-0 + +EXPORTS + +PowerGetActiveScheme@8 +PowerReadACValue@28 +PowerSettingRegisterNotification@16 +PowerSettingUnregisterNotification@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-1.def new file mode 100644 index 0000000000..46da766881 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-power-setting-l1-1-1.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-power-setting-l1-1-1 + +EXPORTS + +PowerRegisterForEffectivePowerModeNotifications@16 +PowerUnregisterFromEffectivePowerModeNotifications@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-0.def new file mode 100644 index 0000000000..e22dd423e0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-0 + +EXPORTS + +RoGetMetaDataFile@20 +RoParseTypeName@12 +RoResolveNamespace@32 diff --git a/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-1.def new file mode 100644 index 0000000000..075cc4cb70 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-ro-typeresolution-l1-1-1.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-ro-typeresolution-l1-1-1 + +EXPORTS + +RoCreateNonAgilePropertySet@4 +RoCreatePropertySetSerializer@4 +RoIsApiContractMajorVersionPresent@12 +RoIsApiContractPresent@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-appcontainer-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-appcontainer-l1-1-0.def new file mode 100644 index 0000000000..f317d9805d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-appcontainer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-appcontainer-l1-1-0 + +EXPORTS + +GetAppContainerNamedObjectPath@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0.def new file mode 100644 index 0000000000..9b0b7549dd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-base-ansi-l1-1-0 + +EXPORTS + +GetFileSecurityA@20 +SetFileSecurityA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..204807e9c2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-ansi-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-ansi-l1-1-0 + +EXPORTS + +SetFileSecurityA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0.def new file mode 100644 index 0000000000..52d268f306 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0.def @@ -0,0 +1,99 @@ +LIBRARY api-ms-win-security-base-l1-1-0 + +EXPORTS + +AccessCheck@32 +AccessCheckAndAuditAlarmW@44 +AccessCheckByType@44 +AccessCheckByTypeAndAuditAlarmW@64 +AccessCheckByTypeResultList@44 +AccessCheckByTypeResultListAndAuditAlarmByHandleW@68 +AccessCheckByTypeResultListAndAuditAlarmW@64 +AddAccessAllowedAce@16 +AddAccessAllowedAceEx@20 +AddAccessAllowedObjectAce@28 +AddAccessDeniedAce@16 +AddAccessDeniedAceEx@20 +AddAccessDeniedObjectAce@28 +AddAce@20 +AddAuditAccessAce@24 +AddAuditAccessAceEx@28 +AddAuditAccessObjectAce@36 +AddMandatoryAce@20 +AdjustTokenGroups@24 +AdjustTokenPrivileges@24 +AllocateAndInitializeSid@44 +AllocateLocallyUniqueId@4 +AreAllAccessesGranted@8 +AreAnyAccessesGranted@8 +CheckTokenMembership@12 +ConvertToAutoInheritPrivateObjectSecurity@24 +CopySid@12 +CreatePrivateObjectSecurity@24 +CreatePrivateObjectSecurityEx@32 +CreatePrivateObjectSecurityWithMultipleInheritance@36 +CreateRestrictedToken@36 +CreateWellKnownSid@16 +DeleteAce@8 +DestroyPrivateObjectSecurity@4 +DuplicateToken@12 +DuplicateTokenEx@24 +EqualDomainSid@12 +EqualPrefixSid@8 +EqualSid@8 +FindFirstFreeAce@8 +FreeSid@4 +GetAce@12 +GetAclInformation@16 +GetFileSecurityW@20 +GetKernelObjectSecurity@20 +GetLengthSid@4 +GetPrivateObjectSecurity@20 +GetSecurityDescriptorControl@12 +GetSecurityDescriptorDacl@16 +GetSecurityDescriptorGroup@12 +GetSecurityDescriptorLength@4 +GetSecurityDescriptorOwner@12 +GetSecurityDescriptorRMControl@8 +GetSecurityDescriptorSacl@16 +GetSidIdentifierAuthority@4 +GetSidLengthRequired@4 +GetSidSubAuthority@8 +GetSidSubAuthorityCount@4 +GetTokenInformation@20 +GetWindowsAccountDomainSid@12 +ImpersonateAnonymousToken@4 +ImpersonateLoggedOnUser@4 +ImpersonateSelf@4 +InitializeAcl@12 +InitializeSecurityDescriptor@8 +InitializeSid@12 +IsTokenRestricted@4 +IsValidAcl@4 +IsValidSecurityDescriptor@4 +IsValidSid@4 +IsWellKnownSid@8 +MakeAbsoluteSD@44 +MakeSelfRelativeSD@12 +MapGenericMask@8 +ObjectCloseAuditAlarmW@12 +ObjectDeleteAuditAlarmW@12 +ObjectOpenAuditAlarmW@48 +ObjectPrivilegeAuditAlarmW@24 +PrivilegeCheck@12 +PrivilegedServiceAuditAlarmW@20 +QuerySecurityAccessMask@8 +RevertToSelf@0 +SetAclInformation@16 +SetFileSecurityW@12 +SetKernelObjectSecurity@12 +SetPrivateObjectSecurity@20 +SetPrivateObjectSecurityEx@24 +SetSecurityAccessMask@8 +SetSecurityDescriptorControl@12 +SetSecurityDescriptorDacl@16 +SetSecurityDescriptorGroup@12 +SetSecurityDescriptorOwner@12 +SetSecurityDescriptorRMControl@8 +SetSecurityDescriptorSacl@16 +SetTokenInformation@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..96dd70710e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-1-0_windowsapp.def @@ -0,0 +1,59 @@ +LIBRARY api-ms-win-security-base-l1-1-0 + +EXPORTS + +AddAccessAllowedAce@16 +AddAccessAllowedAceEx@20 +AddAce@20 +AddMandatoryAce@20 +AdjustTokenGroups@24 +AdjustTokenPrivileges@24 +AllocateAndInitializeSid@44 +AllocateLocallyUniqueId@4 +CheckTokenMembership@12 +CopySid@12 +CreateWellKnownSid@16 +DeleteAce@8 +DuplicateToken@12 +DuplicateTokenEx@24 +EqualDomainSid@12 +EqualSid@8 +FreeSid@4 +GetAce@12 +GetAclInformation@16 +GetFileSecurityW@20 +GetKernelObjectSecurity@20 +GetLengthSid@4 +GetSecurityDescriptorControl@12 +GetSecurityDescriptorDacl@16 +GetSecurityDescriptorGroup@12 +GetSecurityDescriptorLength@4 +GetSecurityDescriptorOwner@12 +GetSecurityDescriptorRMControl@8 +GetSecurityDescriptorSacl@16 +GetSidIdentifierAuthority@4 +GetSidLengthRequired@4 +GetSidSubAuthority@8 +GetSidSubAuthorityCount@4 +GetTokenInformation@20 +GetWindowsAccountDomainSid@12 +ImpersonateLoggedOnUser@4 +InitializeAcl@12 +InitializeSecurityDescriptor@8 +InitializeSid@12 +IsValidAcl@4 +IsValidSecurityDescriptor@4 +IsValidSid@4 +IsWellKnownSid@8 +MakeAbsoluteSD@44 +MakeSelfRelativeSD@12 +RevertToSelf@0 +SetFileSecurityW@12 +SetKernelObjectSecurity@12 +SetSecurityDescriptorControl@12 +SetSecurityDescriptorDacl@16 +SetSecurityDescriptorGroup@12 +SetSecurityDescriptorOwner@12 +SetSecurityDescriptorRMControl@8 +SetSecurityDescriptorSacl@16 +SetTokenInformation@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0.def new file mode 100644 index 0000000000..8b1dc38f24 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-security-base-l1-2-0 + +EXPORTS + +AddResourceAttributeAce@28 +AddScopedPolicyIDAce@20 +CheckTokenCapability@12 +CheckTokenMembershipEx@16 +GetAppContainerAce@16 +GetCachedSigningLevel@24 +SetCachedSigningLevel@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0_windowsapp.def new file mode 100644 index 0000000000..384b15359f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-0 + +EXPORTS + +CheckTokenMembershipEx@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-1.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-1.def new file mode 100644 index 0000000000..bc0480ad50 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-1 + +EXPORTS + +CveEventWrite@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-2.def b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-2.def new file mode 100644 index 0000000000..da50e22029 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-base-l1-2-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-base-l1-2-2 + +EXPORTS + +DeriveCapabilitySidsFromName@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0.def new file mode 100644 index 0000000000..f3c787977e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-cpwl-l1-1-0 + +EXPORTS + +CreateProcessWithLogonW@44 +CreateProcessWithTokenW@36 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..ea02e080a8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-cpwl-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-cpwl-l1-1-0 + +EXPORTS + +CreateProcessWithLogonW@44 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-credentials-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-credentials-l1-1-0.def new file mode 100644 index 0000000000..76e763453f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-credentials-l1-1-0.def @@ -0,0 +1,33 @@ +LIBRARY api-ms-win-security-credentials-l1-1-0 + +EXPORTS + +CredDeleteA@12 +CredDeleteW@12 +CredEnumerateA@16 +CredEnumerateW@16 +CredFindBestCredentialA@16 +CredFindBestCredentialW@16 +CredFree@4 +CredGetSessionTypes@8 +CredGetTargetInfoA@12 +CredGetTargetInfoW@12 +CredIsMarshaledCredentialW@4 +CredIsProtectedA@8 +CredIsProtectedW@8 +CredMarshalCredentialA@12 +CredMarshalCredentialW@12 +CredProtectA@24 +CredProtectW@24 +CredReadA@16 +CredReadDomainCredentialsA@16 +CredReadDomainCredentialsW@16 +CredReadW@16 +CredUnmarshalCredentialA@12 +CredUnmarshalCredentialW@12 +CredUnprotectA@20 +CredUnprotectW@20 +CredWriteA@8 +CredWriteDomainCredentialsA@12 +CredWriteDomainCredentialsW@12 +CredWriteW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0.def new file mode 100644 index 0000000000..9a0c76c78b --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0.def @@ -0,0 +1,43 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptAcquireContextA@20 +CryptAcquireContextW@20 +CryptContextAddRef@12 +CryptCreateHash@20 +CryptDecrypt@24 +CryptDeriveKey@20 +CryptDestroyHash@4 +CryptDestroyKey@4 +CryptDuplicateHash@16 +CryptDuplicateKey@16 +CryptEncrypt@28 +CryptEnumProvidersA@24 +CryptEnumProvidersW@24 +CryptEnumProviderTypesA@24 +CryptEnumProviderTypesW@24 +CryptExportKey@24 +CryptGenKey@16 +CryptGenRandom@12 +CryptGetDefaultProviderA@20 +CryptGetDefaultProviderW@20 +CryptGetHashParam@20 +CryptGetKeyParam@20 +CryptGetProvParam@20 +CryptGetUserKey@12 +CryptHashData@16 +CryptHashSessionKey@12 +CryptImportKey@24 +CryptReleaseContext@8 +CryptSetHashParam@16 +CryptSetKeyParam@16 +CryptSetProviderA@8 +CryptSetProviderExA@16 +CryptSetProviderExW@16 +CryptSetProviderW@8 +CryptSetProvParam@16 +CryptSignHashA@24 +CryptSignHashW@24 +CryptVerifySignatureA@24 +CryptVerifySignatureW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..2590c143c7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-cryptoapi-l1-1-0_windowsapp.def @@ -0,0 +1,35 @@ +LIBRARY api-ms-win-security-cryptoapi-l1-1-0 + +EXPORTS + +CryptAcquireContextA@20 +CryptAcquireContextW@20 +CryptCreateHash@20 +CryptDecrypt@24 +CryptDeriveKey@20 +CryptDestroyHash@4 +CryptDestroyKey@4 +CryptDuplicateKey@16 +CryptEncrypt@28 +CryptEnumProvidersA@24 +CryptEnumProvidersW@24 +CryptExportKey@24 +CryptGenKey@16 +CryptGenRandom@12 +CryptGetDefaultProviderA@20 +CryptGetDefaultProviderW@20 +CryptGetHashParam@20 +CryptGetKeyParam@20 +CryptGetProvParam@20 +CryptGetUserKey@12 +CryptHashData@16 +CryptImportKey@24 +CryptReleaseContext@8 +CryptSetHashParam@16 +CryptSetKeyParam@16 +CryptSetProviderW@8 +CryptSetProvParam@16 +CryptSignHashA@24 +CryptSignHashW@24 +CryptVerifySignatureA@24 +CryptVerifySignatureW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-0.def new file mode 100644 index 0000000000..741499b16d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-0.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-isolatedcontainer-l1-1-0 + +EXPORTS + +IsProcessInIsolatedContainer@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-1.def new file mode 100644 index 0000000000..9f1cc87ea5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-isolatedcontainer-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-isolatedcontainer-l1-1-1 + +EXPORTS + +IsProcessInWDAGContainer@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-ansi-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-ansi-l2-1-0.def new file mode 100644 index 0000000000..b3f8285b2c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-ansi-l2-1-0.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsalookup-ansi-l2-1-0 + +EXPORTS + +LookupAccountNameA@28 +LookupAccountSidA@28 +LookupPrivilegeDisplayNameA@20 +LookupPrivilegeNameA@16 +LookupPrivilegeValueA@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0.def new file mode 100644 index 0000000000..d633be6a0e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-0 + +EXPORTS + +LookupAccountNameW@28 +LookupAccountSidW@28 +LookupPrivilegeDisplayNameW@20 +LookupPrivilegeNameW@16 +LookupPrivilegeValueW@12 +LsaEnumerateTrustedDomains@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def new file mode 100644 index 0000000000..6211588442 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-0 + +EXPORTS + +LookupAccountNameW@28 +LookupAccountSidW@28 +LookupPrivilegeDisplayNameW@20 +LookupPrivilegeNameW@16 +LookupPrivilegeValueW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-1.def b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-1.def new file mode 100644 index 0000000000..99d455839e --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsalookup-l2-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-lsalookup-l2-1-1 + +EXPORTS + +LsaManageSidNameMapping@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0.def new file mode 100644 index 0000000000..bf0e1aaed8 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0.def @@ -0,0 +1,17 @@ +LIBRARY api-ms-win-security-lsapolicy-l1-1-0 + +EXPORTS + +LsaAddAccountRights@16 +LsaClose@4 +LsaEnumerateAccountRights@16 +LsaEnumerateAccountsWithUserRight@16 +LsaFreeMemory@4 +LsaLookupNames2@24 +LsaLookupSids@20 +LsaLookupSids2@24 +LsaOpenPolicy@16 +LsaQueryInformationPolicy@12 +LsaRemoveAccountRights@20 +LsaRetrievePrivateData@12 +LsaSetInformationPolicy@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..e624ec3d88 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-lsapolicy-l1-1-0_windowsapp.def @@ -0,0 +1,9 @@ +LIBRARY api-ms-win-security-lsapolicy-l1-1-0 + +EXPORTS + +LsaClose@4 +LsaFreeMemory@4 +LsaLookupNames2@24 +LsaLookupSids@20 +LsaOpenPolicy@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-provider-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-provider-ansi-l1-1-0.def new file mode 100644 index 0000000000..f5ac5de431 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-provider-ansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-security-provider-ansi-l1-1-0 + +EXPORTS + +GetExplicitEntriesFromAclA@12 +GetNamedSecurityInfoA@32 +SetEntriesInAclA@16 +SetNamedSecurityInfoA@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-provider-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-provider-l1-1-0.def new file mode 100644 index 0000000000..980011f2a7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-provider-l1-1-0.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-security-provider-l1-1-0 + +EXPORTS + +GetExplicitEntriesFromAclW@12 +GetNamedSecurityInfoW@32 +GetSecurityInfo@32 +SetEntriesInAclW@16 +SetNamedSecurityInfoW@28 +SetSecurityInfo@28 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-sddl-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-sddl-ansi-l1-1-0.def new file mode 100644 index 0000000000..27a36ef958 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-sddl-ansi-l1-1-0.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-security-sddl-ansi-l1-1-0 + +EXPORTS + +ConvertSidToStringSidA@8 +ConvertStringSidToSidA@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-sddl-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-sddl-l1-1-0.def new file mode 100644 index 0000000000..9f376c5f8f --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-sddl-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-security-sddl-l1-1-0 + +EXPORTS + +ConvertSecurityDescriptorToStringSecurityDescriptorW@20 +ConvertSidToStringSidW@8 +ConvertStringSecurityDescriptorToSecurityDescriptorW@16 +ConvertStringSidToSidW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0.def new file mode 100644 index 0000000000..ccd0780935 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-security-systemfunctions-l1-1-0 + +EXPORTS + +SystemFunction036@8 +SystemFunction040@12 +SystemFunction041@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..0e5e6e715d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-security-systemfunctions-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-security-systemfunctions-l1-1-0 + +EXPORTS + +SystemFunction036@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-0.def new file mode 100644 index 0000000000..56af17d765 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-ansi-l1-1-0 + +EXPORTS + +EnumServicesStatusExA@40 +GetServiceDisplayNameA@16 +GetServiceKeyNameA@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-1.def new file mode 100644 index 0000000000..c613c915e9 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-ansi-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-ansi-l1-1-1 + +EXPORTS + +EnumDependentServicesA@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0.def new file mode 100644 index 0000000000..2f26f67a38 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-l1-1-0 + +EXPORTS + +RegisterServiceCtrlHandlerExW@12 +SetServiceStatus@8 +StartServiceCtrlDispatcherW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..b8e530ce75 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-0 + +EXPORTS + +RegisterServiceCtrlHandlerExW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-1.def new file mode 100644 index 0000000000..888f96b5a0 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-1.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-service-core-l1-1-1 + +EXPORTS + +EnumDependentServicesW@24 +EnumServicesStatusExW@40 +QueryServiceDynamicInformation@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-2.def new file mode 100644 index 0000000000..8a6abdb244 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-2.def @@ -0,0 +1,6 @@ +LIBRARY api-ms-win-service-core-l1-1-2 + +EXPORTS + +GetServiceDisplayNameW@16 +GetServiceKeyNameW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-3.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-3.def new file mode 100644 index 0000000000..2da0d3ec06 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-3.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-3 + +EXPORTS + +GetServiceRegistryStateKey@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-4.def b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-4.def new file mode 100644 index 0000000000..409b0c7374 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-core-l1-1-4.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-core-l1-1-4 + +EXPORTS + +GetServiceDirectory@20 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0.def new file mode 100644 index 0000000000..d19c2b466c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0.def @@ -0,0 +1,11 @@ +LIBRARY api-ms-win-service-management-l1-1-0 + +EXPORTS + +CloseServiceHandle@4 +ControlServiceExW@16 +CreateServiceW@52 +DeleteService@4 +OpenSCManagerW@12 +OpenServiceW@12 +StartServiceW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..37dcd625d7 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-management-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-service-management-l1-1-0 + +EXPORTS + +OpenSCManagerW@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-management-l2-1-0.def b/lib/libc/mingw/lib32/api-ms-win-service-management-l2-1-0.def new file mode 100644 index 0000000000..94967e0a6c --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-management-l2-1-0.def @@ -0,0 +1,12 @@ +LIBRARY api-ms-win-service-management-l2-1-0 + +EXPORTS + +ChangeServiceConfig2W@12 +ChangeServiceConfigW@44 +NotifyServiceStatusChangeW@12 +QueryServiceConfig2W@20 +QueryServiceConfigW@16 +QueryServiceObjectSecurity@20 +QueryServiceStatusEx@20 +SetServiceObjectSecurity@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0.def new file mode 100644 index 0000000000..3f736bcc41 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0.def @@ -0,0 +1,20 @@ +LIBRARY api-ms-win-service-winsvc-l1-1-0 + +EXPORTS + +ChangeServiceConfig2A@12 +ChangeServiceConfigA@44 +ControlService@12 +ControlServiceExA@16 +CreateServiceA@52 +NotifyServiceStatusChangeA@12 +OpenSCManagerA@12 +OpenServiceA@12 +QueryServiceConfig2A@20 +QueryServiceConfigA@16 +QueryServiceStatus@8 +RegisterServiceCtrlHandlerA@8 +RegisterServiceCtrlHandlerExA@12 +RegisterServiceCtrlHandlerW@8 +StartServiceA@12 +StartServiceCtrlDispatcherA@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..4561778c81 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-service-winsvc-l1-1-0_windowsapp.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-service-winsvc-l1-1-0 + +EXPORTS + +OpenSCManagerA@12 +RegisterServiceCtrlHandlerA@8 +RegisterServiceCtrlHandlerExA@12 +RegisterServiceCtrlHandlerW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0.def new file mode 100644 index 0000000000..f25bacd142 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-obsolete-l1-1-0 + +EXPORTS + +CommandLineToArgvW@8 +SHStrDupA@8 +SHStrDupW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def b/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def new file mode 100644 index 0000000000..42a937d736 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-obsolete-l1-1-0_windowsapp.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-obsolete-l1-1-0 + +EXPORTS + +CommandLineToArgvW@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-path-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-path-l1-1-0.def new file mode 100644 index 0000000000..e9debf888d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-path-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-shcore-path-l1-1-0 + +EXPORTS + +PathBuildRootA@8 +PathBuildRootW@8 +PathIsNetworkPathA@4 +PathIsNetworkPathW@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-0.def new file mode 100644 index 0000000000..17bbb1fdc2 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-0.def @@ -0,0 +1,32 @@ +LIBRARY api-ms-win-shcore-registry-l1-1-0 + +EXPORTS + +SHCopyKeyA@16 +SHCopyKeyW@16 +SHDeleteEmptyKeyA@8 +SHDeleteEmptyKeyW@8 +SHDeleteKeyA@8 +SHDeleteKeyW@8 +SHDeleteValueA@12 +SHDeleteValueW@12 +SHEnumKeyExA@16 +SHEnumKeyExW@16 +SHEnumValueA@28 +SHEnumValueW@28 +SHGetValueA@24 +SHGetValueW@24 +SHQueryInfoKeyA@20 +SHQueryInfoKeyW@20 +SHQueryValueExA@24 +SHQueryValueExW@24 +SHRegDuplicateHKey@4 +SHRegGetIntW@12 +SHRegGetPathA@20 +SHRegGetPathW@20 +SHRegGetValueA@28 +SHRegGetValueW@28 +SHRegSetPathA@20 +SHRegSetPathW@20 +SHSetValueA@24 +SHSetValueW@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-1.def new file mode 100644 index 0000000000..617e8704cc --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-registry-l1-1-1.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-registry-l1-1-1 + +EXPORTS + +SHRegGetValueFromHKCUHKLM@24 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-0.def new file mode 100644 index 0000000000..f121e648c1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-0 + +EXPORTS + +GetScaleFactorForDevice@4 +RegisterScaleChangeNotifications@16 +RevokeScaleChangeNotifications@8 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-1.def b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-1.def new file mode 100644 index 0000000000..2f5355e43d --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-1.def @@ -0,0 +1,10 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-1 + +EXPORTS + +GetDpiForMonitor@16 +GetProcessDpiAwareness@8 +GetScaleFactorForMonitor@8 +RegisterScaleChangeEvent@8 +SetProcessDpiAwareness@4 +UnregisterScaleChangeEvent@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-2.def b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-2.def new file mode 100644 index 0000000000..94de5076e1 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-scaling-l1-1-2.def @@ -0,0 +1,5 @@ +LIBRARY api-ms-win-shcore-scaling-l1-1-2 + +EXPORTS + +GetDpiForShellUIComponent@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-stream-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-stream-l1-1-0.def new file mode 100644 index 0000000000..8fb0d0eacd --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-stream-l1-1-0.def @@ -0,0 +1,19 @@ +LIBRARY api-ms-win-shcore-stream-l1-1-0 + +EXPORTS + +IStream_Copy@12 +IStream_Read@12 +IStream_ReadStr@8 +IStream_Reset@4 +IStream_Size@8 +IStream_Write@12 +IStream_WriteStr@8 +SHCreateMemStream@8 +SHCreateStreamOnFileA@12 +SHCreateStreamOnFileEx@24 +SHCreateStreamOnFileW@12 +SHOpenRegStream2A@16 +SHOpenRegStream2W@16 +SHOpenRegStreamA@16 +SHOpenRegStreamW@16 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def new file mode 100644 index 0000000000..5dafc212e5 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-stream-winrt-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-stream-winrt-l1-1-0 + +EXPORTS + +CreateRandomAccessStreamOnFile@16 +CreateRandomAccessStreamOverStream@16 +CreateStreamOverRandomAccessStream@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-sysinfo-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-sysinfo-l1-1-0.def new file mode 100644 index 0000000000..6510396e2a --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-sysinfo-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shcore-sysinfo-l1-1-0 + +EXPORTS + +GetCurrentProcessExplicitAppUserModelID@4 +IsOS@4 +SetCurrentProcessExplicitAppUserModelID@4 diff --git a/lib/libc/mingw/lib32/api-ms-win-shcore-unicodeansi-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shcore-unicodeansi-l1-1-0.def new file mode 100644 index 0000000000..aaae6d1b81 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shcore-unicodeansi-l1-1-0.def @@ -0,0 +1,8 @@ +LIBRARY api-ms-win-shcore-unicodeansi-l1-1-0 + +EXPORTS + +SHAnsiToAnsi@12 +SHAnsiToUnicode@12 +SHUnicodeToAnsi@12 +SHUnicodeToUnicode@12 diff --git a/lib/libc/mingw/lib32/api-ms-win-shell-shdirectory-l1-1-0.def b/lib/libc/mingw/lib32/api-ms-win-shell-shdirectory-l1-1-0.def new file mode 100644 index 0000000000..ae1dfd1744 --- /dev/null +++ b/lib/libc/mingw/lib32/api-ms-win-shell-shdirectory-l1-1-0.def @@ -0,0 +1,7 @@ +LIBRARY api-ms-win-shell-shdirectory-l1-1-0 + +EXPORTS + +SHCreateDirectory@8 +SHCreateDirectoryExA@12 +SHCreateDirectoryExW@12 diff --git a/lib/libc/mingw/lib32/davclnt.def b/lib/libc/mingw/lib32/davclnt.def index 5dcc9f8e6a..1c4a516e26 100644 --- a/lib/libc/mingw/lib32/davclnt.def +++ b/lib/libc/mingw/lib32/davclnt.def @@ -14,7 +14,6 @@ DavRegisterAuthCallback@8 DavUnregisterAuthCallback@4 DllCanUnloadNow@0 DllGetClassObject@12 -DllMain@12 NPAddConnection3@20 NPAddConnection@12 NPCancelConnection@8 diff --git a/lib/libc/mingw/lib32/msoledbsql.def b/lib/libc/mingw/lib32/msoledbsql.def index fbea877100..89fc4cb458 100644 --- a/lib/libc/mingw/lib32/msoledbsql.def +++ b/lib/libc/mingw/lib32/msoledbsql.def @@ -7,7 +7,6 @@ LIBRARY "msoledbsql.dll" EXPORTS DllCanUnloadNow@0 DllGetClassObject@12 -DllMain@12 DllRegisterServer@0 DllUnregisterServer@0 OpenSqlFilestream@24 diff --git a/lib/libc/mingw/lib32/p2p.def b/lib/libc/mingw/lib32/p2p.def index ee8c00b6e7..0960a75730 100644 --- a/lib/libc/mingw/lib32/p2p.def +++ b/lib/libc/mingw/lib32/p2p.def @@ -5,7 +5,6 @@ ; LIBRARY "P2P.dll" EXPORTS -DllMain@12 PeerCollabAddContact@8 PeerCollabAsyncInviteContact@20 PeerCollabAsyncInviteEndpoint@16 diff --git a/lib/libc/mingw/lib32/p2pcollab.def b/lib/libc/mingw/lib32/p2pcollab.def index d0de1d5e0a..d768cc6efb 100644 --- a/lib/libc/mingw/lib32/p2pcollab.def +++ b/lib/libc/mingw/lib32/p2pcollab.def @@ -87,6 +87,5 @@ SPUpdateUserPicture@0 SPUpdateUserSettings@4 SSPAddCredentials@12 SSPRemoveCredentials@4 -DllMain@12 InitSecurityInterfaceW@0 QuerySecurityPackageInfoW@8 diff --git a/lib/libc/mingw/lib32/prntvpt.def b/lib/libc/mingw/lib32/prntvpt.def index c93f48ea18..f6c5608f67 100644 --- a/lib/libc/mingw/lib32/prntvpt.def +++ b/lib/libc/mingw/lib32/prntvpt.def @@ -18,7 +18,6 @@ ConvertPrintTicketToDevModeThunk2@32 ConvertPrintTicketToDevModeThunk@28 DllCanUnloadNow@0 DllGetClassObject@12 -DllMain@12 DllRegisterServer@0 DllUnregisterServer@0 GetDeviceDefaultPrintTicketThunk@12 diff --git a/lib/libc/mingw/lib32/shlwapi.def b/lib/libc/mingw/lib32/shlwapi.def index 4978994c5d..8dfff0be26 100644 --- a/lib/libc/mingw/lib32/shlwapi.def +++ b/lib/libc/mingw/lib32/shlwapi.def @@ -5,94 +5,83 @@ ; LIBRARY "SHLWAPI.dll" EXPORTS -ParseURLA@8 -ParseURLW@8 -SHAllocShared@12 -SHLockShared@8 -SHUnlockShared@4 -SHFreeShared@8 -SHCreateMemStream@8 -GetAcceptLanguagesA@8 -GetAcceptLanguagesW@8 -SHCreateThread@16 -IsCharSpaceW@4 -StrCmpNCA@12 -StrCmpNCW@12 -StrCmpNICA@12 -StrCmpNICW@12 -StrCmpCA@8 -StrCmpCW@8 -StrCmpICA@8 -StrCmpICW@8 -ConnectToConnectionPoint@24 -IUnknown_AtomicRelease@4 -IUnknown_GetWindow@8 -IUnknown_SetSite@8 -IUnknown_QueryService@16 -IStream_Read@12 -SHMessageBoxCheckA@24 -SHMessageBoxCheckW@24 -IUnknown_Set@8 -SHStripMneumonicA@4 -SHIsChildOrSelf@8 -IStream_Write@12 -IStream_Reset@4 -IStream_Size@8 -SHAnsiToUnicode@12 -SHUnicodeToAnsi@12 -QISearch@16 -SHStripMneumonicW@4 -IUnknown_GetSite@12 -WhichPlatform@0 -SHRegGetIntW@12 -SHAnsiToAnsi@12 -SHUnicodeToUnicode@12 -SHFormatDateTimeA@16 -SHFormatDateTimeW@16 -MLLoadLibraryA@12 -MLLoadLibraryW@12 -ShellMessageBoxW@0 -MLFreeLibrary@0 -SHSendMessageBroadcastA@12 -SHSendMessageBroadcastW@12 -IsOS@4 -UrlFixupW@12 -SHRunIndirectRegClientCommand@8 -SHLoadIndirectString@16 +AssocCopyVerbs@8 AssocCreate@24 AssocGetPerceivedType@16 AssocIsDangerous@4 +AssocMakeApplicationByKeyW@12 +AssocMakeProgid@16 AssocQueryKeyA@20 AssocQueryKeyW@20 -IStream_ReadPidl@8 -IStream_WritePidl@8 -SHGetViewStatePropertyBag@20 -IsInternetESCEnabled@0 -SHPropertyBag_ReadStrAlloc@12 -IStream_Copy@12 -DelayLoadFailureHook@8 -SHPropertyBag_WriteBSTR@12 AssocQueryStringA@24 AssocQueryStringByKeyA@24 AssocQueryStringByKeyW@24 AssocQueryStringW@24 +CalculateAspectRatio@12 +CharUpperNoDBCSW@4 ChrCmpIA@8 ChrCmpIW@8 ColorAdjustLuma@12 ColorHLSToRGB@12 ColorRGBToHLS@16 +ConnectToConnectionPoint@24 +DelayLoadFailureHook@8 DllGetVersion@4 +DoesStringRoundTripW@12 +DupWideToAnsi@8 +FDSA_DeleteItem@8 +FDSA_Initialize@20 +FDSA_InsertItem@12 +FixSlashesAndColonW@4 +GetAcceptLanguagesA@8 +GetAcceptLanguagesW@8 GetMenuPosFromID@8 HashData@16 IntlStrEqWorkerA@16 -IStream_ReadStr@8 -IStream_WriteStr@8 IntlStrEqWorkerW@16 IsCharSpaceA@4 +IsCharSpaceW@4 +IShellFolder_GetDisplayNameOf@20 +IShellFolder_ParseDisplayName@28 +IsInternetESCEnabled@0 +IsOS@4 +IStream_Copy@12 +IStream_Read@12 +IStream_ReadPidl@8 +IStream_ReadStr@8 +IStream_Reset@4 +IStream_Size@8 +IStream_Write@12 +IStream_WritePidl@8 +IStream_WriteStr@8 +IUnknown_AtomicRelease@4 +IUnknown_CPContainerInvokeIndirect@12 +IUnknown_EnableModeless@8 +IUnknown_Exec@24 +IUnknown_GetSite@12 +IUnknown_GetWindow@8 +IUnknown_HasFocusIO@4 +IUnknown_OnFocusChangeIS@12 +IUnknown_QueryService@16 +IUnknown_QueryServiceExec@28 +IUnknown_QueryServiceForWebBrowserApp@12 +IUnknown_QueryServicePropertyBag@16 +IUnknown_Set@8 +IUnknown_SetOwner@8 +IUnknown_SetSite@8 +IUnknown_TranslateAcceleratorIO@8 +IUnknown_UIActivateIO@12 +MayExecForward@28 +MayQSForward@24 +MIME_GetExtensionW@12 +MLFreeLibrary@0 +MLLoadLibraryA@12 +MLLoadLibraryW@12 +ParseURLA@8 +ParseURLW@8 PathAddBackslashA@4 PathAddBackslashW@4 PathAddExtensionA@8 -SHCreateThreadWithHandle@20 PathAddExtensionW@8 PathAppendA@8 PathAppendW@8 @@ -112,6 +101,9 @@ PathCreateFromUrlA@16 PathCreateFromUrlAlloc@12 PathCreateFromUrlW@16 PathFileExistsA@4 +PathFileExistsAndAttributesA@8 +PathFileExistsDefExtAndAttributesW@12 +PathFileExistsDefExtW@8 PathFileExistsW@4 PathFindExtensionA@4 PathFindExtensionW@4 @@ -120,6 +112,7 @@ PathFindFileNameW@4 PathFindNextComponentA@4 PathFindNextComponentW@4 PathFindOnPathA@8 +PathFindOnPathExW@12 PathFindOnPathW@8 PathFindSuffixArrayA@12 PathFindSuffixArrayW@12 @@ -195,23 +188,38 @@ PathStripPathA@4 PathStripPathW@4 PathStripToRootA@4 PathStripToRootW@4 -PathUnExpandEnvStringsA@12 -PathUnExpandEnvStringsW@12 PathUndecorateA@4 PathUndecorateW@4 +PathUnExpandEnvStringsA@12 +PathUnExpandEnvStringsForUserW@16 +PathUnExpandEnvStringsW@12 PathUnmakeSystemFolderA@4 PathUnmakeSystemFolderW@4 PathUnquoteSpacesA@4 PathUnquoteSpacesW@4 +QISearch@16 +QuerySourceCreateFromKey@20 +SHAddDataBlock@8 +SHAllocShared@12 +SHAnsiToAnsi@12 +SHAnsiToUnicode@12 SHAutoComplete@8 +SHClearViewStatePropertyBag@12 SHCopyKeyA@16 SHCopyKeyW@16 +SHCreateMemStream@8 +SHCreatePropertyBagOnProfileSection@20 +SHCreatePropertyBagOnRegKey@20 +SHCreatePropertyStoreOnXML@20 SHCreateShellPalette@4 SHCreateStreamOnFileA@12 SHCreateStreamOnFileEx@24 SHCreateStreamOnFileW@12 SHCreateStreamWrapper@16 +SHCreateThread@16 SHCreateThreadRef@8 +SHCreateThreadWithHandle@20 +SHCreateWorkerWindowW@24 SHDeleteEmptyKeyA@8 SHDeleteEmptyKeyW@8 SHDeleteKeyA@8 @@ -220,23 +228,64 @@ SHDeleteOrphanKeyA@8 SHDeleteOrphanKeyW@8 SHDeleteValueA@12 SHDeleteValueW@12 +ShellMessageBoxA +ShellMessageBoxA@0 +ShellMessageBoxW +ShellMessageBoxW@0 SHEnumKeyExA@16 SHEnumKeyExW@16 SHEnumValueA@28 SHEnumValueW@28 +SHExpandEnvironmentStringsAlloc@8 +SHExpandEnvironmentStringsForUserW@16 +SHFillRectClr@12 +SHFindDataBlock@8 +SHFormatDateTimeA@16 +SHFormatDateTimeW@16 +SHForwardContextMenuMsg@24 +SHFreeDataBlockList@4 +SHFreeShared@8 +SHGetCurColorRes@0 +SHGetFileDescriptionW@20 +SHGetIniStringW@20 SHGetInverseCMAP@8 +SHGetMenuFromID@8 +SHGetPerScreenResName@12 +SHGetRestriction@12 +SHGetShellKeyEx@16 SHGetThreadRef@4 SHGetValueA@24 SHGetValueW@24 +SHGetViewStatePropertyBag@20 +SHInvokeCommand@16 +SHInvokeCommandOnContextMenu@20 +SHInvokeCommandOnContextMenuEx@28 +SHInvokeCommandWithFlagsAndSite@28 +SHInvokeDefaultCommand@12 +SHIsChildOrSelf@8 +SHIsExpandableFolder@8 SHIsLowMemoryMachine@4 +SHLoadFromPropertyBag@8 +SHLoadIndirectString@16 +SHLoadMenuPopup@8 +SHLockShared@8 +SHMenuIndexFromID@8 +SHMessageBoxCheckA@24 +SHMessageBoxCheckExW@28 +SHMessageBoxCheckW@24 SHOpenRegStream2A@16 SHOpenRegStream2W@16 SHOpenRegStreamA@16 SHOpenRegStreamW@16 +SHPinDllOfCLSID@4 +SHPropertyBag_ReadStrAlloc@12 +SHPropertyBag_WriteBSTR@12 SHQueryInfoKeyA@20 SHQueryInfoKeyW@20 SHQueryValueExA@24 SHQueryValueExW@24 +SHQueueUserWorkItem@28 +SHReadDataBlockList@8 SHRegCloseUSKey@4 SHRegCreateUSKeyA@20 SHRegCreateUSKeyW@20 @@ -251,12 +300,16 @@ SHRegEnumUSValueA@32 SHRegEnumUSValueW@32 SHRegGetBoolUSValueA@16 SHRegGetBoolUSValueW@16 +SHRegGetIntW@12 SHRegGetPathA@20 SHRegGetPathW@20 SHRegGetUSValueA@32 SHRegGetUSValueW@32 SHRegGetValueA@28 +SHRegGetValueFromHKCUHKLM@24 SHRegGetValueW@28 +SHRegisterClassW@4 +SHRegisterValidateTemplate@8 SHRegOpenUSKeyA@20 SHRegOpenUSKeyW@20 SHRegQueryInfoUSKeyA@24 @@ -269,19 +322,36 @@ SHRegSetUSValueA@24 SHRegSetUSValueW@24 SHRegWriteUSValueA@24 SHRegWriteUSValueW@24 -SHRegisterValidateTemplate@8 SHReleaseThreadRef@0 +SHRemoveDataBlock@8 +SHRemoveDefaultDialogFont@4 +SHRestrictionLookup@24 +SHRunIndirectRegClientCommand@8 +SHSendMessageBroadcastA@12 +SHSendMessageBroadcastW@12 +SHSetDefaultDialogFont@8 +SHSetIniStringW@16 SHSetThreadRef@4 SHSetValueA@24 SHSetValueW@24 +SHSetWindowBits@16 +SHSimulateDrop@20 SHSkipJunction@8 SHStrDupA@8 SHStrDupW@8 -ShellMessageBoxA@0 -StrCSpnA@8 -StrCSpnIA@8 -StrCSpnIW@8 -StrCSpnW@8 +SHStringFromGUIDW@12 +SHStripMneumonicA@4 +SHStripMneumonicW@4 +SHUnicodeToAnsi@12 +SHUnicodeToAnsiCP@16 +SHUnicodeToUnicode@12 +SHUnlockShared@4 +SHWeakQueryInterface@16 +SHWeakReleaseInterface@8 +SHWriteDataBlockList@8 +SKAllocValueW@24 +SKGetValueW@24 +SKSetValueW@24 StrCatBuffA@12 StrCatBuffW@12 StrCatChainW@16 @@ -292,15 +362,27 @@ StrChrIW@8 StrChrNIW@12 StrChrNW@12 StrChrW@8 +StrCmpCA@8 +StrCmpCW@8 +StrCmpICA@8 +StrCmpICW@8 StrCmpIW@8 StrCmpLogicalW@8 StrCmpNA@12 +StrCmpNCA@12 +StrCmpNCW@12 StrCmpNIA@12 +StrCmpNICA@12 +StrCmpNICW@12 StrCmpNIW@12 StrCmpNW@12 StrCmpW@8 StrCpyNW@12 StrCpyW@8 +StrCSpnA@8 +StrCSpnIA@8 +StrCSpnIW@8 +StrCSpnW@8 StrDupA@4 StrDupW@4 StrFormatByteSize64A@16 @@ -321,13 +403,13 @@ StrRChrA@12 StrRChrIA@12 StrRChrIW@12 StrRChrW@12 -StrRStrIA@12 -StrRStrIW@12 StrRetToBSTR@12 StrRetToBufA@16 StrRetToBufW@16 StrRetToStrA@12 StrRetToStrW@12 +StrRStrIA@12 +StrRStrIW@12 StrSpnA@8 StrSpnW@8 StrStrA@8 @@ -356,6 +438,7 @@ UrlCreateFromPathA@16 UrlCreateFromPathW@16 UrlEscapeA@16 UrlEscapeW@16 +UrlFixupW@12 UrlGetLocationA@4 UrlGetLocationW@4 UrlGetPartA@20 @@ -370,7 +453,9 @@ UrlIsOpaqueW@4 UrlIsW@8 UrlUnescapeA@16 UrlUnescapeW@16 +WhichPlatform@0 wnsprintfA wnsprintfW wvnsprintfA@16 wvnsprintfW@16 +ZoneCheckUrlExW@32 diff --git a/lib/libc/mingw/lib32/spoolss.def b/lib/libc/mingw/lib32/spoolss.def index 3d9c081257..fa807bfde7 100644 --- a/lib/libc/mingw/lib32/spoolss.def +++ b/lib/libc/mingw/lib32/spoolss.def @@ -73,7 +73,6 @@ DllCanUnloadNow@0 DllFreeSplMem@4 DllFreeSplStr@4 DllGetClassObject@12 -DllMain@12 DllReallocSplMem@12 DllReallocSplStr@8 DllRegisterServer@0 diff --git a/lib/libc/mingw/lib32/wsmsvc.def b/lib/libc/mingw/lib32/wsmsvc.def new file mode 100644 index 0000000000..b5853200cc --- /dev/null +++ b/lib/libc/mingw/lib32/wsmsvc.def @@ -0,0 +1,3673 @@ +LIBRARY "WsmSvc.DLL" +EXPORTS +??0?$AutoCleanup@V?$AutoDelete@D@@PAD@@QAE@PAD@Z +??0?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAE@PAG@Z +??0?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@QAE@PAUIPRange@CWSManIPFilter@@@Z +??0?$AutoCleanup@V?$AutoDelete@U_SID@@@@PAU_SID@@@@QAE@PAU_SID@@@Z +??0?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@QAE@PAU_WSMAN_STREAM_ID_SET@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@QAE@PAV?$Handle@VISubscription@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAE@PAV?$SafeSet@PAVCCertMapping@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAE@PAV?$SafeSet@PAVCShellUriSettings@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PAV?$SimpleStack@VCListenerOperation@@@@@@QAE@PAV?$SimpleStack@VCListenerOperation@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PAV?$SimpleStack@VShellHostEntry@@@@@@QAE@PAV?$SimpleStack@VShellHostEntry@@@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAE@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAE@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAE@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAE@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@Z +??0?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@QAE@PAVAdminSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAE@PAVBlockedRecord@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAE@PAVCBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@QAE@PAVCCertMapping@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@QAE@PAVCConfigChangeSource@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@QAE@PAVCListenerSettings@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@QAE@PAVCObserverConfigChangeErrors@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAE@PAVCServiceWatcher@CServiceConfigCache@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@QAE@PAVCShellUriSettings@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@QAE@PAVCWSManEPR@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAE@PAVCWSManResource@@@Z +??0?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAE@PAVCertHash@@@Z +??0?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAE@PAVConfigUpdate@@@Z +??0?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@PAVEnumSinkEx@@@Z +??0?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@QAE@PAVEventHandler@WSMan@@@Z +??0?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@QAE@PAVExpiredOperationIdRecord@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@QAE@PAVGPApiManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@PAVGeneralSinkEx@@@Z +??0?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@QAE@PAVIChannelObserverFactory@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAE@PAVIQueryDASHSMASHInterface@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAE@PAVISpecification@@@Z +??0?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@QAE@PAVInteractiveSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@QAE@PAVIpHlpApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@QAE@PAVMachineName@@@Z +??0?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@QAE@PAVNetworkServiceSid@CSecurity@@@Z +??0?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@QAE@PAVNtDsApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAE@PAVOptionValue@SessionOptions@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAE@PAVPacketCreator@@@Z +??0?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@QAE@PAVPacketParser@@@Z +??0?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAE@PAVResources@Locale@@@Z +??0?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@QAE@PAVRunAsConfiguration@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAE@PAVSecurityEntry@Catalog@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PAVSendPacketArgs@RobustConnectionBuffer@@@@QAE@PAVSendPacketArgs@RobustConnectionBuffer@@@Z +??0?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAE@PAVServiceSoapProcessor@@@Z +??0?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@QAE@PAVShell32DllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@QAE@PAVShlWApiDllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@QAE@PAVSubscriptionEnumerator@@@Z +??0?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@QAE@PAVSubscriptionManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAE@PAVTSTRBUFFER@@@Z +??0?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@QAE@PAVUniqueStringOverflow@@@Z +??0?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@QAE@PAVUser32DllLoader@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@QAE@PAVWSMANCONFIGTABLE_IDENTITY@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@QAE@PAVWSManMemCryptManager@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAE@PAVWmiEnumContext@@@Z +??0?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAE@PAVXmlReader@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAE@PBG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QAE@PAD@Z +??0?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAE@PAE@Z +??0?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAE@PAG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@H@@PAH@@QAE@PAH@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAE@PAPAG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAE@PAPBG@Z +??0?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@QAE@PAU_CONFIG_UPDATE@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAE@PAU_WINRS_RUN_COMMAND_ARG@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAE@PAU_WSMAN_OPTION@@@Z +??0?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@V?$AutoFree@E@@PAE@@QAE@PAE@Z +??0?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAE@PAVPacket@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@QAE@PAUIAppHostAdminManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@QAE@PAUIAppHostChildElementCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@QAE@PAUIAppHostConfigException@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@QAE@PAUIAppHostElement@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@QAE@PAUIAppHostElementCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@QAE@PAUIAppHostProperty@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@QAE@PAUIAppHostPropertyCollection@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAE@PAUIClientSecurity@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAE@PAUIEnumWbemClassObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAE@PAUIErrorInfo@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAE@PAUIUnknown@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAE@PAUIWbemClassObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAE@PAUIWbemContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAE@PAUIWbemLocator@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAE@PAUIWbemObjectTextSrc@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAE@PAUIWbemPath@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAE@PAUIWbemPathKeyList@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAE@PAUIWbemQualifierSet@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAE@PAUIWbemQuery@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAE@PAUIWbemServices@@@Z +??0?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@QAE@PAVApplication@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAE@PAVCBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAE@PAVCClientConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@QAE@PAVCCommonConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@QAE@PAVCConfigCacheMap@CBaseConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAE@PAVCConfigManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@@QAE@PAVCRemoteOperation@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAE@PAVCRemoteSession@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAE@PAVCRequestContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@QAE@PAVCServiceCommonConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@QAE@PAVCServiceConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAE@PAVCServiceConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAE@PAVCWSManEPR@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@QAE@PAVCWSManGroupPolicyCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAE@PAVCWSManGroupPolicyManager@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@QAE@PAVCWSManObject@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QAE@PAVCWSManResource@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAE@PAVCWinRSPluginConfigCache@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAE@PAVCWinRSPluginConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAE@PAVCommand@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@QAE@PAVConfigNotification@@@Z +??0?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@QAE@PAVConnectShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@QAE@PAVCreateShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@QAE@PAVDeleteShellOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@QAE@PAVDisconnectOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@PAVEnumSinkEx@@@Z +??0?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@PAVGeneralSinkEx@@@Z +??0?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PAVIISConfigSettings@@@@QAE@PAVIISConfigSettings@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@QAE@PAVIPCSoapProcessor@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAE@PAVIRequestContext@@@Z +??0?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAE@XZ +??0?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@QAE@PAVISubscription@@@Z +??0?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QAE@PAVInboundRequestDetails@@@Z +??0?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAE@PAVReceiveOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@QAE@PAVReconnectOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAE@PAVSendOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAE@PAVShell@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PAVShellInfo@@@@QAE@PAVShellInfo@@@Z +??0?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAE@PAVSignalOperation@Client@WSMan@@@Z +??0?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QAE@PAVUserRecord@@@Z +??0?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@QAE@PAVWSManHttpListener@@@Z +??0?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PAVHostMappingTableEntry@@@@QAE@PAVHostMappingTableEntry@@@Z +??0?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAE@PAVShell@Client@WSMan@@@Z +??0?$AutoCleanup@VAutoBstr@@PAG@@QAE@PAG@Z +??0?$AutoCleanup@VAutoBstr@@PAG@@QAE@XZ +??0?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAE@PAG@Z +??0?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAE@XZ +??0?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAE@PBU_CERT_CONTEXT@@@Z +??0?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAE@XZ +??0?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAE@PBU_CERT_CHAIN_CONTEXT@@@Z +??0?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAE@XZ +??0?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoHandle@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoHandle@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAE@PAUHINSTANCE__@@@Z +??0?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAE@XZ +??0?$AutoCleanup@VAutoLocalFree@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoLocalFree@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAE@PAU_MI_Class@@@Z +??0?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAE@XZ +??0?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAE@PAU_MI_Instance@@@Z +??0?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAE@XZ +??0?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAE@PAUWSMAN_OBJECT@@@Z +??0?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAE@XZ +??0?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAE@PAUHKEY__@@@Z +??0?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAE@XZ +??0?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAE@XZ +??0?$AutoCleanup@VAutoWaitHandle@@PAX@@QAE@PAX@Z +??0?$AutoCleanup@VAutoWaitHandle@@PAX@@QAE@XZ +??0?$AutoDelete@D@@QAE@XZ +??0?$AutoDelete@G@@QAE@PAG@Z +??0?$AutoDelete@G@@QAE@XZ +??0?$AutoDelete@UIPRange@CWSManIPFilter@@@@QAE@XZ +??0?$AutoDelete@U_SID@@@@QAE@PAU_SID@@@Z +??0?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@QAE@PAU_WSMAN_STREAM_ID_SET@@@Z +??0?$AutoDelete@V?$Handle@VISubscription@@@@@@QAE@PAV?$Handle@VISubscription@@@@@Z +??0?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??0?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??0?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@QAE@PAV?$SafeSet@PAVCCertMapping@@@@@Z +??0?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@QAE@XZ +??0?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@QAE@PAV?$SafeSet@PAVCShellUriSettings@@@@@Z +??0?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@QAE@XZ +??0?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??0?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@QAE@XZ +??0?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@QAE@XZ +??0?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAE@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@Z +??0?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAE@XZ +??0?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAE@XZ +??0?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAE@XZ +??0?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAE@XZ +??0?$AutoDelete@VAdminSid@CSecurity@@@@QAE@PAVAdminSid@CSecurity@@@Z +??0?$AutoDelete@VBlockedRecord@@@@QAE@XZ +??0?$AutoDelete@VCBaseConfigCache@@@@QAE@PAVCBaseConfigCache@@@Z +??0?$AutoDelete@VCCertMapping@@@@QAE@PAVCCertMapping@@@Z +??0?$AutoDelete@VCConfigChangeSource@@@@QAE@XZ +??0?$AutoDelete@VCListenerSettings@@@@QAE@PAVCListenerSettings@@@Z +??0?$AutoDelete@VCObserverConfigChangeErrors@@@@QAE@XZ +??0?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QAE@PAVCServiceWatcher@CServiceConfigCache@@@Z +??0?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QAE@XZ +??0?$AutoDelete@VCShellUriSettings@@@@QAE@PAVCShellUriSettings@@@Z +??0?$AutoDelete@VCWSManEPR@@@@QAE@PAVCWSManEPR@@@Z +??0?$AutoDelete@VCWSManResource@@@@QAE@PAVCWSManResource@@@Z +??0?$AutoDelete@VCWSManResource@@@@QAE@XZ +??0?$AutoDelete@VCertHash@@@@QAE@PAVCertHash@@@Z +??0?$AutoDelete@VCertHash@@@@QAE@XZ +??0?$AutoDelete@VConfigUpdate@@@@QAE@PAVConfigUpdate@@@Z +??0?$AutoDelete@VConfigUpdate@@@@QAE@XZ +??0?$AutoDelete@VEnumSinkEx@@@@QAE@PAVEnumSinkEx@@@Z +??0?$AutoDelete@VEnumSinkEx@@@@QAE@XZ +??0?$AutoDelete@VEventHandler@WSMan@@@@QAE@PAVEventHandler@WSMan@@@Z +??0?$AutoDelete@VExpiredOperationIdRecord@@@@QAE@PAVExpiredOperationIdRecord@@@Z +??0?$AutoDelete@VGPApiManager@@@@QAE@XZ +??0?$AutoDelete@VGeneralSinkEx@@@@QAE@PAVGeneralSinkEx@@@Z +??0?$AutoDelete@VGeneralSinkEx@@@@QAE@XZ +??0?$AutoDelete@VIChannelObserverFactory@@@@QAE@PAVIChannelObserverFactory@@@Z +??0?$AutoDelete@VIChannelObserverFactory@@@@QAE@XZ +??0?$AutoDelete@VIQueryDASHSMASHInterface@@@@QAE@PAVIQueryDASHSMASHInterface@@@Z +??0?$AutoDelete@VIQueryDASHSMASHInterface@@@@QAE@XZ +??0?$AutoDelete@VISpecification@@@@QAE@PAVISpecification@@@Z +??0?$AutoDelete@VISpecification@@@@QAE@XZ +??0?$AutoDelete@VInteractiveSid@CSecurity@@@@QAE@PAVInteractiveSid@CSecurity@@@Z +??0?$AutoDelete@VIpHlpApiDllLoader@@@@QAE@PAVIpHlpApiDllLoader@@@Z +??0?$AutoDelete@VMachineName@@@@QAE@PAVMachineName@@@Z +??0?$AutoDelete@VNetworkServiceSid@CSecurity@@@@QAE@PAVNetworkServiceSid@CSecurity@@@Z +??0?$AutoDelete@VNtDsApiDllLoader@@@@QAE@PAVNtDsApiDllLoader@@@Z +??0?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@QAE@PAVOptionValue@SessionOptions@Client@WSMan@@@Z +??0?$AutoDelete@VPacketCreator@@@@QAE@PAVPacketCreator@@@Z +??0?$AutoDelete@VPacketCreator@@@@QAE@XZ +??0?$AutoDelete@VPacketParser@@@@QAE@XZ +??0?$AutoDelete@VResources@Locale@@@@QAE@PAVResources@Locale@@@Z +??0?$AutoDelete@VRunAsConfiguration@@@@QAE@PAVRunAsConfiguration@@@Z +??0?$AutoDelete@VSecurityEntry@Catalog@@@@QAE@PAVSecurityEntry@Catalog@@@Z +??0?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@QAE@PAVSendPacketArgs@RobustConnectionBuffer@@@Z +??0?$AutoDelete@VServiceSoapProcessor@@@@QAE@XZ +??0?$AutoDelete@VShell32DllLoader@@@@QAE@PAVShell32DllLoader@@@Z +??0?$AutoDelete@VShlWApiDllLoader@@@@QAE@PAVShlWApiDllLoader@@@Z +??0?$AutoDelete@VSubscriptionEnumerator@@@@QAE@XZ +??0?$AutoDelete@VSubscriptionManager@@@@QAE@PAVSubscriptionManager@@@Z +??0?$AutoDelete@VTSTRBUFFER@@@@QAE@PAVTSTRBUFFER@@@Z +??0?$AutoDelete@VTSTRBUFFER@@@@QAE@XZ +??0?$AutoDelete@VUniqueStringOverflow@@@@QAE@XZ +??0?$AutoDelete@VUser32DllLoader@@@@QAE@PAVUser32DllLoader@@@Z +??0?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QAE@PAVWSMANCONFIGTABLE_IDENTITY@@@Z +??0?$AutoDelete@VWSManMemCryptManager@@@@QAE@PAVWSManMemCryptManager@@@Z +??0?$AutoDelete@VWmiEnumContext@@@@QAE@PAVWmiEnumContext@@@Z +??0?$AutoDelete@VWmiEnumContext@@@@QAE@XZ +??0?$AutoDelete@VXmlReader@@@@QAE@PAVXmlReader@@@Z +??0?$AutoDelete@VXmlReader@@@@QAE@XZ +??0?$AutoDeleteVector@$$CBG@@QAE@XZ +??0?$AutoDeleteVector@D@@QAE@PAD@Z +??0?$AutoDeleteVector@D@@QAE@XZ +??0?$AutoDeleteVector@E@@QAE@PAE@Z +??0?$AutoDeleteVector@E@@QAE@XZ +??0?$AutoDeleteVector@G@@QAE@PAG@Z +??0?$AutoDeleteVector@G@@QAE@XZ +??0?$AutoDeleteVector@H@@QAE@PAH@Z +??0?$AutoDeleteVector@PAG@@QAE@PAPAG@Z +??0?$AutoDeleteVector@PAG@@QAE@XZ +??0?$AutoDeleteVector@PBG@@QAE@PAPBG@Z +??0?$AutoDeleteVector@PBG@@QAE@XZ +??0?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QAE@XZ +??0?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??0?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@XZ +??0?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QAE@PAU_WINRS_RUN_COMMAND_ARG@@@Z +??0?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QAE@XZ +??0?$AutoDeleteVector@U_WSMAN_OPTION@@@@QAE@PAU_WSMAN_OPTION@@@Z +??0?$AutoDeleteVector@U_WSMAN_OPTION@@@@QAE@XZ +??0?$AutoDeleteVector@X@@QAE@PAX@Z +??0?$AutoDeleteVector@X@@QAE@XZ +??0?$AutoFree@E@@QAE@PAE@Z +??0?$AutoFree@E@@QAE@XZ +??0?$AutoLocklessItemRecycle@VPacket@@@@QAE@PAVPacket@@@Z +??0?$AutoLocklessItemRecycle@VPacket@@@@QAE@XZ +??0?$AutoRelease@UIAppHostAdminManager@@@@QAE@PAUIAppHostAdminManager@@@Z +??0?$AutoRelease@UIAppHostChildElementCollection@@@@QAE@XZ +??0?$AutoRelease@UIAppHostConfigException@@@@QAE@PAUIAppHostConfigException@@@Z +??0?$AutoRelease@UIAppHostElement@@@@QAE@PAUIAppHostElement@@@Z +??0?$AutoRelease@UIAppHostElement@@@@QAE@XZ +??0?$AutoRelease@UIAppHostElementCollection@@@@QAE@XZ +??0?$AutoRelease@UIAppHostProperty@@@@QAE@XZ +??0?$AutoRelease@UIAppHostPropertyCollection@@@@QAE@XZ +??0?$AutoRelease@UIClientSecurity@@@@QAE@PAUIClientSecurity@@@Z +??0?$AutoRelease@UIClientSecurity@@@@QAE@XZ +??0?$AutoRelease@UIEnumWbemClassObject@@@@QAE@PAUIEnumWbemClassObject@@@Z +??0?$AutoRelease@UIEnumWbemClassObject@@@@QAE@XZ +??0?$AutoRelease@UIErrorInfo@@@@QAE@PAUIErrorInfo@@@Z +??0?$AutoRelease@UIErrorInfo@@@@QAE@XZ +??0?$AutoRelease@UIUnknown@@@@QAE@PAUIUnknown@@@Z +??0?$AutoRelease@UIUnknown@@@@QAE@XZ +??0?$AutoRelease@UIWbemClassObject@@@@QAE@PAUIWbemClassObject@@@Z +??0?$AutoRelease@UIWbemClassObject@@@@QAE@XZ +??0?$AutoRelease@UIWbemContext@@@@QAE@PAUIWbemContext@@@Z +??0?$AutoRelease@UIWbemContext@@@@QAE@XZ +??0?$AutoRelease@UIWbemLocator@@@@QAE@PAUIWbemLocator@@@Z +??0?$AutoRelease@UIWbemLocator@@@@QAE@XZ +??0?$AutoRelease@UIWbemObjectTextSrc@@@@QAE@PAUIWbemObjectTextSrc@@@Z +??0?$AutoRelease@UIWbemObjectTextSrc@@@@QAE@XZ +??0?$AutoRelease@UIWbemPath@@@@QAE@PAUIWbemPath@@@Z +??0?$AutoRelease@UIWbemPath@@@@QAE@XZ +??0?$AutoRelease@UIWbemPathKeyList@@@@QAE@PAUIWbemPathKeyList@@@Z +??0?$AutoRelease@UIWbemPathKeyList@@@@QAE@XZ +??0?$AutoRelease@UIWbemQualifierSet@@@@QAE@PAUIWbemQualifierSet@@@Z +??0?$AutoRelease@UIWbemQualifierSet@@@@QAE@XZ +??0?$AutoRelease@UIWbemQuery@@@@QAE@PAUIWbemQuery@@@Z +??0?$AutoRelease@UIWbemQuery@@@@QAE@XZ +??0?$AutoRelease@UIWbemServices@@@@QAE@PAUIWbemServices@@@Z +??0?$AutoRelease@UIWbemServices@@@@QAE@XZ +??0?$AutoRelease@VApplication@Client@WSMan@@@@QAE@XZ +??0?$AutoRelease@VCBaseConfigCache@@@@QAE@PAVCBaseConfigCache@@@Z +??0?$AutoRelease@VCClientConfigSettings@@@@QAE@PAVCClientConfigSettings@@@Z +??0?$AutoRelease@VCClientConfigSettings@@@@QAE@XZ +??0?$AutoRelease@VCCommonConfigSettings@@@@QAE@PAVCCommonConfigSettings@@@Z +??0?$AutoRelease@VCCommonConfigSettings@@@@QAE@XZ +??0?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QAE@PAVCConfigCacheMap@CBaseConfigCache@@@Z +??0?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QAE@XZ +??0?$AutoRelease@VCConfigManager@@@@QAE@PAVCConfigManager@@@Z +??0?$AutoRelease@VCConfigManager@@@@QAE@XZ +??0?$AutoRelease@VCRemoteOperation@@@@QAE@PAVCRemoteOperation@@@Z +??0?$AutoRelease@VCRemoteSession@@@@QAE@PAVCRemoteSession@@@Z +??0?$AutoRelease@VCRemoteSession@@@@QAE@XZ +??0?$AutoRelease@VCRequestContext@@@@QAE@PAVCRequestContext@@@Z +??0?$AutoRelease@VCRequestContext@@@@QAE@XZ +??0?$AutoRelease@VCServiceCommonConfigSettings@@@@QAE@PAVCServiceCommonConfigSettings@@@Z +??0?$AutoRelease@VCServiceCommonConfigSettings@@@@QAE@XZ +??0?$AutoRelease@VCServiceConfigCache@@@@QAE@PAVCServiceConfigCache@@@Z +??0?$AutoRelease@VCServiceConfigCache@@@@QAE@XZ +??0?$AutoRelease@VCServiceConfigSettings@@@@QAE@PAVCServiceConfigSettings@@@Z +??0?$AutoRelease@VCServiceConfigSettings@@@@QAE@XZ +??0?$AutoRelease@VCWSManEPR@@@@QAE@PAVCWSManEPR@@@Z +??0?$AutoRelease@VCWSManEPR@@@@QAE@XZ +??0?$AutoRelease@VCWSManGroupPolicyCache@@@@QAE@PAVCWSManGroupPolicyCache@@@Z +??0?$AutoRelease@VCWSManGroupPolicyManager@@@@QAE@PAVCWSManGroupPolicyManager@@@Z +??0?$AutoRelease@VCWSManObject@@@@QAE@PAVCWSManObject@@@Z +??0?$AutoRelease@VCWSManResource@@@@QAE@PAVCWSManResource@@@Z +??0?$AutoRelease@VCWSManResource@@@@QAE@XZ +??0?$AutoRelease@VCWinRSPluginConfigCache@@@@QAE@PAVCWinRSPluginConfigCache@@@Z +??0?$AutoRelease@VCWinRSPluginConfigCache@@@@QAE@XZ +??0?$AutoRelease@VCWinRSPluginConfigSettings@@@@QAE@PAVCWinRSPluginConfigSettings@@@Z +??0?$AutoRelease@VCommand@Client@WSMan@@@@QAE@PAVCommand@Client@WSMan@@@Z +??0?$AutoRelease@VConfigNotification@@@@QAE@PAVConfigNotification@@@Z +??0?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@QAE@PAVConnectShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@QAE@PAVCreateShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@QAE@PAVDeleteShellOperation@Client@WSMan@@@Z +??0?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@QAE@PAVDisconnectOperation@Client@WSMan@@@Z +??0?$AutoRelease@VEnumSinkEx@@@@QAE@PAVEnumSinkEx@@@Z +??0?$AutoRelease@VEnumSinkEx@@@@QAE@XZ +??0?$AutoRelease@VGeneralSinkEx@@@@QAE@PAVGeneralSinkEx@@@Z +??0?$AutoRelease@VGeneralSinkEx@@@@QAE@XZ +??0?$AutoRelease@VIISConfigSettings@@@@QAE@XZ +??0?$AutoRelease@VIPCSoapProcessor@@@@QAE@PAVIPCSoapProcessor@@@Z +??0?$AutoRelease@VIRequestContext@@@@QAE@PAVIRequestContext@@@Z +??0?$AutoRelease@VIRequestContext@@@@QAE@XZ +??0?$AutoRelease@VISubscription@@@@QAE@PAVISubscription@@@Z +??0?$AutoRelease@VInboundRequestDetails@@@@QAE@XZ +??0?$AutoRelease@VReceiveOperation@Client@WSMan@@@@QAE@PAVReceiveOperation@Client@WSMan@@@Z +??0?$AutoRelease@VReconnectOperation@Client@WSMan@@@@QAE@PAVReconnectOperation@Client@WSMan@@@Z +??0?$AutoRelease@VSendOperation@Client@WSMan@@@@QAE@PAVSendOperation@Client@WSMan@@@Z +??0?$AutoRelease@VShell@Client@WSMan@@@@QAE@PAVShell@Client@WSMan@@@Z +??0?$AutoRelease@VShellInfo@@@@QAE@XZ +??0?$AutoRelease@VSignalOperation@Client@WSMan@@@@QAE@PAVSignalOperation@Client@WSMan@@@Z +??0?$AutoRelease@VUserRecord@@@@QAE@XZ +??0?$AutoRelease@VWSManHttpListener@@@@QAE@PAVWSManHttpListener@@@Z +??0?$AutoReleaseEx@VHostMappingTableEntry@@@@QAE@XZ +??0?$AutoReleaseEx@VShell@Client@WSMan@@@@QAE@PAVShell@Client@WSMan@@@Z +??0?$ILoader@VAdminSid@CSecurity@@@@QAE@P8AdminSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VEventHandler@WSMan@@@@QAE@P8EventHandler@WSMan@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VInteractiveSid@CSecurity@@@@QAE@P8InteractiveSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VIpHlpApiDllLoader@@@@QAE@P8IpHlpApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VMachineName@@@@QAE@P8MachineName@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VNetworkServiceSid@CSecurity@@@@QAE@P8NetworkServiceSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VNtDsApiDllLoader@@@@QAE@P8NtDsApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VResources@Locale@@@@QAE@P8Resources@Locale@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VShell32DllLoader@@@@QAE@P8Shell32DllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VShlWApiDllLoader@@@@QAE@P8ShlWApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VSubscriptionManager@@@@QAE@P8SubscriptionManager@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VUser32DllLoader@@@@QAE@P8User32DllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$ILoader@VWSManMemCryptManager@@@@QAE@P8WSManMemCryptManager@@AE_NAAVIRequestContext@@@Z1@Z +??0?$Loader@VAdminSid@CSecurity@@$00@@QAE@XZ +??0?$Loader@VEventHandler@WSMan@@$00@@QAE@XZ +??0?$Loader@VInteractiveSid@CSecurity@@$00@@QAE@XZ +??0?$Loader@VIpHlpApiDllLoader@@$00@@QAE@XZ +??0?$Loader@VMachineName@@$00@@QAE@XZ +??0?$Loader@VNetworkServiceSid@CSecurity@@$00@@QAE@XZ +??0?$Loader@VNtDsApiDllLoader@@$00@@QAE@XZ +??0?$Loader@VResources@Locale@@$0A@@@QAE@XZ +??0?$Loader@VShell32DllLoader@@$00@@QAE@XZ +??0?$Loader@VShlWApiDllLoader@@$00@@QAE@XZ +??0?$Loader@VUser32DllLoader@@$00@@QAE@XZ +??0?$Loader@VWSManMemCryptManager@@$00@@QAE@XZ +??0?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QAE@P8AdminSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VEventHandler@WSMan@@$00@@QAE@P8EventHandler@WSMan@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QAE@P8InteractiveSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QAE@P8IpHlpApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VMachineName@@$00@@QAE@P8MachineName@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QAE@P8NetworkServiceSid@CSecurity@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QAE@P8NtDsApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VResources@Locale@@$0A@@@QAE@P8Resources@Locale@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VShell32DllLoader@@$00@@QAE@P8Shell32DllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VShlWApiDllLoader@@$00@@QAE@P8ShlWApiDllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VSubscriptionManager@@$01@@QAE@P8SubscriptionManager@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VUser32DllLoader@@$00@@QAE@P8User32DllLoader@@AE_NAAVIRequestContext@@@Z1@Z +??0?$LoaderSerializer@VWSManMemCryptManager@@$00@@QAE@P8WSManMemCryptManager@@AE_NAAVIRequestContext@@@Z1@Z +??0?$PacketElement@K@PacketParser@@QAE@XZ +??0?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QAE@XZ +??0?$PacketElement@PBG@PacketParser@@QAE@XZ +??0?$PacketElement@_K@PacketParser@@QAE@XZ +??0?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAE@XZ +??0?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??0?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAE@XZ +??0?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAE@XZ +??0?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE@XZ +??0?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE@XZ +??0?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE@XZ +??0?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE@XZ +??0?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??0?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE@XZ +??0?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE@XZ +??0?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE@XZ +??0?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??0?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE@XZ +??0?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAE@AAV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAE@AAV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAE@AAV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@PAXUEmpty@@@@QAE@AAV?$SafeMap@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@_N@Z +??0?$SafeMap_Iterator@UPluginKey@@K@@QAE@AAV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@_N@Z +??0?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@QAE@AAV?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@_N@Z +??0?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAE@AAV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@_N@Z +??0?$SafeMap_Iterator@VKey@Locale@@K@@QAE@AAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyCI@@K@@QAE@AAV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QAE@AAV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAE@AAV?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@_N@Z +??0?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@QAE@AAV?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@_N@Z +??0?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAE@AAV?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@_N@Z +??0?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@QAE@AAV?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QAE@ABV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAE@ABV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QAE@ABV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@ABV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QAE@ABV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAE@ABV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@_N@Z +??0?$SafeMap_Lock@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@QAE@ABV?$SafeMap@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@_N@Z +??0?$SafeMap_Lock@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAE@ABV?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@_N@Z +??0?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE@ABV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@_N@Z +??0?$SafeMap_Lock@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE@ABV?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@_N@Z +??0?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE@ABV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@_N@Z +??0?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE@ABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@ABV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QAE@ABV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE@ABV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE@ABV?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@_N@Z +??0?$SafeMap_Lock@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE@ABV?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@_N@Z +??0?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@ABV?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@_N@Z +??0?$SafeMap_Lock@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE@ABV?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@_N@Z +??0?$SafeSet@PAVCCertMapping@@@@QAE@XZ +??0?$SafeSet@PAVCListenerOperation@@@@QAE@XZ +??0?$SafeSet@PAVCShellUriSettings@@@@QAE@XZ +??0?$SafeSet@PAX@@QAE@XZ +??0?$SafeSet_Iterator@PAVCCertMapping@@@@QAE@AAV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@_N@Z +??0?$SafeSet_Iterator@PAVCCertMapping@@@@QAE@AAV?$SafeSet@PAVCCertMapping@@@@@Z +??0?$SafeSet_Iterator@PAVCListenerOperation@@@@QAE@AAV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@_N@Z +??0?$SafeSet_Iterator@PAVCListenerOperation@@@@QAE@AAV?$SafeSet@PAVCListenerOperation@@@@@Z +??0?$SafeSet_Iterator@PAVCShellUriSettings@@@@QAE@AAV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@_N@Z +??0?$SafeSet_Iterator@PAX@@QAE@AAV?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@_N@Z +??0?$SimpleQueue@T_LARGE_INTEGER@@@@QAE@XZ +??0AutoBstr@@QAE@PAG@Z +??0AutoBstr@@QAE@XZ +??0AutoBstrNoAlloc@@QAE@PAG@Z +??0AutoBstrNoAlloc@@QAE@XZ +??0AutoCertContext@@QAE@PBU_CERT_CONTEXT@@@Z +??0AutoCertContext@@QAE@XZ +??0AutoChainContext@@QAE@PBU_CERT_CHAIN_CONTEXT@@@Z +??0AutoChainContext@@QAE@XZ +??0AutoCoTaskMemFree@@QAE@PAX@Z +??0AutoCoTaskMemFree@@QAE@XZ +??0AutoFwXmlCloseParser@@QAE@PAX@Z +??0AutoFwXmlCloseParser@@QAE@XZ +??0AutoHandle@@QAE@PAX@Z +??0AutoHandle@@QAE@XZ +??0AutoImpersonateUser@@QAE@PAX@Z +??0AutoImpersonateUser@@QAE@XZ +??0AutoLibrary@@QAE@PAUHINSTANCE__@@@Z +??0AutoLibrary@@QAE@XZ +??0AutoLocalFree@@QAE@PAX@Z +??0AutoLocalFree@@QAE@XZ +??0AutoMIClass@@QAE@PAU_MI_Class@@@Z +??0AutoMIClass@@QAE@XZ +??0AutoMIInstance@@QAE@PAU_MI_Instance@@@Z +??0AutoMIInstance@@QAE@XZ +??0AutoObject@@QAE@PAUWSMAN_OBJECT@@@Z +??0AutoObject@@QAE@XZ +??0AutoRegKey@@QAE@PAUHKEY__@@@Z +??0AutoRegKey@@QAE@XZ +??0AutoSecurityDescriptor@@QAE@PAX@Z +??0AutoSecurityDescriptor@@QAE@XZ +??0AutoWaitHandle@@QAE@PAX@Z +??0AutoWaitHandle@@QAE@XZ +??0BufferFormatter@@QAE@PAEK@Z +??0BufferFormatter@@QAE@XZ +??0CBaseConfigCache@@IAE@W4ConfigLocation@CConfigChangeSource@@PAVFastLock@@PAVCConfigCacheMap@0@@Z +??0CClientConfigCache@@AAE@XZ +??0CConfigManager@@AAE@XZ +??0CErrorContext@@QAE@_N@Z +??0CRequestContext@@QAE@PBG@Z +??0CRequestContext@@QAE@XZ +??0CResourceAlias@@QAE@PBG@Z +??0CServiceConfigCache@@AAE@XZ +??0CServiceWatcher@CServiceConfigCache@@AAE@PAV1@PAVIServiceConfigObserver@@@Z +??0CWSManCriticalSection@@QAE@XZ +??0CWSManCriticalSectionWithConditionVar@@QAE@XZ +??0CWSManEPR@@QAE@H@Z +??0CWSManGroupPolicyManager@@AAE@XZ +??0CWSManResource@@QAE@H@Z +??0CWSManResourceNoResourceUri@@QAE@H@Z +??0CWSManSecurityUI@@QAE@XZ +??0CWinRSPluginConfigCache@@AAE@XZ +??0ChildLifeTimeManager@@QAE@ABV0@@Z +??0ChildLifeTimeManager@@QAE@XZ +??0CircularBufferFormatter@@QAE@XZ +??0ConfigRegistry@@IAE@XZ +??0EtwCorrelationHelper@@QAE@ABV0@@Z +??0EventHandler@WSMan@@QAE@XZ +??0ExtendedSemantic@@QAE@K@Z +??0FastLock@@QAE@XZ +??0Fragment@PacketParser@@QAE@XZ +??0IConfigChangeObserver@@QAE@ABV0@@Z +??0IConfigChangeObserver@@QAE@XZ +??0ILifeTimeMgmt@@QAE@ABV0@@Z +??0ILifeTimeMgmt@@QAE@XZ +??0IRequestContext@@IAE@XZ +??0IWSManGroupPolicyObserver@@QAE@ABV0@@Z +??0IWSManGroupPolicyObserver@@QAE@XZ +??0IWSManGroupPolicyPublisher@@QAE@ABV0@@Z +??0IWSManGroupPolicyPublisher@@QAE@XZ +??0Locale@@QAE@ABV0@@Z +??0Locale@@QAE@PAVIRequestContext@@@Z +??0Locale@@QAE@XZ +??0MessageId@PacketParser@@QAE@XZ +??0NotUnderstandSoapHeader@PacketParser@@QAE@XZ +??0OnHTTPInitialize@@QAE@XZ +??0OperationId@PacketParser@@QAE@XZ +??0OwnLock@@QAE@AAVFastLock@@@Z +??0PacketFormatter@@QAE@XZ +??0PacketParser@@QAE@XZ +??0RBUFFER@@QAE@I@Z +??0RBUFFER@@QAE@PAEI@Z +??0ReferenceParameters@PacketParser@@QAE@XZ +??0SBUFFER@@QAE@XZ +??0SessionId@PacketParser@@QAE@XZ +??0ShareLock@@QAE@AAVFastLock@@@Z +??0SoapSemanticConverter@@QAE@XZ +??0TSTRBUFFER@@QAE@XZ +??0UserAuthzRecord@@QAE@$$QAV0@@Z +??0UserAuthzRecord@@QAE@ABV0@@Z +??0UserAuthzRecord@@QAE@XZ +??0UserRecord@@QAE@XZ +??0XmlReader@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@D@@PAD@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@U_SID@@@@PAU_SID@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@PAV?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCollector@@@@@@PAV?$SafeSet_Iterator@PAVCollector@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVHostOperation@@@@@@PAV?$SafeSet_Iterator@PAVHostOperation@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@PAV?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PAV?$SimpleStack@VCListenerOperation@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PAV?$SimpleStack@VShellHostEntry@@@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PAV?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@PAV?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@V?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@PAV?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PAVMasterReceiveData@CListenerReceive@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PAVSendPacketArgs@RobustConnectionBuffer@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@H@@PAH@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QAE@XZ +??1?$AutoCleanup@V?$AutoFree@E@@PAE@@QAE@XZ +??1?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PAVCClientConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PAVCListenerCommand@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PAVCListenerMasterOperation@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PAVCListenerReceive@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PAVCListenerShell@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PAVCWSManSession@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PAVHostMappingTable@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PAVIISConfigSettings@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PAVProxyManager@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PAVProxySelection@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PAVPushSubscribeOperation@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PAVPushSubscription@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PAVShellInfo@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PAVHostMappingTableEntry@@@@QAE@XZ +??1?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAE@XZ +??1?$AutoCleanup@VAutoBstr@@PAG@@QAE@XZ +??1?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAE@XZ +??1?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAE@XZ +??1?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAE@XZ +??1?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoHandle@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAE@XZ +??1?$AutoCleanup@VAutoLocalFree@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAE@XZ +??1?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAE@XZ +??1?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAE@XZ +??1?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAE@XZ +??1?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAE@XZ +??1?$AutoCleanup@VAutoWaitHandle@@PAX@@QAE@XZ +??1?$AutoDelete@D@@QAE@XZ +??1?$AutoDelete@G@@QAE@XZ +??1?$AutoDelete@UIPRange@CWSManIPFilter@@@@QAE@XZ +??1?$AutoDelete@U_SID@@@@QAE@XZ +??1?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@QAE@XZ +??1?$AutoDelete@V?$Handle@VISubscription@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??1?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PAVCollector@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PAVHostOperation@@@@@@QAE@XZ +??1?$AutoDelete@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@QAE@XZ +??1?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@QAE@XZ +??1?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@QAE@XZ +??1?$AutoDelete@V?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAE@XZ +??1?$AutoDelete@V?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@QAE@XZ +??1?$AutoDelete@VAdminSid@CSecurity@@@@QAE@XZ +??1?$AutoDelete@VBlockedRecord@@@@QAE@XZ +??1?$AutoDelete@VCBaseConfigCache@@@@QAE@XZ +??1?$AutoDelete@VCCertMapping@@@@QAE@XZ +??1?$AutoDelete@VCConfigChangeSource@@@@QAE@XZ +??1?$AutoDelete@VCListenerSettings@@@@QAE@XZ +??1?$AutoDelete@VCObserverConfigChangeErrors@@@@QAE@XZ +??1?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QAE@XZ +??1?$AutoDelete@VCShellUriSettings@@@@QAE@XZ +??1?$AutoDelete@VCWSManEPR@@@@QAE@XZ +??1?$AutoDelete@VCWSManResource@@@@QAE@XZ +??1?$AutoDelete@VCertHash@@@@QAE@XZ +??1?$AutoDelete@VConfigUpdate@@@@QAE@XZ +??1?$AutoDelete@VEnumSinkEx@@@@QAE@XZ +??1?$AutoDelete@VEventHandler@WSMan@@@@QAE@XZ +??1?$AutoDelete@VExpiredOperationIdRecord@@@@QAE@XZ +??1?$AutoDelete@VGPApiManager@@@@QAE@XZ +??1?$AutoDelete@VGeneralSinkEx@@@@QAE@XZ +??1?$AutoDelete@VIChannelObserverFactory@@@@QAE@XZ +??1?$AutoDelete@VIQueryDASHSMASHInterface@@@@QAE@XZ +??1?$AutoDelete@VISpecification@@@@QAE@XZ +??1?$AutoDelete@VInteractiveSid@CSecurity@@@@QAE@XZ +??1?$AutoDelete@VIpHlpApiDllLoader@@@@QAE@XZ +??1?$AutoDelete@VMachineName@@@@QAE@XZ +??1?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@QAE@XZ +??1?$AutoDelete@VNetworkServiceSid@CSecurity@@@@QAE@XZ +??1?$AutoDelete@VNtDsApiDllLoader@@@@QAE@XZ +??1?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@QAE@XZ +??1?$AutoDelete@VPacketCreator@@@@QAE@XZ +??1?$AutoDelete@VPacketParser@@@@QAE@XZ +??1?$AutoDelete@VResources@Locale@@@@QAE@XZ +??1?$AutoDelete@VRunAsConfiguration@@@@QAE@XZ +??1?$AutoDelete@VSecurityEntry@Catalog@@@@QAE@XZ +??1?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@QAE@XZ +??1?$AutoDelete@VServiceSoapProcessor@@@@QAE@XZ +??1?$AutoDelete@VShell32DllLoader@@@@QAE@XZ +??1?$AutoDelete@VShlWApiDllLoader@@@@QAE@XZ +??1?$AutoDelete@VSubscriptionEnumerator@@@@QAE@XZ +??1?$AutoDelete@VSubscriptionManager@@@@QAE@XZ +??1?$AutoDelete@VTSTRBUFFER@@@@QAE@XZ +??1?$AutoDelete@VUniqueStringOverflow@@@@QAE@XZ +??1?$AutoDelete@VUser32DllLoader@@@@QAE@XZ +??1?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QAE@XZ +??1?$AutoDelete@VWSManMemCryptManager@@@@QAE@XZ +??1?$AutoDelete@VWmiEnumContext@@@@QAE@XZ +??1?$AutoDelete@VXmlReader@@@@QAE@XZ +??1?$AutoDeleteVector@$$CBG@@QAE@XZ +??1?$AutoDeleteVector@D@@QAE@XZ +??1?$AutoDeleteVector@E@@QAE@XZ +??1?$AutoDeleteVector@G@@QAE@XZ +??1?$AutoDeleteVector@H@@QAE@XZ +??1?$AutoDeleteVector@PAG@@QAE@XZ +??1?$AutoDeleteVector@PBG@@QAE@XZ +??1?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QAE@XZ +??1?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAE@XZ +??1?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QAE@XZ +??1?$AutoDeleteVector@U_WSMAN_OPTION@@@@QAE@XZ +??1?$AutoDeleteVector@X@@QAE@XZ +??1?$AutoFree@E@@QAE@XZ +??1?$AutoLocklessItemRecycle@VPacket@@@@QAE@XZ +??1?$AutoRelease@UIAppHostAdminManager@@@@QAE@XZ +??1?$AutoRelease@UIAppHostChildElementCollection@@@@QAE@XZ +??1?$AutoRelease@UIAppHostConfigException@@@@QAE@XZ +??1?$AutoRelease@UIAppHostElement@@@@QAE@XZ +??1?$AutoRelease@UIAppHostElementCollection@@@@QAE@XZ +??1?$AutoRelease@UIAppHostProperty@@@@QAE@XZ +??1?$AutoRelease@UIAppHostPropertyCollection@@@@QAE@XZ +??1?$AutoRelease@UIClientSecurity@@@@QAE@XZ +??1?$AutoRelease@UIEnumWbemClassObject@@@@QAE@XZ +??1?$AutoRelease@UIErrorInfo@@@@QAE@XZ +??1?$AutoRelease@UIUnknown@@@@QAE@XZ +??1?$AutoRelease@UIWbemClassObject@@@@QAE@XZ +??1?$AutoRelease@UIWbemContext@@@@QAE@XZ +??1?$AutoRelease@UIWbemLocator@@@@QAE@XZ +??1?$AutoRelease@UIWbemObjectTextSrc@@@@QAE@XZ +??1?$AutoRelease@UIWbemPath@@@@QAE@XZ +??1?$AutoRelease@UIWbemPathKeyList@@@@QAE@XZ +??1?$AutoRelease@UIWbemQualifierSet@@@@QAE@XZ +??1?$AutoRelease@UIWbemQuery@@@@QAE@XZ +??1?$AutoRelease@UIWbemServices@@@@QAE@XZ +??1?$AutoRelease@VApplication@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VCBaseConfigCache@@@@QAE@XZ +??1?$AutoRelease@VCClientConfigCache@@@@QAE@XZ +??1?$AutoRelease@VCClientConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VCCommonConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QAE@XZ +??1?$AutoRelease@VCConfigManager@@@@QAE@XZ +??1?$AutoRelease@VCListenerCommand@@@@QAE@XZ +??1?$AutoRelease@VCListenerMasterOperation@@@@QAE@XZ +??1?$AutoRelease@VCListenerReceive@@@@QAE@XZ +??1?$AutoRelease@VCListenerShell@@@@QAE@XZ +??1?$AutoRelease@VCRemoteOperation@@@@QAE@XZ +??1?$AutoRelease@VCRemoteSession@@@@QAE@XZ +??1?$AutoRelease@VCRequestContext@@@@QAE@XZ +??1?$AutoRelease@VCServiceCommonConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VCServiceConfigCache@@@@QAE@XZ +??1?$AutoRelease@VCServiceConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VCWSManEPR@@@@QAE@XZ +??1?$AutoRelease@VCWSManGroupPolicyCache@@@@QAE@XZ +??1?$AutoRelease@VCWSManGroupPolicyManager@@@@QAE@XZ +??1?$AutoRelease@VCWSManObject@@@@QAE@XZ +??1?$AutoRelease@VCWSManResource@@@@QAE@XZ +??1?$AutoRelease@VCWSManSession@@@@QAE@XZ +??1?$AutoRelease@VCWinRSPluginConfigCache@@@@QAE@XZ +??1?$AutoRelease@VCWinRSPluginConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VCommand@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VConfigNotification@@@@QAE@XZ +??1?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VEnumSinkEx@@@@QAE@XZ +??1?$AutoRelease@VGeneralSinkEx@@@@QAE@XZ +??1?$AutoRelease@VHostMappingTable@@@@QAE@XZ +??1?$AutoRelease@VIISConfigSettings@@@@QAE@XZ +??1?$AutoRelease@VIPCSoapProcessor@@@@QAE@XZ +??1?$AutoRelease@VIRequestContext@@@@QAE@XZ +??1?$AutoRelease@VISubscription@@@@QAE@XZ +??1?$AutoRelease@VInboundRequestDetails@@@@QAE@XZ +??1?$AutoRelease@VProxyManager@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VProxySelection@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VPushSubscribeOperation@@@@QAE@XZ +??1?$AutoRelease@VPushSubscription@@@@QAE@XZ +??1?$AutoRelease@VReceiveOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VReconnectOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VSendOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VShell@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VShellInfo@@@@QAE@XZ +??1?$AutoRelease@VSignalOperation@Client@WSMan@@@@QAE@XZ +??1?$AutoRelease@VUserRecord@@@@QAE@XZ +??1?$AutoRelease@VWSManHttpListener@@@@QAE@XZ +??1?$AutoReleaseEx@VHostMappingTableEntry@@@@QAE@XZ +??1?$AutoReleaseEx@VShell@Client@WSMan@@@@QAE@XZ +??1?$ILoader@VAdminSid@CSecurity@@@@QAE@XZ +??1?$ILoader@VEventHandler@WSMan@@@@QAE@XZ +??1?$ILoader@VInteractiveSid@CSecurity@@@@QAE@XZ +??1?$ILoader@VIpHlpApiDllLoader@@@@QAE@XZ +??1?$ILoader@VMachineName@@@@QAE@XZ +??1?$ILoader@VNetworkServiceSid@CSecurity@@@@QAE@XZ +??1?$ILoader@VNtDsApiDllLoader@@@@QAE@XZ +??1?$ILoader@VResources@Locale@@@@QAE@XZ +??1?$ILoader@VShell32DllLoader@@@@QAE@XZ +??1?$ILoader@VShlWApiDllLoader@@@@QAE@XZ +??1?$ILoader@VSubscriptionManager@@@@QAE@XZ +??1?$ILoader@VUser32DllLoader@@@@QAE@XZ +??1?$ILoader@VWSManMemCryptManager@@@@QAE@XZ +??1?$Loader@VAdminSid@CSecurity@@$00@@QAE@XZ +??1?$Loader@VEventHandler@WSMan@@$00@@QAE@XZ +??1?$Loader@VInteractiveSid@CSecurity@@$00@@QAE@XZ +??1?$Loader@VIpHlpApiDllLoader@@$00@@QAE@XZ +??1?$Loader@VMachineName@@$00@@QAE@XZ +??1?$Loader@VNetworkServiceSid@CSecurity@@$00@@QAE@XZ +??1?$Loader@VNtDsApiDllLoader@@$00@@QAE@XZ +??1?$Loader@VResources@Locale@@$0A@@@QAE@XZ +??1?$Loader@VShell32DllLoader@@$00@@QAE@XZ +??1?$Loader@VShlWApiDllLoader@@$00@@QAE@XZ +??1?$Loader@VSubscriptionManager@@$01@@QAE@XZ +??1?$Loader@VUser32DllLoader@@$00@@QAE@XZ +??1?$Loader@VWSManMemCryptManager@@$00@@QAE@XZ +??1?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QAE@XZ +??1?$LoaderSerializer@VEventHandler@WSMan@@$00@@QAE@XZ +??1?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QAE@XZ +??1?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QAE@XZ +??1?$LoaderSerializer@VMachineName@@$00@@QAE@XZ +??1?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QAE@XZ +??1?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QAE@XZ +??1?$LoaderSerializer@VResources@Locale@@$0A@@@QAE@XZ +??1?$LoaderSerializer@VShell32DllLoader@@$00@@QAE@XZ +??1?$LoaderSerializer@VShlWApiDllLoader@@$00@@QAE@XZ +??1?$LoaderSerializer@VSubscriptionManager@@$01@@QAE@XZ +??1?$LoaderSerializer@VUser32DllLoader@@$00@@QAE@XZ +??1?$LoaderSerializer@VWSManMemCryptManager@@$00@@QAE@XZ +??1?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAE@XZ +??1?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??1?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAE@XZ +??1?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@QAE@XZ +??1?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@QAE@XZ +??1?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@QAE@XZ +??1?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@QAE@XZ +??1?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@QAE@XZ +??1?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAE@XZ +??1?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE@XZ +??1?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE@XZ +??1?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE@XZ +??1?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE@XZ +??1?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??1?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QAE@XZ +??1?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE@XZ +??1?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE@XZ +??1?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE@XZ +??1?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??1?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@PAXUEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@UPluginKey@@K@@QAE@XZ +??1?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@QAE@XZ +??1?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAE@XZ +??1?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@QAE@XZ +??1?$SafeMap_Iterator@VKey@Locale@@K@@QAE@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@K@@QAE@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QAE@XZ +??1?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QAE@XZ +??1?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAE@XZ +??1?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@QAE@XZ +??1?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAE@XZ +??1?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAE@XZ +??1?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE@XZ +??1?$SafeMap_Lock@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE@XZ +??1?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE@XZ +??1?$SafeMap_Lock@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@QAE@XZ +??1?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE@XZ +??1?$SafeMap_Lock@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE@XZ +??1?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE@XZ +??1?$SafeMap_Lock@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE@XZ +??1?$SafeSet@PAVCCertMapping@@@@QAE@XZ +??1?$SafeSet@PAVCListenerOperation@@@@QAE@XZ +??1?$SafeSet@PAVCShellUriSettings@@@@QAE@XZ +??1?$SafeSet@PAVCollector@@@@QAE@XZ +??1?$SafeSet@PAVHostOperation@@@@QAE@XZ +??1?$SafeSet@PAVIOperation@@@@QAE@XZ +??1?$SafeSet@PAVListenerSourceSubscription@@@@QAE@XZ +??1?$SafeSet@PAVPushSubscription@@@@QAE@XZ +??1?$SafeSet@PAX@@QAE@XZ +??1?$SafeSet@VStringKeyCI@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVCCertMapping@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVCListenerOperation@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVCShellUriSettings@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVCollector@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVHostOperation@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVIOperation@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@QAE@XZ +??1?$SafeSet_Iterator@PAVPushSubscription@@@@QAE@XZ +??1?$SafeSet_Iterator@PAX@@QAE@XZ +??1?$SafeSet_Iterator@VStringKeyCI@@@@QAE@XZ +??1?$SimpleQueue@T_LARGE_INTEGER@@@@QAE@XZ +??1AutoBstr@@QAE@XZ +??1AutoBstrNoAlloc@@QAE@XZ +??1AutoCertContext@@QAE@XZ +??1AutoChainContext@@QAE@XZ +??1AutoCoTaskMemFree@@QAE@XZ +??1AutoFwXmlCloseParser@@QAE@XZ +??1AutoHandle@@QAE@XZ +??1AutoImpersonateUser@@QAE@XZ +??1AutoLibrary@@QAE@XZ +??1AutoLocalFree@@QAE@XZ +??1AutoMIClass@@QAE@XZ +??1AutoMIInstance@@QAE@XZ +??1AutoObject@@QAE@XZ +??1AutoRegKey@@QAE@XZ +??1AutoSecurityDescriptor@@QAE@XZ +??1AutoWaitHandle@@QAE@XZ +??1BufferFormatter@@UAE@XZ +??1CBaseConfigCache@@UAE@XZ +??1CClientConfigCache@@UAE@XZ +??1CCommonConfigSettings@@UAE@XZ +??1CConfigManager@@UAE@XZ +??1CErrorContext@@UAE@XZ +??1CRequestContext@@UAE@XZ +??1CResourceAlias@@QAE@XZ +??1CServiceConfigCache@@EAE@XZ +??1CServiceWatcher@CServiceConfigCache@@QAE@XZ +??1CWSManCriticalSection@@QAE@XZ +??1CWSManCriticalSectionWithConditionVar@@QAE@XZ +??1CWSManEPR@@UAE@XZ +??1CWSManGroupPolicyManager@@EAE@XZ +??1CWSManResource@@UAE@XZ +??1CWSManResourceNoResourceUri@@UAE@XZ +??1CWSManSecurityUI@@QAE@XZ +??1CWinRSPluginConfigCache@@EAE@XZ +??1ChildLifeTimeManager@@QAE@XZ +??1CircularBufferFormatter@@UAE@XZ +??1ConfigRegistry@@IAE@XZ +??1EtwCorrelationHelper@@UAE@XZ +??1EventHandler@WSMan@@QAE@XZ +??1IConfigChangeObserver@@UAE@XZ +??1ILifeTimeMgmt@@UAE@XZ +??1IRequestContext@@UAE@XZ +??1IWSManGroupPolicyObserver@@UAE@XZ +??1IWSManGroupPolicyPublisher@@UAE@XZ +??1MessageId@PacketParser@@QAE@XZ +??1OnHTTPInitialize@@QAE@XZ +??1OperationId@PacketParser@@QAE@XZ +??1OwnLock@@QAE@XZ +??1PacketParser@@QAE@XZ +??1RBUFFER@@QAE@XZ +??1ReferenceParameters@PacketParser@@QAE@XZ +??1SBUFFER@@QAE@XZ +??1ShareLock@@QAE@XZ +??1SoapSemanticConverter@@QAE@XZ +??1TSTRBUFFER@@QAE@XZ +??1UserRecord@@QAE@XZ +??1XmlReader@@QAE@XZ +??4?$AutoCleanup@V?$AutoDelete@D@@PAD@@QAEAAV?$AutoDelete@D@@PAD@Z +??4?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAEAAV?$AutoDelete@G@@PAG@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEAAV?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEAAV?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAEAAV?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAEAAV?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEAAV?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAEAAV?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAEAAV?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAEAAV?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAEAAV?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@Z +??4?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAEAAV?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@QAEAAV?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@QAEAAV?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAEAAV?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAEAAV?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@Z +??4?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAEAAV?$AutoDelete@VCertHash@@@@PAVCertHash@@@Z +??4?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAEAAV?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@Z +??4?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEAAV?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@Z +??4?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@QAEAAV?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@Z +??4?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEAAV?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@Z +??4?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@QAEAAV?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@Z +??4?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAEAAV?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@Z +??4?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAEAAV?$AutoDelete@VISpecification@@@@PAVISpecification@@@Z +??4?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAEAAV?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@Z +??4?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@QAEAAV?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@Z +??4?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@QAEAAV?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@Z +??4?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAEAAV?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@Z +??4?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAEAAV?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@Z +??4?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@QAEAAV?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@Z +??4?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAEAAV?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@Z +??4?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@QAEAAV?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@Z +??4?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@QAEAAV?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@Z +??4?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAEAAV?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@Z +??4?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAEAAV?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAEAAV?$AutoDeleteVector@$$CBG@@PBG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QAEAAV?$AutoDeleteVector@D@@PAD@Z +??4?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAEAAV?$AutoDeleteVector@E@@PAE@Z +??4?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAEAAV?$AutoDeleteVector@G@@PAG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAEAAV?$AutoDeleteVector@PAG@@PAPAG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAEAAV?$AutoDeleteVector@PBG@@PAPBG@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@QAEAAV?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEAAV?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAEAAV?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAEAAV?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@Z +??4?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QAEAAV?$AutoDeleteVector@X@@PAX@Z +??4?$AutoCleanup@V?$AutoFree@E@@PAE@@QAEAAV?$AutoFree@E@@PAE@Z +??4?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAEAAV?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAEAAV?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAEAAV?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAEAAV?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAEAAV?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAEAAV?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAEAAV?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAEAAV?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAEAAV?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAEAAV?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAEAAV?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAEAAV?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAEAAV?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@Z +??4?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAEAAV?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@Z +??4?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@QAEAAV?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEAAV?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAEAAV?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@QAEAAV?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@QAEAAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAEAAV?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@@QAEAAV?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAEAAV?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAEAAV?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@QAEAAV?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@QAEAAV?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAEAAV?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEAAV?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAEAAV?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QAEAAV?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAEAAV?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@Z +??4?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAEAAV?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@Z +??4?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEAAV?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@Z +??4?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEAAV?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@Z +??4?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAEAAV?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@Z +??4?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@QAEAAV?$AutoRelease@VISubscription@@@@PAVISubscription@@@Z +??4?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QAEAAV?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@Z +??4?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QAEAAV?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@Z +??4?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@QAEAAV?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@Z +??4?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAEAAV?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@Z +??4?$AutoCleanup@VAutoBstr@@PAG@@QAEAAVAutoBstr@@PAG@Z +??4?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAEAAVAutoBstrNoAlloc@@PAG@Z +??4?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAEAAVAutoCertContext@@PBU_CERT_CONTEXT@@@Z +??4?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAEAAVAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@Z +??4?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@QAEAAVAutoCoTaskMemFree@@PAX@Z +??4?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@QAEAAVAutoFwXmlCloseParser@@PAX@Z +??4?$AutoCleanup@VAutoHandle@@PAX@@QAEAAVAutoHandle@@PAX@Z +??4?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAEAAVAutoImpersonateUser@@PAX@Z +??4?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAEAAVAutoLibrary@@PAUHINSTANCE__@@@Z +??4?$AutoCleanup@VAutoLocalFree@@PAX@@QAEAAVAutoLocalFree@@PAX@Z +??4?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAEAAVAutoMIClass@@PAU_MI_Class@@@Z +??4?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAEAAVAutoMIInstance@@PAU_MI_Instance@@@Z +??4?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@QAEAAVAutoObject@@PAUWSMAN_OBJECT@@@Z +??4?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAEAAVAutoRegKey@@PAUHKEY__@@@Z +??4?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAEAAVAutoSecurityDescriptor@@PAX@Z +??4?$AutoCleanup@VAutoWaitHandle@@PAX@@QAEAAVAutoWaitHandle@@PAX@Z +??4?$AutoDelete@D@@QAEAAV0@PAD@Z +??4?$AutoDelete@G@@QAEAAV0@PAG@Z +??4?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEAAV0@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@Z +??4?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEAAV0@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@Z +??4?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@QAEAAV0@PAV?$SafeSet@PAVCCertMapping@@@@@Z +??4?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@QAEAAV0@PAV?$SafeSet@PAVCShellUriSettings@@@@@Z +??4?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEAAV0@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@Z +??4?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAEAAV0@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@Z +??4?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAEAAV0@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@Z +??4?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAEAAV0@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@Z +??4?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAEAAV0@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@Z +??4?$AutoDelete@VBlockedRecord@@@@QAEAAV0@PAVBlockedRecord@@@Z +??4?$AutoDelete@VCConfigChangeSource@@@@QAEAAV0@PAVCConfigChangeSource@@@Z +??4?$AutoDelete@VCObserverConfigChangeErrors@@@@QAEAAV0@PAVCObserverConfigChangeErrors@@@Z +??4?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@QAEAAV0@PAVCServiceWatcher@CServiceConfigCache@@@Z +??4?$AutoDelete@VCWSManResource@@@@QAEAAV0@PAVCWSManResource@@@Z +??4?$AutoDelete@VCertHash@@@@QAEAAV0@PAVCertHash@@@Z +??4?$AutoDelete@VConfigUpdate@@@@QAEAAV0@PAVConfigUpdate@@@Z +??4?$AutoDelete@VEnumSinkEx@@@@QAEAAV0@PAVEnumSinkEx@@@Z +??4?$AutoDelete@VGPApiManager@@@@QAEAAV0@PAVGPApiManager@@@Z +??4?$AutoDelete@VGeneralSinkEx@@@@QAEAAV0@PAVGeneralSinkEx@@@Z +??4?$AutoDelete@VIChannelObserverFactory@@@@QAEAAV0@PAVIChannelObserverFactory@@@Z +??4?$AutoDelete@VIQueryDASHSMASHInterface@@@@QAEAAV0@PAVIQueryDASHSMASHInterface@@@Z +??4?$AutoDelete@VISpecification@@@@QAEAAV0@PAVISpecification@@@Z +??4?$AutoDelete@VPacketCreator@@@@QAEAAV0@PAVPacketCreator@@@Z +??4?$AutoDelete@VPacketParser@@@@QAEAAV0@PAVPacketParser@@@Z +??4?$AutoDelete@VRunAsConfiguration@@@@QAEAAV0@PAVRunAsConfiguration@@@Z +??4?$AutoDelete@VSecurityEntry@Catalog@@@@QAEAAV0@PAVSecurityEntry@Catalog@@@Z +??4?$AutoDelete@VServiceSoapProcessor@@@@QAEAAV0@PAVServiceSoapProcessor@@@Z +??4?$AutoDelete@VSubscriptionEnumerator@@@@QAEAAV0@PAVSubscriptionEnumerator@@@Z +??4?$AutoDelete@VTSTRBUFFER@@@@QAEAAV0@PAVTSTRBUFFER@@@Z +??4?$AutoDelete@VUniqueStringOverflow@@@@QAEAAV0@PAVUniqueStringOverflow@@@Z +??4?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@QAEAAV0@PAVWSMANCONFIGTABLE_IDENTITY@@@Z +??4?$AutoDelete@VWmiEnumContext@@@@QAEAAV0@PAVWmiEnumContext@@@Z +??4?$AutoDelete@VXmlReader@@@@QAEAAV0@PAVXmlReader@@@Z +??4?$AutoDeleteVector@$$CBG@@QAEAAV0@PBG@Z +??4?$AutoDeleteVector@D@@QAEAAV0@PAD@Z +??4?$AutoDeleteVector@E@@QAEAAV0@PAE@Z +??4?$AutoDeleteVector@G@@QAEAAV0@PAG@Z +??4?$AutoDeleteVector@PAG@@QAEAAV0@PAPAG@Z +??4?$AutoDeleteVector@PBG@@QAEAAV0@PAPBG@Z +??4?$AutoDeleteVector@U_CONFIG_UPDATE@@@@QAEAAV0@PAU_CONFIG_UPDATE@@@Z +??4?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEAAV0@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@Z +??4?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@QAEAAV0@PAU_WINRS_RUN_COMMAND_ARG@@@Z +??4?$AutoDeleteVector@U_WSMAN_OPTION@@@@QAEAAV0@PAU_WSMAN_OPTION@@@Z +??4?$AutoDeleteVector@X@@QAEAAV0@PAX@Z +??4?$AutoFree@E@@QAEAAV0@PAE@Z +??4?$AutoLocklessItemRecycle@VPacket@@@@QAEAAV0@PAVPacket@@@Z +??4?$AutoRelease@UIClientSecurity@@@@QAEAAV0@PAUIClientSecurity@@@Z +??4?$AutoRelease@UIEnumWbemClassObject@@@@QAEAAV0@PAUIEnumWbemClassObject@@@Z +??4?$AutoRelease@UIErrorInfo@@@@QAEAAV0@PAUIErrorInfo@@@Z +??4?$AutoRelease@UIUnknown@@@@QAEAAV0@PAUIUnknown@@@Z +??4?$AutoRelease@UIWbemClassObject@@@@QAEAAV0@PAUIWbemClassObject@@@Z +??4?$AutoRelease@UIWbemContext@@@@QAEAAV0@PAUIWbemContext@@@Z +??4?$AutoRelease@UIWbemLocator@@@@QAEAAV0@PAUIWbemLocator@@@Z +??4?$AutoRelease@UIWbemObjectTextSrc@@@@QAEAAV0@PAUIWbemObjectTextSrc@@@Z +??4?$AutoRelease@UIWbemPath@@@@QAEAAV0@PAUIWbemPath@@@Z +??4?$AutoRelease@UIWbemPathKeyList@@@@QAEAAV0@PAUIWbemPathKeyList@@@Z +??4?$AutoRelease@UIWbemQualifierSet@@@@QAEAAV0@PAUIWbemQualifierSet@@@Z +??4?$AutoRelease@UIWbemQuery@@@@QAEAAV0@PAUIWbemQuery@@@Z +??4?$AutoRelease@UIWbemServices@@@@QAEAAV0@PAUIWbemServices@@@Z +??4?$AutoRelease@VApplication@Client@WSMan@@@@QAEAAV0@PAVApplication@Client@WSMan@@@Z +??4?$AutoRelease@VCBaseConfigCache@@@@QAEAAV0@PAVCBaseConfigCache@@@Z +??4?$AutoRelease@VCClientConfigSettings@@@@QAEAAV0@PAVCClientConfigSettings@@@Z +??4?$AutoRelease@VCCommonConfigSettings@@@@QAEAAV0@PAVCCommonConfigSettings@@@Z +??4?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@QAEAAV0@PAVCConfigCacheMap@CBaseConfigCache@@@Z +??4?$AutoRelease@VCConfigManager@@@@QAEAAV0@PAVCConfigManager@@@Z +??4?$AutoRelease@VCRemoteOperation@@@@QAEAAV0@PAVCRemoteOperation@@@Z +??4?$AutoRelease@VCRemoteSession@@@@QAEAAV0@PAVCRemoteSession@@@Z +??4?$AutoRelease@VCRequestContext@@@@QAEAAV0@PAVCRequestContext@@@Z +??4?$AutoRelease@VCServiceCommonConfigSettings@@@@QAEAAV0@PAVCServiceCommonConfigSettings@@@Z +??4?$AutoRelease@VCServiceConfigCache@@@@QAEAAV0@PAVCServiceConfigCache@@@Z +??4?$AutoRelease@VCServiceConfigSettings@@@@QAEAAV0@PAVCServiceConfigSettings@@@Z +??4?$AutoRelease@VCWSManEPR@@@@QAEAAV0@PAVCWSManEPR@@@Z +??4?$AutoRelease@VCWSManGroupPolicyManager@@@@QAEAAV0@PAVCWSManGroupPolicyManager@@@Z +??4?$AutoRelease@VCWSManResource@@@@QAEAAV0@PAVCWSManResource@@@Z +??4?$AutoRelease@VCWinRSPluginConfigCache@@@@QAEAAV0@PAVCWinRSPluginConfigCache@@@Z +??4?$AutoRelease@VCWinRSPluginConfigSettings@@@@QAEAAV0@PAVCWinRSPluginConfigSettings@@@Z +??4?$AutoRelease@VEnumSinkEx@@@@QAEAAV0@PAVEnumSinkEx@@@Z +??4?$AutoRelease@VGeneralSinkEx@@@@QAEAAV0@PAVGeneralSinkEx@@@Z +??4?$AutoRelease@VIRequestContext@@@@QAEAAV0@PAVIRequestContext@@@Z +??4?$AutoRelease@VISubscription@@@@QAEAAV0@PAVISubscription@@@Z +??4?$AutoRelease@VInboundRequestDetails@@@@QAEAAV0@PAVInboundRequestDetails@@@Z +??4?$AutoRelease@VUserRecord@@@@QAEAAV0@PAVUserRecord@@@Z +??4?$AutoRelease@VWSManHttpListener@@@@QAEAAV0@PAVWSManHttpListener@@@Z +??4?$AutoReleaseEx@VShell@Client@WSMan@@@@QAEAAV0@PAVShell@Client@WSMan@@@Z +??4?$PacketElement@K@PacketParser@@QAEAAV01@$$QAV01@@Z +??4?$PacketElement@K@PacketParser@@QAEAAV01@ABV01@@Z +??4?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QAEAAV01@$$QAV01@@Z +??4?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QAEAAV01@ABV01@@Z +??4?$PacketElement@PBG@PacketParser@@QAEAAV01@$$QAV01@@Z +??4?$PacketElement@PBG@PacketParser@@QAEAAV01@ABV01@@Z +??4?$PacketElement@_K@PacketParser@@QAEAAV01@$$QAV01@@Z +??4?$PacketElement@_K@PacketParser@@QAEAAV01@ABV01@@Z +??4?$SimpleQueue@T_LARGE_INTEGER@@@@QAEAAV0@ABV0@@Z +??4AutoBstr@@QAEAAV0@PAG@Z +??4AutoBstrNoAlloc@@QAEAAV0@PAG@Z +??4AutoCertContext@@QAEAAV0@PBU_CERT_CONTEXT@@@Z +??4AutoChainContext@@QAEAAV0@PBU_CERT_CHAIN_CONTEXT@@@Z +??4AutoCoTaskMemFree@@QAEAAV0@PAX@Z +??4AutoFwXmlCloseParser@@QAEAAV0@PAX@Z +??4AutoHandle@@QAEAAV0@PAX@Z +??4AutoImpersonateUser@@QAEAAV0@PAX@Z +??4AutoLibrary@@QAEAAV0@PAUHINSTANCE__@@@Z +??4AutoLocalFree@@QAEAAV0@PAX@Z +??4AutoMIClass@@QAEAAV0@PAU_MI_Class@@@Z +??4AutoMIInstance@@QAEAAV0@PAU_MI_Instance@@@Z +??4AutoObject@@QAEAAV0@PAUWSMAN_OBJECT@@@Z +??4AutoRegKey@@QAEAAV0@PAUHKEY__@@@Z +??4AutoSecurityDescriptor@@QAEAAV0@PAX@Z +??4AutoWaitHandle@@QAEAAV0@PAX@Z +??4ChildLifeTimeManager@@QAEAAV0@ABV0@@Z +??4ConfigRegistry@@QAEAAV0@ABV0@@Z +??4EtwCorrelationHelper@@QAEAAV0@ABV0@@Z +??4EventLog@@QAEAAV0@$$QAV0@@Z +??4EventLog@@QAEAAV0@ABV0@@Z +??4ExtendedSemantic@@QAEAAV0@$$QAV0@@Z +??4ExtendedSemantic@@QAEAAV0@ABV0@@Z +??4FastLock@@QAEAAV0@$$QAV0@@Z +??4FastLock@@QAEAAV0@ABV0@@Z +??4Fragment@PacketParser@@QAEAAV01@$$QAV01@@Z +??4Fragment@PacketParser@@QAEAAV01@ABV01@@Z +??4IConfigChangeObserver@@QAEAAV0@ABV0@@Z +??4ILifeTimeMgmt@@QAEAAV0@ABV0@@Z +??4IWSManGroupPolicyObserver@@QAEAAV0@ABV0@@Z +??4IWSManGroupPolicyPublisher@@QAEAAV0@ABV0@@Z +??4Locale@@QAEAAV0@ABV0@@Z +??4NotUnderstandSoapHeader@PacketParser@@QAEAAV01@$$QAV01@@Z +??4NotUnderstandSoapHeader@PacketParser@@QAEAAV01@ABV01@@Z +??4PacketFormatter@@QAEAAV0@$$QAV0@@Z +??4PacketFormatter@@QAEAAV0@ABV0@@Z +??4RBUFFER@@QAEAAV0@ABV0@@Z +??4SBUFFER@@QAEAAV0@$$QAV0@@Z +??4SBUFFER@@QAEAAV0@ABV0@@Z +??4SessionId@PacketParser@@QAEAAV01@$$QAV01@@Z +??4SessionId@PacketParser@@QAEAAV01@ABV01@@Z +??4SoapSemanticConverter@@QAEAAV0@ABV0@@Z +??4UserAuthzRecord@@QAEAAV0@$$QAV0@@Z +??4UserAuthzRecord@@QAEAAV0@ABV0@@Z +??6BufferFormatter@@UAEAAV0@AAVBufferFormatterDataFormatDWORD@@@Z +??6BufferFormatter@@UAEAAV0@AAVBufferFormatterDataFormatULONGLONG@@@Z +??6BufferFormatter@@UAEAAV0@AAVBufferFormatterDataPCWSTR@@@Z +??6BufferFormatter@@UAEAAV0@AAVBufferFormatterDataPUCHAR@@@Z +??6BufferFormatter@@UAEAAV0@AAVBufferFormatterDataXmlEscape@@@Z +??6BufferFormatter@@UAEAAV0@K@Z +??6BufferFormatter@@UAEAAV0@PAU_FWXML_ELEMENT@@@Z +??7?$AutoCleanup@V?$AutoDelete@G@@PAG@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QBE_NXZ +??7?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QBE_NXZ +??7?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QBE_NXZ +??7?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QBE_NXZ +??7?$AutoCleanup@VAutoHandle@@PAX@@QBE_NXZ +??7?$AutoCleanup@VAutoImpersonateUser@@PAX@@QBE_NXZ +??7?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QBE_NXZ +??7?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QBE_NXZ +??7?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QBE_NXZ +??A?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAEPAKABUPluginKey@@@Z +??A?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAEPAPAVBlockedRecord@@ABUUserKey@@@Z +??A?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAEPAVCertThumbprintMappedSet@CServiceConfigSettings@@ABVCertThumbprintKey@@@Z +??A?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEPAKABVStringKeyCI@@@Z +??A?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAEPAUUSER_CONTEXT_INFO@WSManHttpListener@@ABVStringKeyCI@@@Z +??A?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEPAPAVExpiredOperationIdRecord@@ABVStringKeyStore@@@Z +??A?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAEPAPAVServerFullDuplexChannel@@ABVStringKeyStore@@@Z +??A?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEPAPAVOptionValue@SessionOptions@Client@WSMan@@ABW4WSManSessionOption@@@Z +??A?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAEPAPAVSendPacketArgs@RobustConnectionBuffer@@AB_K@Z +??A?$SafeSet@PAX@@QBEPBQAXABQAX@Z +??B?$AutoCleanup@V?$AutoDelete@D@@PAD@@QAEPADXZ +??B?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAEPAGXZ +??B?$AutoCleanup@V?$AutoDelete@G@@PAG@@QBEQAGXZ +??B?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@QAEPAUIPRange@CWSManIPFilter@@XZ +??B?$AutoCleanup@V?$AutoDelete@U_SID@@@@PAU_SID@@@@QAEPAU_SID@@XZ +??B?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@QAEPAU_WSMAN_STREAM_ID_SET@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@QAEPAV?$Handle@VISubscription@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEPAV?$SafeMap_Iterator@VStringKeyCI@@K@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEPAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAEPAV?$SafeSet@PAVCCertMapping@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAEPAV?$SafeSet@PAVCShellUriSettings@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEPAV?$SafeSet_Iterator@PAVCListenerOperation@@@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAEPAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAEPAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAEPAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QBEQAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAEPAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@XZ +??B?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@QAEPAVAdminSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAEPAVBlockedRecord@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@QAEPAVCCertMapping@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@QAEPAVCConfigChangeSource@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@QAEPAVCListenerSettings@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@QAEPAVCObserverConfigChangeErrors@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAEPAVCServiceWatcher@CServiceConfigCache@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@QAEPAVCShellUriSettings@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAEPAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAEPAVCertHash@@XZ +??B?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAEPAVConfigUpdate@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBEQAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@QAEPAVEventHandler@WSMan@@XZ +??B?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@QAEPAVExpiredOperationIdRecord@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@QAEPAVGPApiManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBEQAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@QAEPAVIChannelObserverFactory@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAEPAVIQueryDASHSMASHInterface@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QBEQAVIQueryDASHSMASHInterface@@XZ +??B?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAEPAVISpecification@@XZ +??B?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QBEQAVISpecification@@XZ +??B?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@QAEPAVInteractiveSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@QAEPAVIpHlpApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@QAEPAVMachineName@@XZ +??B?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@QAEPAVNetworkServiceSid@CSecurity@@XZ +??B?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@QAEPAVNtDsApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEPAVOptionValue@SessionOptions@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAEPAVPacketCreator@@XZ +??B?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@QAEPAVPacketParser@@XZ +??B?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAEPAVResources@Locale@@XZ +??B?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAEPAVSecurityEntry@Catalog@@XZ +??B?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAEPAVServiceSoapProcessor@@XZ +??B?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@QAEPAVShell32DllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@QAEPAVShlWApiDllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@QAEPAVSubscriptionManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAEPAVTSTRBUFFER@@XZ +??B?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QBEQAVTSTRBUFFER@@XZ +??B?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@QAEPAVUniqueStringOverflow@@XZ +??B?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@QAEPAVUser32DllLoader@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@QAEPAVWSMANCONFIGTABLE_IDENTITY@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@QAEPAVWSManMemCryptManager@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAEPAVWmiEnumContext@@XZ +??B?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QBEQAVWmiEnumContext@@XZ +??B?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAEPAVXmlReader@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAEPBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QAEPADXZ +??B?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAEPAEXZ +??B?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QBEQAEXZ +??B?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAEPAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QBEQAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@H@@PAH@@QAEPAHXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAEPAPAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QBEQAPAGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAEPAPBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QBEQAPBGXZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@QAEPAU_CONFIG_UPDATE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEPAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QBEQAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAEPAU_WINRS_RUN_COMMAND_ARG@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QBEQAU_WINRS_RUN_COMMAND_ARG@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAEPAU_WSMAN_OPTION@@XZ +??B?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QAEPAXXZ +??B?$AutoCleanup@V?$AutoFree@E@@PAE@@QAEPAEXZ +??B?$AutoCleanup@V?$AutoFree@E@@PAE@@QBEQAEXZ +??B?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAEPAVPacket@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@QAEPAUIAppHostChildElementCollection@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@QAEPAUIAppHostElement@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@QAEPAUIAppHostElementCollection@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAEPAUIClientSecurity@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QBEQAUIClientSecurity@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAEPAUIEnumWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QBEQAUIEnumWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAEPAUIErrorInfo@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QBEQAUIErrorInfo@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAEPAUIUnknown@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QBEQAUIUnknown@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAEPAUIWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QBEQAUIWbemClassObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAEPAUIWbemContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QBEQAUIWbemContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAEPAUIWbemLocator@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QBEQAUIWbemLocator@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAEPAUIWbemObjectTextSrc@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QBEQAUIWbemObjectTextSrc@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAEPAUIWbemPath@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QBEQAUIWbemPath@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAEPAUIWbemPathKeyList@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QBEQAUIWbemPathKeyList@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAEPAUIWbemQualifierSet@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QBEQAUIWbemQualifierSet@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAEPAUIWbemQuery@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QBEQAUIWbemQuery@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAEPAUIWbemServices@@XZ +??B?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QBEQAUIWbemServices@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAEPAVCClientConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@QAEPAVCCommonConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@QAEPAVCConfigCacheMap@CBaseConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAEPAVCConfigManager@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAEPAVCRemoteSession@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAEPAVCRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@QAEPAVCServiceCommonConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@QAEPAVCServiceConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAEPAVCServiceConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QBEQAVCWSManEPR@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@QAEPAVCWSManGroupPolicyCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAEPAVCWSManGroupPolicyManager@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@QAEPAVCWSManObject@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QAEPAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QBEQAVCWSManResource@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAEPAVCWinRSPluginConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QBEQAVCWinRSPluginConfigCache@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAEPAVCWinRSPluginConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAEPAVCommand@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@QAEPAVConfigNotification@@XZ +??B?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@QAEPAVConnectShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@QAEPAVCreateShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@QAEPAVDeleteShellOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@QAEPAVDisconnectOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBEQAVEnumSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBEQAVGeneralSinkEx@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PAVIISConfigSettings@@@@QAEPAVIISConfigSettings@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@QAEPAVIPCSoapProcessor@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAEPAVIRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QBEQAVIRequestContext@@XZ +??B?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@QAEPAVISubscription@@XZ +??B?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QAEPAVInboundRequestDetails@@XZ +??B?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QBEQAVInboundRequestDetails@@XZ +??B?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAEPAVReceiveOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@QAEPAVReconnectOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAEPAVSendOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAEPAVShell@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QBEQAVShell@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAEPAVSignalOperation@Client@WSMan@@XZ +??B?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QAEPAVUserRecord@@XZ +??B?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QBEQAVUserRecord@@XZ +??B?$AutoCleanup@VAutoBstr@@PAG@@QAEPAGXZ +??B?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAEPAGXZ +??B?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QBEQAGXZ +??B?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAEPBU_CERT_CONTEXT@@XZ +??B?$AutoCleanup@VAutoHandle@@PAX@@QAEPAXXZ +??B?$AutoCleanup@VAutoHandle@@PAX@@QBEQAXXZ +??B?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAEPAXXZ +??B?$AutoCleanup@VAutoImpersonateUser@@PAX@@QBEQAXXZ +??B?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@QAEPAUHINSTANCE__@@XZ +??B?$AutoCleanup@VAutoLocalFree@@PAX@@QAEPAXXZ +??B?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAEPAU_MI_Class@@XZ +??B?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAEPAU_MI_Instance@@XZ +??B?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAEPAUHKEY__@@XZ +??B?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAEPAXXZ +??B?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QBE_NXZ +??B?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QBE_NXZ +??B?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QBE_NXZ +??B?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QBE_NXZ +??B?$SafeMap_Iterator@VKey@Locale@@K@@QBE_NXZ +??B?$SafeMap_Iterator@VStringKeyCI@@K@@QBE_NXZ +??B?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QBE_NXZ +??B?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QBE_NXZ +??B?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QBE_NXZ +??C?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@QAEPAU_WSMAN_STREAM_ID_SET@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@QAEPAV?$Handle@VISubscription@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEPAV?$SafeMap_Iterator@VStringKeyCI@@K@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEPAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAEPAV?$SafeSet@PAVCCertMapping@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAEPAV?$SafeSet@PAVCShellUriSettings@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEPAV?$SafeSet_Iterator@PAVCListenerOperation@@@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAEPAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@QAEPAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@QAEPAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@QAEPAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@XZ +??C?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAEPAVBlockedRecord@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@QAEPAVCCertMapping@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@QAEPAVCConfigChangeSource@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@QAEPAVCListenerSettings@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAEPAVCServiceWatcher@CServiceConfigCache@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@QAEPAVCShellUriSettings@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAEPAVCWSManResource@@XZ +??C?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAEPAVCertHash@@XZ +??C?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAEPAVConfigUpdate@@XZ +??C?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBEQAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@QAEPAVExpiredOperationIdRecord@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@QAEPAVGPApiManager@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBEQAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@QAEPAVIChannelObserverFactory@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAEPAVIQueryDASHSMASHInterface@@XZ +??C?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QBEQAVIQueryDASHSMASHInterface@@XZ +??C?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAEPAVISpecification@@XZ +??C?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QBEQAVISpecification@@XZ +??C?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PAVMasterReceiveData@CListenerReceive@@@@QAEPAVMasterReceiveData@CListenerReceive@@XZ +??C?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEPAVOptionValue@SessionOptions@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAEPAVPacketCreator@@XZ +??C?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@QAEPAVPacketParser@@XZ +??C?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@QAEPAVRunAsConfiguration@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAEPAVSecurityEntry@Catalog@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PAVSendPacketArgs@RobustConnectionBuffer@@@@QAEPAVSendPacketArgs@RobustConnectionBuffer@@XZ +??C?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAEPAVServiceSoapProcessor@@XZ +??C?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@QAEPAVSubscriptionEnumerator@@XZ +??C?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAEPAVTSTRBUFFER@@XZ +??C?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QBEQAVTSTRBUFFER@@XZ +??C?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@QAEPAVUniqueStringOverflow@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@QAEPAVWSMANCONFIGTABLE_IDENTITY@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAEPAVWmiEnumContext@@XZ +??C?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QBEQAVWmiEnumContext@@XZ +??C?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAEPAVXmlReader@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAEPAEXZ +??C?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QBEQAEXZ +??C?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAEPAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QBEQAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAEPAPAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QBEQAPAGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAEPAPBGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QBEQAPBGXZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEPAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QBEQAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAEPAU_WINRS_RUN_COMMAND_ARG@@XZ +??C?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QBEQAU_WINRS_RUN_COMMAND_ARG@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@QAEPAUIAppHostAdminManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@QAEPAUIAppHostChildElementCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@QAEPAUIAppHostConfigException@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@QAEPAUIAppHostElementCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@QAEPAUIAppHostProperty@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@QAEPAUIAppHostPropertyCollection@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAEPAUIClientSecurity@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QBEQAUIClientSecurity@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAEPAUIEnumWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QBEQAUIEnumWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAEPAUIErrorInfo@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QBEQAUIErrorInfo@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAEPAUIUnknown@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QBEQAUIUnknown@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAEPAUIWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QBEQAUIWbemClassObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAEPAUIWbemContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QBEQAUIWbemContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAEPAUIWbemLocator@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QBEQAUIWbemLocator@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAEPAUIWbemObjectTextSrc@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QBEQAUIWbemObjectTextSrc@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAEPAUIWbemPath@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QBEQAUIWbemPath@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAEPAUIWbemPathKeyList@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QBEQAUIWbemPathKeyList@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAEPAUIWbemQualifierSet@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QBEQAUIWbemQualifierSet@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAEPAUIWbemQuery@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QBEQAUIWbemQuery@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAEPAUIWbemServices@@XZ +??C?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QBEQAUIWbemServices@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAEPAVCClientConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@QAEPAVCConfigCacheMap@CBaseConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAEPAVCConfigManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PAVCListenerReceive@@@@QAEPAVCListenerReceive@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAEPAVCRemoteSession@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QBEQAVCRemoteSession@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAEPAVCRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@QAEPAVCServiceCommonConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@QAEPAVCServiceConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAEPAVCServiceConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QBEQAVCWSManEPR@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@QAEPAVCWSManGroupPolicyCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAEPAVCWSManGroupPolicyManager@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@QAEPAVCWSManObject@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@QAEPAVCWSManResource@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAEPAVCWinRSPluginConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QBEQAVCWinRSPluginConfigCache@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAEPAVCWinRSPluginConfigSettings@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAEPAVCommand@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@QAEPAVConfigNotification@@XZ +??C?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@QAEPAVConnectShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@QAEPAVCreateShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@QAEPAVDeleteShellOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@QAEPAVDisconnectOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QBEQAVEnumSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QBEQAVGeneralSinkEx@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@QAEPAVIPCSoapProcessor@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAEPAVIRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QBEQAVIRequestContext@@XZ +??C?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QAEPAVInboundRequestDetails@@XZ +??C?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@QBEQAVInboundRequestDetails@@XZ +??C?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAEPAVReceiveOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@QAEPAVReconnectOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAEPAVSendOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAEPAVShell@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QBEQAVShell@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAEPAVSignalOperation@Client@WSMan@@XZ +??C?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@QAEPAVUserRecord@@XZ +??C?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@QAEPAVWSManHttpListener@@XZ +??C?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAEPAGXZ +??C?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QBEQAGXZ +??C?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAEPBU_CERT_CHAIN_CONTEXT@@XZ +??C?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAEPAXXZ +??C?$AutoCleanup@VAutoImpersonateUser@@PAX@@QBEQAXXZ +??C?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAEPAU_MI_Class@@XZ +??C?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QBEAAPAVExpiredOperationIdRecord@@XZ +??C?$SafeSet_Iterator@PAVCListenerOperation@@@@QBEABQAVCListenerOperation@@XZ +??D?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QBEAAVCertThumbprintMappedSet@CServiceConfigSettings@@XZ +??D?$SafeMap_Iterator@VKey@Locale@@K@@QBEAAKXZ +??D?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QBEAAPAVExpiredOperationIdRecord@@XZ +??D?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QBEAAPAVOptionValue@SessionOptions@Client@WSMan@@XZ +??D?$SafeSet_Iterator@PAVCCertMapping@@@@QBEABQAVCCertMapping@@XZ +??D?$SafeSet_Iterator@PAVCListenerOperation@@@@QBEABQAVCListenerOperation@@XZ +??D?$SafeSet_Iterator@PAVCShellUriSettings@@@@QBEABQAVCShellUriSettings@@XZ +??E?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAEXH@Z +??E?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAEXH@Z +??E?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAEXH@Z +??E?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAEXH@Z +??E?$SafeMap_Iterator@VStringKeyCI@@K@@QAEXH@Z +??E?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QAEXH@Z +??E?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAEXH@Z +??E?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEXH@Z +??_7?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@6B@ DATA +??_7?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@6B@ DATA +??_7?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@6B@ DATA +??_7?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@6B@ DATA +??_7?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@6B@ DATA +??_7?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@6B@ DATA +??_7?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@6B@ DATA +??_7?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@6B@ DATA +??_7?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@6B@ DATA +??_7?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@6B@ DATA +??_7?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@6B@ DATA +??_7?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@6B@ DATA +??_7?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@6B@ DATA +??_7?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@6B@ DATA +??_7?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@6B@ DATA +??_7?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@6B@ DATA +??_7?$SafeSet@PAVCCertMapping@@@@6B@ DATA +??_7?$SafeSet@PAVCListenerOperation@@@@6B@ DATA +??_7?$SafeSet@PAVCShellUriSettings@@@@6B@ DATA +??_7?$SafeSet@PAX@@6B@ DATA +??_7BufferFormatter@@6B@ DATA +??_7CBaseConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CBaseConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CClientConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CClientConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CConfigManager@@6B@ DATA +??_7CErrorContext@@6B@ DATA +??_7CRequestContext@@6BCErrorContext@@@ DATA +??_7CRequestContext@@6BEtwCorrelationHelper@@@ DATA +??_7CServiceConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CServiceConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CWSManEPR@@6B@ DATA +??_7CWSManGroupPolicyManager@@6B@ DATA +??_7CWSManResource@@6B@ DATA +??_7CWSManResourceNoResourceUri@@6B@ DATA +??_7CWSManSecurityUI@@6B@ DATA +??_7CWinRSPluginConfigCache@@6BIConfigChangeObserver@@@ DATA +??_7CWinRSPluginConfigCache@@6BILifeTimeMgmt@@@ DATA +??_7CircularBufferFormatter@@6B@ DATA +??_7EtwCorrelationHelper@@6B@ DATA +??_7IConfigChangeObserver@@6B@ DATA +??_7ILifeTimeMgmt@@6B@ DATA +??_7IRequestContext@@6B@ DATA +??_7IWSManGroupPolicyObserver@@6B@ DATA +??_7IWSManGroupPolicyPublisher@@6B@ DATA +??_7PacketParser@@6B@ DATA +??_7UserAuthzRecord@@6B@ DATA +??_7UserRecord@@6B@ DATA +??_FCErrorContext@@QAEXXZ +??_FRBUFFER@@QAEXXZ +?Acquire@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@UBEXXZ +?Acquire@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@UBEXXZ +?Acquire@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UBEXXZ +?Acquire@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@UBEXXZ +?Acquire@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UBEXXZ +?Acquire@?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@UBEXXZ +?Acquire@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UBEXXZ +?Acquire@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKey@@PAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PAVListenerEvents@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKey@@PAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PAVListenerSourceSubscription@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyCI@@PAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PAVIISEndpoint@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@UBEXXZ +?Acquire@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@UBEXXZ +?Acquire@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UBEXXZ +?Acquire@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@UBEXXZ +?Acquire@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@UBEXXZ +?Acquire@?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEXXZ +?Acquire@?$SafeMap_Lock@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAEXXZ +?Acquire@CWSManCriticalSection@@QAEXXZ +?AcquireExclusive@FastLock@@QAEXXZ +?AcquireShared@FastLock@@QAEXXZ +?Acquired@?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE_NXZ +?Acquired@?$SafeMap_Lock@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE_NXZ +?Add@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAE_NABQAVCCertMapping@@ABUEmpty@@AAVIRequestContext@@@Z +?Add@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE_NABQAVCListenerOperation@@ABUEmpty@@AAVIRequestContext@@@Z +?Add@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAE_NABQAVCShellUriSettings@@ABUEmpty@@AAVIRequestContext@@@Z +?Add@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAE_NABQAXABUEmpty@@AAVIRequestContext@@@Z +?Add@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAE_NABUPluginKey@@ABKAAVIRequestContext@@@Z +?Add@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE_NABUUserKey@@ABQAVBlockedRecord@@AAVIRequestContext@@@Z +?Add@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAE_NABVCertThumbprintKey@@ABVCertThumbprintMappedSet@CServiceConfigSettings@@AAVIRequestContext@@@Z +?Add@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAE_NABVKey@Locale@@ABKAAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE_NABVStringKeyCI@@ABKAAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QAE_NABVStringKeyCI@@ABUEmpty@@AAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE_NABVStringKeyCI@@ABUUSER_CONTEXT_INFO@WSManHttpListener@@AAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE_NABVStringKeyStore@@ABQAVExpiredOperationIdRecord@@AAVIRequestContext@@@Z +?Add@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE_NABVStringKeyStore@@ABQAVServerFullDuplexChannel@@AAVIRequestContext@@@Z +?Add@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAE_NABW4WSManSessionOption@@ABQAVOptionValue@SessionOptions@Client@WSMan@@AAVIRequestContext@@@Z +?Add@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE_NAB_KABQAVSendPacketArgs@RobustConnectionBuffer@@AAVIRequestContext@@@Z +?Add@?$SafeSet@PAVCCertMapping@@@@QAE_NABQAVCCertMapping@@AAVIRequestContext@@@Z +?Add@?$SafeSet@PAVCListenerOperation@@@@QAE_NABQAVCListenerOperation@@AAVIRequestContext@@@Z +?Add@?$SafeSet@PAVCShellUriSettings@@@@QAE_NABQAVCShellUriSettings@@AAVIRequestContext@@@Z +?Add@?$SafeSet@PAX@@QAE_NABQAXAAVIRequestContext@@@Z +?Add@?$SafeSet@VStringKeyCI@@@@QAE_NABVStringKeyCI@@AAVIRequestContext@@@Z +?AddDefaultPlugins@ConfigUpdate@@SGHPAVIRequestContext@@H@Z +?AddKey@CWSManResourceNoResourceUri@@QAEHPBG0PAVIRequestContext@@@Z +?AddMessage@CRequestContext@@AAEHPBGPAPAD1@Z +?AddOption@CWSManResourceNoResourceUri@@QAEHPBG0HPAVIRequestContext@@@Z +?AddOptionSet@CWSManResourceNoResourceUri@@QAEHPAU_WSMAN_OPTION_SET@@PAVIRequestContext@@@Z +?AddPacket@PacketParser@@QAE_NPAVPacket@@_N11@Z +?AddRef@CWSManSecurityUI@@UAGKXZ +?AddRef@ILifeTimeMgmt@@UAEJXZ +?AddRef@UserRecord@@QAE_NAAVIRequestContext@@@Z +?AddSource@CBaseConfigCache@@IAEHPAVIRequestContext@@PAVCConfigChangeSource@@@Z +?AddToMap@CBaseConfigCache@@AAEHPAVIRequestContext@@AAVAutoLocalFree@@@Z +?Alloc@WSManMemory@@SGPAXIHW4_NitsFaultMode@@@Z +?AllocBstr@WSManMemory@@SGPAGPBGHH@Z +?AllocBstrLen@WSManMemory@@SGPAGPBGIHH@Z +?AllocCache@CClientConfigCache@@CGPAVCBaseConfigCache@@XZ +?AllocCache@CServiceConfigCache@@CGPAVCBaseConfigCache@@XZ +?AllocCache@CWinRSPluginConfigCache@@CGPAVCBaseConfigCache@@XZ +?AllocSysString@TSTRBUFFER@@QBEJPAPAG@Z +?AllowBasic@CCommonConfigSettings@@UBEHXZ +?AllowClientCertificate@CCommonConfigSettings@@UBEHXZ +?AllowCredSsp@CCommonConfigSettings@@UBEHXZ +?AllowKerberos@CCommonConfigSettings@@UBEHXZ +?AllowNegotiate@CCommonConfigSettings@@UBEHXZ +?AllowUnencrypted@CCommonConfigSettings@@UBEHXZ +?Append@SBUFFER@@QAEJPAEI@Z +?Append@SBUFFER@@QAEJPAV1@@Z +?Append@TSTRBUFFER@@QAEJPBG@Z +?Append@TSTRBUFFER@@QAEJPBGII@Z +?AppendChar@TSTRBUFFER@@QAEJG@Z +?AppendEscapeXmlAttribute@TSTRBUFFER@@QAEJPBGG@Z +?AppendEscapeXmlContent@TSTRBUFFER@@QAEJPBG_N@Z +?AppendXmlElem@TSTRBUFFER@@QAEJPBG0HKPAU_XML_ATTRIB@@@Z +?AppendXmlElemWithNamespace@TSTRBUFFER@@QAEJPBG00HKPAU_XML_ATTRIB@@@Z +?AppendXmlElemWithNamespaceAndPrefix@TSTRBUFFER@@QAEJPBG000HKPAU_XML_ATTRIB@@@Z +?AppendXmlElemWithPrefix@TSTRBUFFER@@QAEJPBG00HKPAU_XML_ATTRIB@@@Z +?AppendXmlEndElem@TSTRBUFFER@@QAEJPBG@Z +?AppendXmlEndElemWithPrefix@TSTRBUFFER@@QAEJPBG0@Z +?AppendXmlEndFragment@TSTRBUFFER@@QAEJXZ +?AppendXmlEndItem@TSTRBUFFER@@QAEJXZ +?AppendXmlStartElem@TSTRBUFFER@@QAEJPBGHKPAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespace@TSTRBUFFER@@QAEJPBG0HKPAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespaceAndPrefix@TSTRBUFFER@@QAEJPBG00HKPAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespaces@TSTRBUFFER@@QAEJPBGKPAU_XML_NAMESPACE_PREFIX@@HKPAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithNamespacesAndPrefixes@TSTRBUFFER@@QAEJPBG0KPAU_XML_NAMESPACE_PREFIX@@HKPAU_XML_ATTRIB@@@Z +?AppendXmlStartElemWithPrefix@TSTRBUFFER@@QAEJPBG0HKPAU_XML_ATTRIB@@@Z +?AppendXmlStartFragment@TSTRBUFFER@@QAEJXZ +?AppendXmlStartItem@TSTRBUFFER@@QAEJXZ +?ApplyQuota@UserRecord@@QAE_NW4OperationType@@AAVIRequestContext@@PBVProvider@Catalog@@PAVCServiceConfigSettings@@@Z +?ApplySecurity@ConfigRegistry@@IAEHPAVIRequestContext@@PAUHKEY__@@PBG2@Z +?AsReference@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEAAV1@XZ +?AsReference@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAEAAV1@XZ +?AuthzComplete@UserRecord@@UAEKPAX0W4AdministratorType@UserAuthzRecord@@KPBG@Z +?BOMS@PacketFormatter@@0QBUBOMInfo@1@B DATA +?BeginRevertToSelf@CSecurity@@SGHPAPAXK@Z +?BuildFragmentTransfer@CWSManResourceNoResourceUri@@UAEHAAVBufferFormatter@@@Z +?BuildOptionSet@CWSManResourceNoResourceUri@@QAEHAAVBufferFormatter@@@Z +?BuildSelectorSet@CWSManEPR@@UAEHAAVBufferFormatter@@@Z +?BuildSelectorSet@CWSManResourceNoResourceUri@@UAEHAAVBufferFormatter@@@Z +?CHARSETS@PacketFormatter@@0QBUCharsetInfo@1@B DATA +?ChangeLogging@CServiceConfigCache@@QAEXW4ErrorLogging@@@Z +?CheckSharedSSLConfiguration@ConfigRegistry@@IAEHPAVIRequestContext@@PBG1HPAH@Z +?Clear@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QAEXXZ +?Clear@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEXXZ +?Clear@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAEXXZ +?Clear@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEXXZ +?ClearKeys@CWSManResourceNoResourceUri@@QAEHXZ +?ClearOptions@CWSManResourceNoResourceUri@@QAEHXZ +?ClearRegistryKeys@ConfigRegistry@@IAEHPAVIRequestContext@@@Z +?ClearSubKeys@@YGHPAUHKEY__@@PAVIRequestContext@@@Z +?CompleteWithErrorContext@CRequestContext@@QAEXPAU_WSMAN_PLUGIN_REQUEST@@@Z +?Confirm@ExtendedSemantic@@2KB DATA +?Copy@TSTRBUFFER@@QAEJPBG@Z +?CopyString@@YGPAGPAVIRequestContext@@W4CallSiteId@@PBG@Z +?CopyString@@YGPAGPBGABHAAVIRequestContext@@@Z +?CopyString@MessageId@PacketParser@@QAEKPBGH@Z +?CopyTo@CErrorContext@@UBEXPAVIRequestContext@@@Z +?CopyTo@CRequestContext@@UBEXPAVIRequestContext@@@Z +?CreateActivityId@EventHandler@WSMan@@SGXAAU_GUID@@@Z +?CreateAnEvent@SoapSemanticConverter@@QAEKKPAVSemanticMessage@@AAVBufferFormatter@@PAVIRequestContext@@@Z +?CreateAutoConfiguredListener@CConfigManager@@AAEHPAVIRequestContext@@PAVLISTENER_IDENTITY@@@Z +?CreateInstance@?$ILoader@VAdminSid@CSecurity@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VEventHandler@WSMan@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VInteractiveSid@CSecurity@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VIpHlpApiDllLoader@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VMachineName@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VNetworkServiceSid@CSecurity@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VNtDsApiDllLoader@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VResources@Locale@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VShell32DllLoader@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VShlWApiDllLoader@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VSubscriptionManager@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VUser32DllLoader@@@@IAE_NAAVIRequestContext@@@Z +?CreateInstance@?$ILoader@VWSManMemCryptManager@@@@IAE_NAAVIRequestContext@@@Z +?CreateKey@ConfigRegistry@@IAEHPAVIRequestContext@@PBGPAPAUHKEY__@@1KPAK@Z +?CreateNew@CBaseConfigCache@@CGPAV1@PAVIRequestContext@@PAVCConfigCacheMap@1@P6GPAV1@XZW4ErrorLogging@@H@Z +?CreateProvHost@@YGPAXPAUHWND__@@PAK1PAJ@Z +?CreateRenderingInformation@CWSManSecurityUI@@AAEHPAVIRequestContext@@@Z +?CreateResponse@SoapSemanticConverter@@QAEKKW4_MI_OperationCallback_ResponseType@@AAVBufferFormatter@@PAVIRequestContext@@@Z +?CreateSessionGuid@SessionId@PacketParser@@QAEKPBGH@Z +?Data@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@IBEAAV?$STLMap@PAVCCertMapping@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@IBEAAV?$STLMap@PAVCListenerOperation@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@IBEAAV?$STLMap@PAVCShellUriSettings@@UEmpty@@@@XZ +?Data@?$SafeMap_Iterator@PAXUEmpty@@@@IBEAAV?$STLMap@PAXUEmpty@@@@XZ +?Data@?$SafeMap_Iterator@UPluginKey@@K@@IBEAAV?$STLMap@UPluginKey@@K@@XZ +?Data@?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@IBEAAV?$STLMap@UUserKey@@PAVBlockedRecord@@@@XZ +?Data@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@IBEAAV?$STLMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@XZ +?Data@?$SafeMap_Iterator@VKey@Locale@@K@@IBEAAV?$STLMap@VKey@Locale@@K@@XZ +?Data@?$SafeMap_Iterator@VStringKeyCI@@K@@IBEAAV?$STLMap@VStringKeyCI@@K@@XZ +?Data@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@IBEAAV?$STLMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@XZ +?Data@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@IBEAAV?$STLMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@XZ +?Data@?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@IBEAAV?$STLMap@VStringKeyStore@@PAVServerFullDuplexChannel@@@@XZ +?Data@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@IBEAAV?$STLMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +?Data@?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@IBEAAV?$STLMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@XZ +?DeInitialize@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@PAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PAVListenerEvents@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@PAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PAVListenerSourceSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@PAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PAVIISEndpoint@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@UAE_NAAVIRequestContext@@@Z +?DeInitialize@CWSManGroupPolicyManager@@AAEHXZ +?DeInitialize@EventHandler@WSMan@@QAE_NAAVIRequestContext@@@Z +?Debug@ExtendedSemantic@@2KB DATA +?Decode@PacketFormatter@@QBEKPAPAVPacket@@_N@Z +?DecodeFaultObject@CRequestContext@@AAEKPAU_FWXML_ELEMENT@@AAPBG11@Z +?DecodeFaultObject@CRequestContext@@AAEKPBGKAAPBG11@Z +?DecodeFaultObjectProvider@CRequestContext@@AAEKPAU_FWXML_ELEMENT@@AAPBG1@Z +?DecodeFaultObjectProviderMessage@CRequestContext@@AAEKPAU_FWXML_ELEMENT@@AAPBG@Z +?DecodeFaultReason@CRequestContext@@AAEKPAU_FWXML_ELEMENT@@AAPBG@Z +?DecreaseProfileCount@UserRecord@@QAEXXZ +?DeleteConfigKey@ConfigRegistry@@KGHPAVIRequestContext@@PBG1H@Z +?DeleteCredentialsFromCredmanStore@CConfigManager@@SGHPAVIRequestContext@@PAG@Z +?DeleteKey@@YGHPAVIRequestContext@@PBG1@Z +?DeleteKey@ConfigRegistry@@KGHPAVIRequestContext@@PBGH@Z +?DeleteSubkeys@ConfigRegistry@@KGHPAVIRequestContext@@PAUHKEY__@@PBGHH@Z +?DeleteValues@ConfigRegistry@@KGHPAVIRequestContext@@PAUHKEY__@@@Z +?Detach@?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAEPAGXZ +?Detach@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@QAEPAUIPRange@CWSManIPFilter@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@QAEPAU_WSMAN_STREAM_ID_SET@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@QAEPAV?$Handle@VISubscription@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@QAEPAV?$SafeSet@PAVCCertMapping@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@QAEPAV?$SafeSet@PAVCShellUriSettings@@@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@QAEPAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@QAEPAVAdminSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@QAEPAVBlockedRecord@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@QAEPAVCCertMapping@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@QAEPAVCListenerSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@QAEPAVCServiceWatcher@CServiceConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@QAEPAVCShellUriSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@QAEPAVCWSManResource@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@QAEPAVCertHash@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@QAEPAVConfigUpdate@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@QAEPAVEventHandler@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@QAEPAVExpiredOperationIdRecord@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAEPAVIQueryDASHSMASHInterface@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAEPAVISpecification@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@QAEPAVInteractiveSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@QAEPAVIpHlpApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@QAEPAVMachineName@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@QAEPAVNetworkServiceSid@CSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@QAEPAVNtDsApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEPAVOptionValue@SessionOptions@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@QAEPAVResources@Locale@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@QAEPAVSecurityEntry@Catalog@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@QAEPAVServiceSoapProcessor@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@QAEPAVShell32DllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@QAEPAVShlWApiDllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@QAEPAVSubscriptionManager@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAEPAVTSTRBUFFER@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@QAEPAVUser32DllLoader@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@QAEPAVWSManMemCryptManager@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAEPAVWmiEnumContext@@XZ +?Detach@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAEPAVXmlReader@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAEPBGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@QAEPADXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAEPAEXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAEPAGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAEPAPAGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAEPAPBGXZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEPAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAEPAU_WINRS_RUN_COMMAND_ARG@@XZ +?Detach@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@QAEPAU_WSMAN_OPTION@@XZ +?Detach@?$AutoCleanup@V?$AutoFree@E@@PAE@@QAEPAEXZ +?Detach@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAEPAVPacket@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAEPAUIClientSecurity@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAEPAUIEnumWbemClassObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAEPAUIErrorInfo@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAEPAUIUnknown@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAEPAUIWbemClassObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAEPAUIWbemContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAEPAUIWbemLocator@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAEPAUIWbemObjectTextSrc@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAEPAUIWbemPath@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAEPAUIWbemPathKeyList@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAEPAUIWbemQualifierSet@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAEPAUIWbemQuery@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAEPAUIWbemServices@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@QAEPAVApplication@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@QAEPAVCBaseConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@QAEPAVCClientConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@QAEPAVCCommonConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@QAEPAVCConfigManager@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@QAEPAVCRemoteSession@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@QAEPAVCRequestContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@QAEPAVCServiceConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAVCWSManEPR@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@QAEPAVCWSManGroupPolicyCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@QAEPAVCWSManGroupPolicyManager@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@QAEPAVCWSManObject@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAEPAVCWinRSPluginConfigCache@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@QAEPAVCWinRSPluginConfigSettings@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAEPAVCommand@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAVEnumSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAVGeneralSinkEx@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@QAEPAVIPCSoapProcessor@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAEPAVIRequestContext@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAEPAVReceiveOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAEPAVSendOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAEPAVShell@Client@WSMan@@XZ +?Detach@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAEPAVSignalOperation@Client@WSMan@@XZ +?Detach@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAEPAGXZ +?Detach@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAEPBU_CERT_CONTEXT@@XZ +?Detach@?$AutoCleanup@VAutoHandle@@PAX@@QAEPAXXZ +?Detach@?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAEPAXXZ +?Detach@?$AutoCleanup@VAutoLocalFree@@PAX@@QAEPAXXZ +?Detach@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAEPAU_MI_Class@@XZ +?Detach@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAEPAU_MI_Instance@@XZ +?Detach@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAEPAUHKEY__@@XZ +?Detach@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAEPAXXZ +?Detach@?$AutoCleanup@VAutoWaitHandle@@PAX@@QAEPAXXZ +?Detach@BufferFormatter@@QAEPAEXZ +?Discard@CServiceWatcher@CServiceConfigCache@@QAEXXZ +?DoOnChange@CBaseConfigCache@@IAEXW4ConfigChangeSources@@KW4ConfigChangeSeverityType@@@Z +?DoesThreadOwnLock@CWSManCriticalSection@@QAEHXZ +?Down@?$LoaderSerializer@VSubscriptionManager@@$01@@AAEJXZ +?DropData@CircularBufferFormatter@@QAEXK@Z +?DuplicateCurrentToken@CSecurity@@SGHPAPAXKPAU_SECURITY_ATTRIBUTES@@W4_SECURITY_IMPERSONATION_LEVEL@@W4_TOKEN_TYPE@@H@Z +?EnableAllPrivileges@@YGHPAPAE@Z +?Encode@PacketFormatter@@QBEKPAPAVPacket@@@Z +?Encode@PacketFormatter@@QBEKPBGKPAEKPAPAEPAK_N@Z +?EndOfStream@PacketParser@@QAEXK@Z +?EndRevertToSelf@CSecurity@@SGHPAX@Z +?EnsureActivityIdOnThread@EventHandler@WSMan@@SGXXZ +?EnsureNoActiveCaches@CClientConfigCache@@SGXXZ +?EnsureNoActiveCaches@CServiceConfigCache@@SGXXZ +?Error@EventLog@@SGXK@Z +?Error@EventLog@@SGXKGPAPBG@Z +?Error@EventLog@@SGXKPBG@Z +?ErrorAction@ExtendedSemantic@@2KB DATA +?EventEnabled@EventHandler@WSMan@@AAE_NABU_EVENT_DESCRIPTOR@@@Z +?EventProviderEnabled@EventHandler@WSMan@@AAE_NXZ +?EventWrite@EventHandler@WSMan@@AAEXABU_EVENT_DESCRIPTOR@@KPAU_EVENT_DATA_DESCRIPTOR@@@Z +?ExtractContextId@PacketParser@@QAEHPAPBGKPBG@Z +?ExtractShellId@PacketParser@@QAEHPAVCRequestContext@@PAGK@Z +?ExtractSidFromToken@CSecurity@@SGHPAVIRequestContext@@PAXAAVAutoLocalFree@@@Z +?FindExisting@CBaseConfigCache@@CGPAV1@PAVCConfigCacheMap@1@PBGW4ErrorLogging@@@Z +?FindMatch@CResourceAlias@@AAEPAU_ALIAS_INFORMATION@@PBG@Z +?First@TSTRBUFFER@@QBEPBGXZ +?Format@Locale@@ABE_NKPAPADPAPAXPAGKGW4CallSiteId@@@Z +?FormatDataDescriptor@EventHandler@WSMan@@SGXAAU_EVENT_DATA_DESCRIPTOR@@AAG@Z +?FormatDataDescriptor@EventHandler@WSMan@@SGXAAU_EVENT_DATA_DESCRIPTOR@@AAJ@Z +?FormatDataDescriptor@EventHandler@WSMan@@SGXAAU_EVENT_DATA_DESCRIPTOR@@AAK@Z +?FormatDataDescriptor@EventHandler@WSMan@@SGXAAU_EVENT_DATA_DESCRIPTOR@@PBD@Z +?FormatDataDescriptor@EventHandler@WSMan@@SGXAAU_EVENT_DATA_DESCRIPTOR@@PBG@Z +?FormatWithFallback@Locale@@ABE_NKPAPAD0PAPAXPAGK@Z +?Free@WSManMemory@@SGXPAXH@Z +?FreeBstr@WSManMemory@@SGXPAGHH@Z +?FreeInstance@?$ILoader@VAdminSid@CSecurity@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VEventHandler@WSMan@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VInteractiveSid@CSecurity@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VIpHlpApiDllLoader@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VMachineName@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VNetworkServiceSid@CSecurity@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VNtDsApiDllLoader@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VResources@Locale@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VShell32DllLoader@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VShlWApiDllLoader@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VSubscriptionManager@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VUser32DllLoader@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$ILoader@VWSManMemCryptManager@@@@QAE_NAAVIRequestContext@@_N@Z +?FreeInstance@?$LoaderSerializer@VSubscriptionManager@@$01@@QAE_NAAVIRequestContext@@_N@Z +?FreeMemory@RBUFFER@@QAEXXZ +?FreeMemory@SBUFFER@@QAEXXZ +?FreePacket@PacketParser@@QAEXXZ +?FreeXmlStructure@PacketParser@@QAEXXZ +?GenerateTransferId@EventHandler@WSMan@@SGXABU_EVENT_DESCRIPTOR@@PBU_GUID@@1@Z +?GenerateTransferIdImp@EventHandler@WSMan@@AAEXABU_EVENT_DESCRIPTOR@@PBU_GUID@@1@Z +?GetAccessRights@CWSManSecurityUI@@UAGJPBU_GUID@@KPAPAU_SI_ACCESS@@PAK2@Z +?GetAction@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetActionType@SoapSemanticConverter@@AAE_NPBGPAW4_MI_OperationCallback_ResponseType@@PAW4_MI_CallbackMode@@PAVIRequestContext@@@Z +?GetActivityIdOnCurrentThread@EventHandler@WSMan@@SGXAAU_GUID@@@Z +?GetBaseUri@CWSManResource@@QAEPBGXZ +?GetBomIndex@PacketFormatter@@QBE?AW4Charset@1@XZ +?GetBookmarkXml@PacketParser@@QAEABV?$PacketElement@PAU_FWXML_ELEMENT@@@1@XZ +?GetBool@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@PAHPAW4WSManConfigSource@@@Z +?GetBool@CWSManGroupPolicyManager@@QAEHPAVIRequestContext@@W4WSManGroupPolicySetting@@PAHPAW4WSManGroupPolicySettingState@@@Z +?GetBuffer@BufferFormatter@@UAEPAEXZ +?GetBuffer@BufferFormatter@@UBEPBEXZ +?GetBuffer@CircularBufferFormatter@@UAEPAEXZ +?GetBuffer@CircularBufferFormatter@@UBEPBEXZ +?GetBuffer@XmlReader@@QAEPBGXZ +?GetBufferLength@PacketParser@@UAEKXZ +?GetBufferPtr@PacketParser@@UAEPAPAGXZ +?GetBufferSize@BufferFormatter@@QBEKXZ +?GetCacheCount@CClientConfigCache@@SGKXZ +?GetCacheCount@CServiceConfigCache@@SGKXZ +?GetCalculationSize@BufferFormatter@@UBEK_N@Z +?GetCalculationSize@CircularBufferFormatter@@UBEK_N@Z +?GetCharInUse@TSTRBUFFER@@QBEIXZ +?GetCharset@PacketFormatter@@QBE?AW4Charset@1@XZ +?GetCharsetLen@PacketFormatter@@QBEKXZ +?GetCharsetName@PacketFormatter@@QBEPBDXZ +?GetChildCount@ChildLifeTimeManager@@QBEJXZ +?GetConfigCache@CBaseConfigCache@@KGPAV1@PAVIRequestContext@@W4ErrorLogging@@P6GPAV1@XZPAVFastLock@@AAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@H@Z +?GetConfigCache@CClientConfigCache@@SGPAV1@PAVIRequestContext@@H@Z +?GetConfigCache@CServiceConfigCache@@SGPAV1@PAVIRequestContext@@W4ErrorLogging@@H@Z +?GetConfigCache@CWinRSPluginConfigCache@@SGPAV1@PAVIRequestContext@@W4ErrorLogging@@H@Z +?GetConfigManager@CConfigManager@@SGPAV1@XZ +?GetConfigManagerForCertMapping@CConfigManager@@SGPAV1@PAVCERTMAPPING_IDENTITY@@PAVIRequestContext@@@Z +?GetConfigManagerForListener@CConfigManager@@SGPAV1@PAVLISTENER_IDENTITY@@PAVIRequestContext@@@Z +?GetConfigManagerForShellUri@CConfigManager@@SGPAV1@PAVSHELLURI_IDENTITY@@PAVIRequestContext@@@Z +?GetConfigManagerForTable@CConfigManager@@SGPAV1@PAVWSMANCONFIGTABLE_IDENTITY@@PAVIRequestContext@@@Z +?GetConfigXml@CConfigManager@@QAEHPAVIRequestContext@@PAPBGPAPAVXmlReader@@PAH@Z +?GetCorrelationId@PacketParser@@QAEAAU_GUID@@XZ +?GetCurrentCertMappingIdentity@CConfigManager@@QAEHPAVCERTMAPPING_IDENTITY@@PAVIRequestContext@@@Z +?GetCurrentListenerIdentity@CConfigManager@@QAEHPAVLISTENER_IDENTITY@@PAVIRequestContext@@@Z +?GetCurrentSettings@CBaseConfigCache@@IAEPAVCCommonConfigSettings@@PAVIRequestContext@@@Z +?GetCurrentSettings@CClientConfigCache@@QAEPAVCClientConfigSettings@@PAVIRequestContext@@@Z +?GetCurrentSettings@CServiceConfigCache@@QAEPAVCServiceConfigSettings@@PAVIRequestContext@@@Z +?GetCurrentSettings@CWinRSPluginConfigCache@@QAEPAVCWinRSPluginConfigSettings@@PAVIRequestContext@@@Z +?GetCurrentShellUriIdentity@CConfigManager@@QAEHPAVSHELLURI_IDENTITY@@PAVIRequestContext@@@Z +?GetCurrentTableIdentity@CConfigManager@@QAEHPAVWSMANCONFIGTABLE_IDENTITY@@PAVIRequestContext@@@Z +?GetDataLocale@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetDataLocaleHelper@PacketParser@@QAEAAVLocale@@XZ +?GetDescriptionElement@SoapSemanticConverter@@QAEPAU_FWXML_ELEMENT@@PAU2@PAVIRequestContext@@@Z +?GetDestructorIter@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@QAEAAV?$SafeSet_Iterator@PAVCCertMapping@@@@XZ +?GetDestructorIter@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@QAEAAV?$SafeSet_Iterator@PAVCShellUriSettings@@@@XZ +?GetDestructorIter@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAEAAV?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@XZ +?GetDestructorIter@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEAAV?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@XZ +?GetDestructorIter@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEAAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@XZ +?GetDialect@Fragment@PacketParser@@QBEPBGXZ +?GetError@BufferFormatter@@QBEKXZ +?GetErrorCode@CErrorContext@@UBEKXZ +?GetEventType@SoapSemanticConverter@@AAEKPBGPAVIRequestContext@@@Z +?GetEventTypeAndResponseElement@SoapSemanticConverter@@AAEPAU_FWXML_ELEMENT@@PAU2@PAKPAVIRequestContext@@@Z +?GetExtendedErrorString@CErrorContext@@UAEPAGXZ +?GetExtendedErrorString@CRequestContext@@UAEPAGXZ +?GetFaultToXml@PacketParser@@QBEABVReferenceParameters@1@XZ +?GetFaultXML@CErrorContext@@UBEPBGXZ +?GetFaultXML@CRequestContext@@UBEPBGXZ +?GetFaultXMLPrivate@CRequestContext@@AAEXPAPAD0KHKKPBG11@Z +?GetFirstConfigManagerForCertMapping@CConfigManager@@SGPAV1@PBG@Z +?GetFirstConfigManagerForListener@CConfigManager@@SGPAV1@PBG@Z +?GetFirstConfigManagerForShellUri@CConfigManager@@SGPAV1@PBG@Z +?GetFirstConfigManagerForTable@CConfigManager@@SGPAV1@W4WSMANTableConfigType@@PBG@Z +?GetFormat@PacketFormatter@@QBE?AW4Charset@1@XZ +?GetFormatterMode@BufferFormatter@@QAE?AW4Charset@PacketFormatter@@XZ +?GetFragment@PacketParser@@QBEABVFragment@1@XZ +?GetFragmentDialect@CWSManResourceNoResourceUri@@QAEPBGXZ +?GetFragmentPath@CWSManResourceNoResourceUri@@QAEPBGXZ +?GetGroupPolicyManager@CWSManGroupPolicyManager@@SGPAV1@PAVIRequestContext@@PBG@Z +?GetHeap@WSManMemory@@SGPAXXZ +?GetIISConfiguration@CConfigManager@@SGHPAVIRequestContext@@PBGPAPAVXmlReader@@@Z +?GetImpersonationToken@UserRecord@@QAEPAXXZ +?GetInheritTypes@CWSManSecurityUI@@UAGJPAPAU_SI_INHERIT_TYPE@@PAK@Z +?GetInitError@CWSManCriticalSection@@QBEKXZ +?GetInstance@?$LoaderSerializer@VAdminSid@CSecurity@@$00@@QAEPAVAdminSid@CSecurity@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VEventHandler@WSMan@@$00@@QAEPAVEventHandler@WSMan@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VInteractiveSid@CSecurity@@$00@@QAEPAVInteractiveSid@CSecurity@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VIpHlpApiDllLoader@@$00@@QAEPAVIpHlpApiDllLoader@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VMachineName@@$00@@QAEPAVMachineName@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VNetworkServiceSid@CSecurity@@$00@@QAEPAVNetworkServiceSid@CSecurity@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VNtDsApiDllLoader@@$00@@QAEPAVNtDsApiDllLoader@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VResources@Locale@@$0A@@@QAEPAVResources@Locale@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VShell32DllLoader@@$00@@QAEPAVShell32DllLoader@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VShlWApiDllLoader@@$00@@QAEPAVShlWApiDllLoader@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VSubscriptionManager@@$01@@QAEPAVSubscriptionManager@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VUser32DllLoader@@$00@@QAEPAVUser32DllLoader@@AAVIRequestContext@@@Z +?GetInstance@?$LoaderSerializer@VWSManMemCryptManager@@$00@@QAEPAVWSManMemCryptManager@@AAVIRequestContext@@@Z +?GetInt@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@PAKPAW4WSManConfigSource@@@Z +?GetInt@CWSManGroupPolicyManager@@QAEHPAVIRequestContext@@W4WSManGroupPolicySetting@@PAKPAW4WSManGroupPolicySettingState@@@Z +?GetKey@UserRecord@@QBE?AUUserKey@@XZ +?GetKeyCount@CWSManResourceNoResourceUri@@QAEKXZ +?GetKeyValue@CWSManResourceNoResourceUri@@QAEPBGPBG@Z +?GetKeys@CWSManResourceNoResourceUri@@QAEPAU_WSMAN_KEY@@XZ +?GetLCID@Locale@@QAEKXZ +?GetLength@XmlReader@@QAEIXZ +?GetLocale@CRequestContext@@QAEAAVLocale@@XZ +?GetLocale@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetLocaleHelper@PacketParser@@QAEAAVLocale@@XZ +?GetLocaleString@CRequestContext@@QAEPBGXZ +?GetLocator@CWSManResource@@QAEPAU_WSMAN_RESOURCE_LOCATOR@@XZ +?GetMachineId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetMap@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QBEAAV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@QBEAAV?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QBEAAV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@QBEAAV?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@QBEAAV?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@QBEAAV?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QBEAAV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@QBEAAV?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@QBEAAV?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@QBEAAV?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@QBEAAV?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@QBEAAV?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@PAXUEmpty@@@@QBEAAV?$SafeMap@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@UPluginKey@@K@@QBEAAV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@QBEAAV?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QBEAAV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@QBEAAV?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VKey@Locale@@K@@QBEAAV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@K@@QBEAAV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QBEAAV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QBEAAV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QBEAAV?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@XZ +?GetMap@?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@QBEAAV?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@XZ +?GetMap@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QBEAAV?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?GetMap@?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@QBEAAV?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QBEABV?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@QBEABV?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QBEABV?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@QBEABV?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@QBEABV?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@QBEABV?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QBEABV?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@QBEABV?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@QBEABV?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@QBEABV?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@QBEABV?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@QBEABV?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@QBEABV?$SafeMap@PAXUEmpty@@V?$SafeMap_Iterator@PAXUEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QBEABV?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@XZ +?GetMap@?$SafeMap_Lock@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QBEABV?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@XZ +?GetMap@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QBEABV?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@XZ +?GetMap@?$SafeMap_Lock@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@QBEABV?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@XZ +?GetMap@?$SafeMap_Lock@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@QBEABV?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QBEABV?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@QBEABV?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QBEABV?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QBEABV?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@XZ +?GetMap@?$SafeMap_Lock@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QBEABV?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@XZ +?GetMap@?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QBEABV?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?GetMap@?$SafeMap_Lock@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QBEABV?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@XZ +?GetMaxBatchItems@CCommonConfigSettings@@UAEKXZ +?GetMaxBatchSize@CCommonConfigSettings@@UAEKXZ +?GetMaxEnvelopeSize@CCommonConfigSettings@@UAEKXZ +?GetMaxEnvelopeSize@PacketParser@@QBEABV?$PacketElement@K@1@XZ +?GetMaxTimeOut@CCommonConfigSettings@@UAEKXZ +?GetMessageAlloc@Locale@@QBAPBGAAVAutoLocalFree@@KZZ +?GetMessageEmpty@Locale@@QBEPBGAAVAutoLocalFree@@K@Z +?GetMessageId@CErrorContext@@UBEKXZ +?GetMessageId@CRequestContext@@UBEKXZ +?GetMessageId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetMessageW@Locale@@QBE_NKPAPAD0PAGK@Z +?GetMinBatchItems@CCommonConfigSettings@@UAEKXZ +?GetMinBatchSize@CCommonConfigSettings@@UAEKXZ +?GetMinBatchTimeout@CCommonConfigSettings@@UAEKXZ +?GetMinEnvelopeSize@CCommonConfigSettings@@UAEKXZ +?GetMinTimeOut@CCommonConfigSettings@@UAEKXZ +?GetNamespacePrefix@NotUnderstandSoapHeader@PacketParser@@QBEPBGXZ +?GetNamespaceUrl@NotUnderstandSoapHeader@PacketParser@@QBEPBGXZ +?GetNewStorage@RBUFFER@@IAEHI@Z +?GetNotUnderstandHeader@PacketParser@@QBEABVNotUnderstandSoapHeader@1@XZ +?GetObjectInformation@CWSManSecurityUI@@UAGJPAU_SI_OBJECT_INFO@@@Z +?GetObjectW@?$ILoader@VAdminSid@CSecurity@@@@IBEPAVAdminSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VEventHandler@WSMan@@@@IBEPAVEventHandler@WSMan@@XZ +?GetObjectW@?$ILoader@VInteractiveSid@CSecurity@@@@IBEPAVInteractiveSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VIpHlpApiDllLoader@@@@IBEPAVIpHlpApiDllLoader@@XZ +?GetObjectW@?$ILoader@VMachineName@@@@IBEPAVMachineName@@XZ +?GetObjectW@?$ILoader@VNetworkServiceSid@CSecurity@@@@IBEPAVNetworkServiceSid@CSecurity@@XZ +?GetObjectW@?$ILoader@VNtDsApiDllLoader@@@@IBEPAVNtDsApiDllLoader@@XZ +?GetObjectW@?$ILoader@VResources@Locale@@@@IBEPAVResources@Locale@@XZ +?GetObjectW@?$ILoader@VShell32DllLoader@@@@IBEPAVShell32DllLoader@@XZ +?GetObjectW@?$ILoader@VShlWApiDllLoader@@@@IBEPAVShlWApiDllLoader@@XZ +?GetObjectW@?$ILoader@VSubscriptionManager@@@@IBEPAVSubscriptionManager@@XZ +?GetObjectW@?$ILoader@VUser32DllLoader@@@@IBEPAVUser32DllLoader@@XZ +?GetObjectW@?$ILoader@VWSManMemCryptManager@@@@IBEPAVWSManMemCryptManager@@XZ +?GetOperationId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetOptionCount@CWSManResourceNoResourceUri@@QAEKXZ +?GetOptionTypes@CWSManResourceNoResourceUri@@QAEPAPBGXZ +?GetOptionValue@CWSManResourceNoResourceUri@@QAEPBGPBG@Z +?GetOptions@CWSManResourceNoResourceUri@@QAEPAU_WSMAN_OPTION@@XZ +?GetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QAEHXZ +?GetOptionsSetXml@PacketParser@@QAEABV?$PacketElement@PAU_FWXML_ELEMENT@@@1@XZ +?GetOriginalUri@CWSManResource@@QAEPBGXZ +?GetPacket@PacketParser@@QAEPAVPacket@@XZ +?GetPacketPool@PacketParser@@QAEAAVPacketPool@@XZ +?GetParser@XmlReader@@QAEPAXXZ +?GetPath@Fragment@PacketParser@@QBEPBGXZ +?GetPolicyLocation@CWSManGroupPolicyManager@@AAEPBGPBU_WSMAN_POLICY_INFO@@@Z +?GetPolicyValueForConfigSetting@CConfigManager@@AAEJW4ConfigSetting@@KPAGPAKPAW4WSManGroupPolicySettingState@@PAVIRequestContext@@@Z +?GetPolicyValueForConfigSetting@CConfigManager@@AAEJW4ConfigSetting@@PAKPAW4WSManGroupPolicySettingState@@PAVIRequestContext@@@Z +?GetProfileCount@UserRecord@@QAEJXZ +?GetProfileHandle@UserRecord@@QAE_JXZ +?GetPromptType@SoapSemanticConverter@@AAE_NPBGPAW4_MI_PromptType@@PAVIRequestContext@@@Z +?GetQuotaRecord@UserRecord@@QBEPBVQuotaRecord@@XZ +?GetRefCount@ILifeTimeMgmt@@QAEJXZ +?GetReferenceParameters@ReferenceParameters@PacketParser@@QBEPBGXZ +?GetReferenceProperties@ReferenceParameters@PacketParser@@QBEPBGXZ +?GetRemainderPacket@PacketParser@@QAEPAVPacket@@PAVIRequestContext@@@Z +?GetReplyToXml@PacketParser@@QBEABVReferenceParameters@1@XZ +?GetRequestedDataLocale@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetRequestedLocale@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetResourceUri@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetRoot@XmlReader@@QAEPAU_FWXML_ELEMENT@@XZ +?GetSecurity@CWSManSecurityUI@@UAGJKPAPAXH@Z +?GetSecurityDescriptor@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@PAPAXPAW4WSManConfigSource@@@Z +?GetSelectorSetXml@PacketParser@@QAEABV?$PacketElement@PAU_FWXML_ELEMENT@@@1@XZ +?GetSequenceId@PacketParser@@QBEABV?$PacketElement@_K@1@XZ +?GetServiceCatalog@@YGPAVCatalog@@XZ +?GetSessionId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetSessionIdGuid@PacketParser@@QAEAAU_GUID@@XZ +?GetSessionIdGuid@SessionId@PacketParser@@QAEAAU_GUID@@XZ +?GetSetting@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@KPAGPAKPAW4WSManConfigSource@@@Z +?GetShellCompressionType@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetSid@CSecurity@@SGPAXXZ +?GetSizeInUse@SBUFFER@@QBEIXZ +?GetSoapBody@PacketParser@@QAEPAU_FWXML_ELEMENT@@XZ +?GetSoapHeaders@PacketParser@@QAEPAU_FWXML_ELEMENT@@XZ +?GetSourceSubscriptionId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetSpaceUsed@BufferFormatter@@UBEK_N@Z +?GetSpaceUsed@CircularBufferFormatter@@UBEK_N@Z +?GetStrPtr@TSTRBUFFER@@QAEPAGXZ +?GetString@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@KPAGPAKPAW4WSManConfigSource@@@Z +?GetString@CWSManGroupPolicyManager@@QAEHPAVIRequestContext@@W4WSManGroupPolicySetting@@KPAGPAKPAW4WSManGroupPolicySettingState@@@Z +?GetString@Locale@@QAEPBGXZ +?GetStringInternal@CConfigManager@@AAEHPAVIRequestContext@@W4ConfigSetting@@KKPAGPAKPAW4WSManConfigSource@@@Z +?GetStringInternal@CWSManGroupPolicyManager@@AAEHPAVIRequestContext@@W4WSManGroupPolicySetting@@KKPAGPAKPAW4WSManGroupPolicySettingState@@@Z +?GetSubscriptionId@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetSuccessCode@OnHTTPInitialize@@QBEKXZ +?GetTimeout@PacketParser@@QBEABV?$PacketElement@K@1@XZ +?GetTo@PacketParser@@QBEABV?$PacketElement@PBG@1@XZ +?GetToken@CSecurity@@SGPAXXZ +?GetToken@UserRecord@@QAEPAXXZ +?GetUpdatedSDDL@CWSManSecurityUI@@QAEPAGPAVIRequestContext@@@Z +?GetUri@CWSManResource@@QAEPBGXZ +?GetUserAdministratorType@UserRecord@@QBE?AW4AdministratorType@UserAuthzRecord@@XZ +?GetUserNameW@UserRecord@@QAEPBGXZ +?GetValue@?$PacketElement@K@PacketParser@@QBEKXZ +?GetValue@?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QBEPAU_FWXML_ELEMENT@@XZ +?GetValue@?$PacketElement@PBG@PacketParser@@QBEPBGXZ +?GetValue@?$PacketElement@_K@PacketParser@@QBE_KXZ +?GetWsmanData@TSTRBUFFER@@QAEXPAU_WSMAN_DATA@@@Z +?GetXmlDoc@PacketParser@@QAEPAUFWXML_DOCUMENT@@XZ +?GrowBuffer@BufferFormatter@@UAEKK@Z +?GrowBuffer@BufferFormatter@@UAEKXZ +?GrowBuffer@CircularBufferFormatter@@UAEKK@Z +?GrowBuffer@CircularBufferFormatter@@UAEKXZ +?HandleAutoConfiguredListener@CConfigManager@@QAEHPAVIRequestContext@@PAVLISTENER_IDENTITY@@@Z +?HandleMigration@@YGHPAVWSManMigrationContext@@@Z +?HasFaultXML@CRequestContext@@QBEHXZ +?HasHtmlError@CRequestContext@@ABEHXZ +?HasOption@CWSManResourceNoResourceUri@@QAEHPBG@Z +?ImpersonateUserOrSelf@CSecurity@@SGHW4CallSiteId@@PAX@Z +?IncreaseProfileCount@UserRecord@@QAEXXZ +?Info@EventLog@@SGXK@Z +?Info@EventLog@@SGXKGPAPBG@Z +?Info@EventLog@@SGXKPBG@Z +?Init@CBaseConfigCache@@IAEHPAVIRequestContext@@H@Z +?Init@CWSManSecurityUI@@QAEHPAG0PAVIRequestContext@@@Z +?Init@ConfigRegistry@@IAEHXZ +?Init@XmlReader@@QAEHPAVIRequestContext@@PAUWSMAN_OBJECT@@@Z +?Init@XmlReader@@QAEHPAVIRequestContext@@PBG@Z +?InitCfgMgr@CConfigManager@@AAEHPAVWSMANCONFIGTABLE_IDENTITY@@@Z +?InitCfgMgr@CConfigManager@@AAEHPAVWSMANCONFIGTABLE_IDENTITY@@PAUHKEY__@@1@Z +?InitMap@CBaseConfigCache@@CGHPAVIRequestContext@@AAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@@Z +?Initialize@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@PAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PAVListenerEvents@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@PAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PAVListenerSourceSubscription@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@PAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PAVIISEndpoint@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@UAE_NAAVIRequestContext@@@Z +?Initialize@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@VStringKeyCI@@K@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAEAAV1@XZ +?Initialize@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEAAV1@XZ +?Initialize@CWSManGroupPolicyManager@@AAEHPAVIRequestContext@@PBG@Z +?Initialize@EventHandler@WSMan@@QAE_NAAVIRequestContext@@@Z +?Initialize@UserRecord@@SGXAAV1@ABUInitializer@1@@Z +?InitializeSources@CBaseConfigCache@@IAEHPAVIRequestContext@@HH@Z +?InitializeSourcesHelper@CBaseConfigCache@@MAEHPAVIRequestContext@@H@Z +?InitializeSourcesHelper@CClientConfigCache@@EAEHPAVIRequestContext@@H@Z +?InsertAtPosition@TSTRBUFFER@@QAEJPBGI@Z +?InternalFailure@CErrorContext@@UAAXKZZ +?InternalFailure@CRequestContext@@UAAXKZZ +?InternalHResult@CErrorContext@@UAAXKKZZ +?InternalHResult@CRequestContext@@UAAXKKZZ +?InternalParse@CWSManEPR@@MAEHPAVIRequestContext@@@Z +?InternalParse@CWSManResource@@MAEHPAVIRequestContext@@@Z +?IsActive@ChildLifeTimeManager@@QAE_NXZ +?IsAdmin@UserRecord@@QBE_NXZ +?IsAutoListenerConfigurationOn@CConfigManager@@SGHPAVIRequestContext@@PAH@Z +?IsCIM_Error@CRequestContext@@QAEHXZ +?IsCurrentListenerAutoConfigured@CConfigManager@@QAEHPAVIRequestContext@@PAH@Z +?IsCurrentListenerCompat@CConfigManager@@QBE_NXZ +?IsDynAlloced@RBUFFER@@IBEHXZ +?IsEPR@CWSManEPR@@UAEHXZ +?IsEPR@CWSManResourceNoResourceUri@@UAEHXZ +?IsEmpty@?$ILoader@VAdminSid@CSecurity@@@@QBE_NXZ +?IsEmpty@?$ILoader@VEventHandler@WSMan@@@@QBE_NXZ +?IsEmpty@?$ILoader@VInteractiveSid@CSecurity@@@@QBE_NXZ +?IsEmpty@?$ILoader@VIpHlpApiDllLoader@@@@QBE_NXZ +?IsEmpty@?$ILoader@VMachineName@@@@QBE_NXZ +?IsEmpty@?$ILoader@VNetworkServiceSid@CSecurity@@@@QBE_NXZ +?IsEmpty@?$ILoader@VNtDsApiDllLoader@@@@QBE_NXZ +?IsEmpty@?$ILoader@VResources@Locale@@@@QBE_NXZ +?IsEmpty@?$ILoader@VShell32DllLoader@@@@QBE_NXZ +?IsEmpty@?$ILoader@VShlWApiDllLoader@@@@QBE_NXZ +?IsEmpty@?$ILoader@VSubscriptionManager@@@@QBE_NXZ +?IsEmpty@?$ILoader@VUser32DllLoader@@@@QBE_NXZ +?IsEmpty@?$ILoader@VWSManMemCryptManager@@@@QBE_NXZ +?IsEmpty@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QBE_NXZ +?IsEmpty@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QBE_NXZ +?IsEmpty@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QBE_NXZ +?IsEvent@SoapSemanticConverter@@QAE_NPAU_FWXML_ELEMENT@@@Z +?IsEventEnabled@EventHandler@WSMan@@SG_NABU_EVENT_DESCRIPTOR@@@Z +?IsEventProviderEnabled@EventHandler@WSMan@@SG_NXZ +?IsFound@?$PacketElement@K@PacketParser@@QBEHXZ +?IsFound@?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QBEHXZ +?IsFound@?$PacketElement@PBG@PacketParser@@QBEHXZ +?IsFound@?$PacketElement@_K@PacketParser@@QBEHXZ +?IsGeneratingError@CErrorContext@@UBE_NXZ +?IsIdentifyPacket@PacketParser@@QBEHXZ +?IsInCommitMode@BufferFormatter@@QAE_NXZ +?IsInteractive@UserRecord@@QBE_NXZ +?IsLocalSystemSid@CSecurity@@SGHPAX@Z +?IsMustUnderstand@?$PacketElement@PBG@PacketParser@@QBEHXZ +?IsNonOperativePacket@PacketParser@@QBEHXZ +?IsPolicyControlledSetting@CConfigManager@@QAEHPAVIRequestContext@@W4ConfigSetting@@PAH@Z +?IsRobustConnectionPacket@PacketParser@@QBEHXZ +?IsStreamingEvent@SoapSemanticConverter@@QAE_NPAU_FWXML_ELEMENT@@PAVIRequestContext@@@Z +?IsStringNullOrEmpty@@YGHPBG@Z +?IsValid@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QBE_NXZ +?IsValid@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@QBE_NXZ +?IsValid@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QBE_NXZ +?IsValid@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QBE_NXZ +?IsValid@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QBE_NXZ +?IsValid@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@PAXUEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@UPluginKey@@K@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VKey@Locale@@K@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@PAVListenerEvents@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@PAVListenerSourceSubscription@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@K@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@PAVIISEndpoint@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QBE_NXZ +?IsValid@?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@QBE_NXZ +?IsValid@CWSManCriticalSection@@QBEHXZ +?IsValid@RBUFFER@@IBEHXZ +?Key@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QBEPBVStringKeyCI@@ABV2@@Z +?Key@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QBEPBVStringKeyCI@@ABV2@@Z +?Key@?$SafeMap_Iterator@VKey@Locale@@K@@QBEABV0Locale@@XZ +?Key@?$SafeMap_Iterator@VStringKeyCI@@K@@QBEABVStringKeyCI@@XZ +?Key@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QBEABVStringKeyCI@@XZ +?LogError@CBaseConfigCache@@UAEXKK@Z +?LogErrorCode@CErrorContext@@QAEXXZ +?LogErrorCode@CRequestContext@@QAEXXZ +?LogErrorMessage@CRequestContext@@QAEXXZ +?LogNotificationEvent@CWSManGroupPolicyManager@@CGXK@Z +?LogReadErrors@CBaseConfigCache@@IAE?AW4ErrorLogging@@W4ConfigChangeSources@@@Z +?LowerBound@?$SafeMap_Iterator@VKey@Locale@@K@@QAEXABVKey@Locale@@@Z +?MakeUrlBinding@@YGHKPAGPAKPBG222@Z +?MakeUrlBinding@@YGPAGPAVIRequestContext@@PBG111@Z +?MapGeneric@CWSManSecurityUI@@UAGJPBU_GUID@@PAEPAK@Z +?Me@?$AutoCleanup@V?$AutoDelete@D@@PAD@@AAEAAV?$AutoDelete@D@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@G@@PAG@@AAEAAV?$AutoDelete@G@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@AAEAAV?$AutoDelete@UIPRange@CWSManIPFilter@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@U_SID@@@@PAU_SID@@@@AAEAAV?$AutoDelete@U_SID@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@AAEAAV?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@AAEAAV?$AutoDelete@V?$Handle@VISubscription@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@PAV?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@AAEAAV?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@AAEAAV?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@AAEAAV?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@AAEAAV?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCollector@@@@@@PAV?$SafeSet_Iterator@PAVCollector@@@@@@AAEAAV?$AutoDelete@V?$SafeSet_Iterator@PAVCollector@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVHostOperation@@@@@@PAV?$SafeSet_Iterator@PAVHostOperation@@@@@@AAEAAV?$AutoDelete@V?$SafeSet_Iterator@PAVHostOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@PAV?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@AAEAAV?$AutoDelete@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PAV?$SimpleStack@VCListenerOperation@@@@@@AAEAAV?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PAV?$SimpleStack@VShellHostEntry@@@@@@AAEAAV?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PAV?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@AAEAAV?$AutoDelete@V?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@AAEAAV?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@AAEAAV?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@PAV?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@AAEAAV?$AutoDelete@V?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@AAEAAV?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@AAEAAV?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@PAV?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@AAEAAV?$AutoDelete@V?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@AAEAAV?$AutoDelete@VAdminSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@AAEAAV?$AutoDelete@VBlockedRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@AAEAAV?$AutoDelete@VCBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@AAEAAV?$AutoDelete@VCCertMapping@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@AAEAAV?$AutoDelete@VCConfigChangeSource@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@AAEAAV?$AutoDelete@VCListenerSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@AAEAAV?$AutoDelete@VCObserverConfigChangeErrors@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@AAEAAV?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@AAEAAV?$AutoDelete@VCShellUriSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@AAEAAV?$AutoDelete@VCWSManEPR@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@AAEAAV?$AutoDelete@VCWSManResource@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@AAEAAV?$AutoDelete@VCertHash@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@AAEAAV?$AutoDelete@VConfigUpdate@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@AAEAAV?$AutoDelete@VEnumSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@AAEAAV?$AutoDelete@VEventHandler@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@AAEAAV?$AutoDelete@VExpiredOperationIdRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@AAEAAV?$AutoDelete@VGPApiManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@AAEAAV?$AutoDelete@VGeneralSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@AAEAAV?$AutoDelete@VIChannelObserverFactory@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@AAEAAV?$AutoDelete@VIQueryDASHSMASHInterface@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@AAEAAV?$AutoDelete@VISpecification@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@AAEAAV?$AutoDelete@VInteractiveSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@AAEAAV?$AutoDelete@VIpHlpApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@AAEAAV?$AutoDelete@VMachineName@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PAVMasterReceiveData@CListenerReceive@@@@AAEAAV?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@AAEAAV?$AutoDelete@VNetworkServiceSid@CSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@AAEAAV?$AutoDelete@VNtDsApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@AAEAAV?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@AAEAAV?$AutoDelete@VPacketCreator@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@AAEAAV?$AutoDelete@VPacketParser@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@AAEAAV?$AutoDelete@VResources@Locale@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@AAEAAV?$AutoDelete@VRunAsConfiguration@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@AAEAAV?$AutoDelete@VSecurityEntry@Catalog@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PAVSendPacketArgs@RobustConnectionBuffer@@@@AAEAAV?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@AAEAAV?$AutoDelete@VServiceSoapProcessor@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@AAEAAV?$AutoDelete@VShell32DllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@AAEAAV?$AutoDelete@VShlWApiDllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@AAEAAV?$AutoDelete@VSubscriptionEnumerator@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@AAEAAV?$AutoDelete@VSubscriptionManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@AAEAAV?$AutoDelete@VTSTRBUFFER@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@AAEAAV?$AutoDelete@VUniqueStringOverflow@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@AAEAAV?$AutoDelete@VUser32DllLoader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@AAEAAV?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@AAEAAV?$AutoDelete@VWSManMemCryptManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@AAEAAV?$AutoDelete@VWmiEnumContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@AAEAAV?$AutoDelete@VXmlReader@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@AAEAAV?$AutoDeleteVector@$$CBG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@AAEAAV?$AutoDeleteVector@D@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@AAEAAV?$AutoDeleteVector@E@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@AAEAAV?$AutoDeleteVector@G@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@H@@PAH@@AAEAAV?$AutoDeleteVector@H@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@AAEAAV?$AutoDeleteVector@PAG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@AAEAAV?$AutoDeleteVector@PBG@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@AAEAAV?$AutoDeleteVector@U_CONFIG_UPDATE@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@AAEAAV?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@AAEAAV?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@AAEAAV?$AutoDeleteVector@U_WSMAN_OPTION@@@@XZ +?Me@?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@AAEAAV?$AutoDeleteVector@X@@XZ +?Me@?$AutoCleanup@V?$AutoFree@E@@PAE@@AAEAAV?$AutoFree@E@@XZ +?Me@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@AAEAAV?$AutoLocklessItemRecycle@VPacket@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@AAEAAV?$AutoRelease@UIAppHostAdminManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@AAEAAV?$AutoRelease@UIAppHostChildElementCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@AAEAAV?$AutoRelease@UIAppHostConfigException@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@AAEAAV?$AutoRelease@UIAppHostElement@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@AAEAAV?$AutoRelease@UIAppHostElementCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@AAEAAV?$AutoRelease@UIAppHostProperty@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@AAEAAV?$AutoRelease@UIAppHostPropertyCollection@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@AAEAAV?$AutoRelease@UIClientSecurity@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@AAEAAV?$AutoRelease@UIEnumWbemClassObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@AAEAAV?$AutoRelease@UIErrorInfo@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@AAEAAV?$AutoRelease@UIUnknown@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@AAEAAV?$AutoRelease@UIWbemClassObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@AAEAAV?$AutoRelease@UIWbemContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@AAEAAV?$AutoRelease@UIWbemLocator@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@AAEAAV?$AutoRelease@UIWbemObjectTextSrc@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@AAEAAV?$AutoRelease@UIWbemPath@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@AAEAAV?$AutoRelease@UIWbemPathKeyList@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@AAEAAV?$AutoRelease@UIWbemQualifierSet@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@AAEAAV?$AutoRelease@UIWbemQuery@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@AAEAAV?$AutoRelease@UIWbemServices@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@AAEAAV?$AutoRelease@VApplication@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@AAEAAV?$AutoRelease@VCBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PAVCClientConfigCache@@@@AAEAAV?$AutoRelease@VCClientConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@AAEAAV?$AutoRelease@VCClientConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@AAEAAV?$AutoRelease@VCCommonConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@AAEAAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@AAEAAV?$AutoRelease@VCConfigManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PAVCListenerCommand@@@@AAEAAV?$AutoRelease@VCListenerCommand@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PAVCListenerMasterOperation@@@@AAEAAV?$AutoRelease@VCListenerMasterOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PAVCListenerReceive@@@@AAEAAV?$AutoRelease@VCListenerReceive@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PAVCListenerShell@@@@AAEAAV?$AutoRelease@VCListenerShell@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@@AAEAAV?$AutoRelease@VCRemoteOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@AAEAAV?$AutoRelease@VCRemoteSession@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@AAEAAV?$AutoRelease@VCRequestContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@AAEAAV?$AutoRelease@VCServiceCommonConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@AAEAAV?$AutoRelease@VCServiceConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@AAEAAV?$AutoRelease@VCServiceConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@AAEAAV?$AutoRelease@VCWSManEPR@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@AAEAAV?$AutoRelease@VCWSManGroupPolicyCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@AAEAAV?$AutoRelease@VCWSManGroupPolicyManager@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@AAEAAV?$AutoRelease@VCWSManObject@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@AAEAAV?$AutoRelease@VCWSManResource@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PAVCWSManSession@@@@AAEAAV?$AutoRelease@VCWSManSession@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@AAEAAV?$AutoRelease@VCWinRSPluginConfigCache@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@AAEAAV?$AutoRelease@VCWinRSPluginConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@AAEAAV?$AutoRelease@VCommand@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@AAEAAV?$AutoRelease@VConfigNotification@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@AAEAAV?$AutoRelease@VEnumSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@AAEAAV?$AutoRelease@VGeneralSinkEx@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PAVHostMappingTable@@@@AAEAAV?$AutoRelease@VHostMappingTable@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PAVIISConfigSettings@@@@AAEAAV?$AutoRelease@VIISConfigSettings@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@AAEAAV?$AutoRelease@VIPCSoapProcessor@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@AAEAAV?$AutoRelease@VIRequestContext@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@AAEAAV?$AutoRelease@VISubscription@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@AAEAAV?$AutoRelease@VInboundRequestDetails@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PAVProxyManager@Client@WSMan@@@@AAEAAV?$AutoRelease@VProxyManager@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PAVProxySelection@Client@WSMan@@@@AAEAAV?$AutoRelease@VProxySelection@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PAVPushSubscribeOperation@@@@AAEAAV?$AutoRelease@VPushSubscribeOperation@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PAVPushSubscription@@@@AAEAAV?$AutoRelease@VPushSubscription@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VReceiveOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VReconnectOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VSendOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@AAEAAV?$AutoRelease@VShell@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PAVShellInfo@@@@AAEAAV?$AutoRelease@VShellInfo@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@AAEAAV?$AutoRelease@VSignalOperation@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@AAEAAV?$AutoRelease@VUserRecord@@@@XZ +?Me@?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@AAEAAV?$AutoRelease@VWSManHttpListener@@@@XZ +?Me@?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PAVHostMappingTableEntry@@@@AAEAAV?$AutoReleaseEx@VHostMappingTableEntry@@@@XZ +?Me@?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@AAEAAV?$AutoReleaseEx@VShell@Client@WSMan@@@@XZ +?Me@?$AutoCleanup@VAutoBstr@@PAG@@AAEAAVAutoBstr@@XZ +?Me@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@AAEAAVAutoBstrNoAlloc@@XZ +?Me@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@AAEAAVAutoCertContext@@XZ +?Me@?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@AAEAAVAutoChainContext@@XZ +?Me@?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@AAEAAVAutoCoTaskMemFree@@XZ +?Me@?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@AAEAAVAutoFwXmlCloseParser@@XZ +?Me@?$AutoCleanup@VAutoHandle@@PAX@@AAEAAVAutoHandle@@XZ +?Me@?$AutoCleanup@VAutoImpersonateUser@@PAX@@AAEAAVAutoImpersonateUser@@XZ +?Me@?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@AAEAAVAutoLibrary@@XZ +?Me@?$AutoCleanup@VAutoLocalFree@@PAX@@AAEAAVAutoLocalFree@@XZ +?Me@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@AAEAAVAutoMIClass@@XZ +?Me@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@AAEAAVAutoMIInstance@@XZ +?Me@?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@AAEAAVAutoObject@@XZ +?Me@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@AAEAAVAutoRegKey@@XZ +?Me@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@AAEAAVAutoSecurityDescriptor@@XZ +?Me@?$AutoCleanup@VAutoWaitHandle@@PAX@@AAEAAVAutoWaitHandle@@XZ +?MoveSettingsToMigrationKey@@YGHPAVIRequestContext@@_N@Z +?NUM_BOMS@PacketFormatter@@0HB DATA +?NUM_CHARSETS@PacketFormatter@@0HB DATA +?Next@TSTRBUFFER@@QBEPBGPBG@Z +?NextCertMapping@CConfigManager@@QAEHXZ +?NextListener@CConfigManager@@QAEHXZ +?NextRow@CConfigManager@@QAEHXZ +?NextShellUri@CConfigManager@@QAEHXZ +?NoSemantics@ExtendedSemantic@@2KB DATA +?NotifyObservers@CWSManGroupPolicyManager@@UAEHPAVIRequestContext@@PAVIWSManGroupPolicyCacheDataProvider@@@Z +?OnChange@CBaseConfigCache@@UAEXW4ConfigChangeSources@@KW4ConfigChangeSeverityType@@@Z +?OpenRegKey@ConfigRegistry@@IAEJPAU_CONFIG_INFO@@KPAVWSMANCONFIGTABLE_IDENTITY@@PAVAutoRegKey@@PAUHKEY__@@@Z +?OverrideMaxEnvelopeSize@PacketParser@@QAEXK@Z +?OverrideTimeout@PacketParser@@QAEXK@Z +?Parse@CWSManResource@@SGPAV1@PAVIRequestContext@@PBG11PAU_WSMAN_SELECTOR_SET@@PAU_WSMAN_OPTION_SET@@H@Z +?Parse@CWSManResource@@SGPAV1@PAVIRequestContext@@PBGH@Z +?Parse@XmlReader@@AAEHPAVIRequestContext@@@Z +?ParseAction@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@_N@Z +?ParseActivityId@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseBookmark@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseDataLocale@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseEprElement@CWSManEPR@@SGPAV1@PAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ParseEvent@SoapSemanticConverter@@QAEPAVSemanticMessage@@PAU_FWXML_ELEMENT@@PAKPAVIRequestContext@@@Z +?ParseFaultTo@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseFragment@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseHeader@PacketParser@@AAEHPAVCRequestContext@@PAU_FWXML_ELEMENT@@HPAVCServiceCommonConfigSettings@@@Z +?ParseHeaders@CWSManResourceNoResourceUri@@QAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@11@Z +?ParseHeaders@PacketParser@@AAEHPAVCRequestContext@@PAVCServiceCommonConfigSettings@@@Z +?ParseLocale@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseMachineID@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ParseMaxEnvelopeSize@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@HPAVCServiceCommonConfigSettings@@@Z +?ParseMessageId@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@_N@Z +?ParseOperationId@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseOptionSet@CWSManResourceNoResourceUri@@QAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ParseOptions@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParsePacket@PacketParser@@QAEHPAVCRequestContext@@PAVPacket@@PAVCServiceCommonConfigSettings@@@Z +?ParsePacketInternal@PacketParser@@AAEHPAVCRequestContext@@PAU_FWXML_ELEMENT@@PAVCServiceCommonConfigSettings@@@Z +?ParseReplyTo@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ParseResourceLocator@CWSManResource@@SGPAV1@PAVIRequestContext@@PAU_WSMAN_RESOURCE_LOCATOR@@@Z +?ParseResourceUri@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseResponse@SoapSemanticConverter@@QAE_NPAU_FWXML_ELEMENT@@PAKPA_NPAVIRequestContext@@@Z +?ParseRobustConnectionAckSequenceId@PacketParser@@AAEKPA_K@Z +?ParseRobustConnectionMessages@PacketParser@@QAEKPAW4PacketType@1@PA_NPA_K2@Z +?ParseSelectors@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseSequenceId@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ParseSessionId@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseShellCompression@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseStream@PacketParser@@QAEXPAVCRequestContext@@PAVITransportReceiver@@PAVPacket@@PAVCServiceCommonConfigSettings@@@Z +?ParseSubscriptionAgentPacket@PacketParser@@QAEHPAVCRequestContext@@PAVPacket@@PAVCServiceConfigSettings@@@Z +?ParseSubscriptionID@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@H@Z +?ParseTimeout@PacketParser@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@HPAVCServiceCommonConfigSettings@@@Z +?ParseToAddress@PacketParser@@AAEHPAVCRequestContext@@PAU_FWXML_ELEMENT@@@Z +?Passed@CErrorContext@@UBEHXZ +?PolicyChanged@CWSManGroupPolicyManager@@AAEXE@Z +?PostChange@CBaseConfigCache@@MAEHPAVIRequestContext@@PAVCCommonConfigSettings@@1@Z +?PostChange@CServiceConfigCache@@EAEHPAVIRequestContext@@PAVCCommonConfigSettings@@1@Z +?PostError@CBaseConfigCache@@MAEXK@Z +?PostError@CServiceConfigCache@@EAEXK@Z +?PrepareToCommitWithSize@BufferFormatter@@UAEKK@Z +?PrepareToCommitWithSize@CircularBufferFormatter@@UAEKK@Z +?PrintHandleTrace@@YGXPAX@Z +?PrintReleaseTrace@@YGXPAXJ@Z +?PrintUnregisterWaitTrace@@YGXPAX@Z +?ProcessContext@CErrorContext@@UAEHHPAKPAU_WSMAN_FAULT_OBJECT@@@Z +?ProcessContext@CErrorContext@@UAEHHPAU_WSMAN_ERROR@@@Z +?ProcessContext@CRequestContext@@QAEHHPAU_WSMAN_ENUMERATOR_RESULT@@@Z +?ProcessContext@CRequestContext@@QAEHHPAU_WSMAN_EVENTS_RESULT@@@Z +?ProcessContext@CRequestContext@@QAEHHPAU_WSMAN_RESULT@@@Z +?ProcessContext@CRequestContext@@QAEHHPAU_WSMAN_STATUS@@@Z +?ProcessContext@CRequestContext@@UAEHHPAKPAU_WSMAN_FAULT_OBJECT@@@Z +?ProcessContext@CRequestContext@@UAEHHPAU_WSMAN_ERROR@@@Z +?ProcessEPR@CWSManEPR@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ProcessFragmentDialect@CWSManResourceNoResourceUri@@IAEHPAVIRequestContext@@PBGK@Z +?ProcessFragmentPath@CWSManResourceNoResourceUri@@IAEHPAVIRequestContext@@PBGK@Z +?ProcessKey@CWSManResourceNoResourceUri@@IAEHPAVIRequestContext@@PBG1@Z +?ProcessNestedEPR@CWSManResourceNoResourceUri@@IAEHPAVIRequestContext@@PBGPAU_FWXML_ELEMENT@@@Z +?ProcessOption@CWSManResourceNoResourceUri@@IAEHPAVIRequestContext@@PBG11H@Z +?ProcessRefParameters@CWSManEPR@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ProcessRefProperties@CWSManEPR@@AAEHPAVIRequestContext@@PAU_FWXML_ELEMENT@@@Z +?ProcessUri@CWSManResource@@QAEHPAVIRequestContext@@PBGK@Z +?Progress@ExtendedSemantic@@2KB DATA +?PropertySheetPageCallback@CWSManSecurityUI@@UAGJPAUHWND__@@IW4_SI_PAGE_TYPE@@@Z +?ProviderFailure@CErrorContext@@UBEHXZ +?ProviderShutdownCleanup@CWinRSPluginConfigCache@@SGXXZ +?PutOverrideValue@?$PacketElement@K@PacketParser@@QAEXK@Z +?PutOverrideValue@?$PacketElement@PBG@PacketParser@@QAEXPBG@Z +?PutValue@?$PacketElement@K@PacketParser@@QAEXKH@Z +?PutValue@?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QAEXPAU_FWXML_ELEMENT@@H@Z +?PutValue@?$PacketElement@PBG@PacketParser@@QAEXPBGH@Z +?PutValue@?$PacketElement@_K@PacketParser@@QAEX_KH@Z +?PutValue@Fragment@PacketParser@@QAEXPBG0H@Z +?PutValue@NotUnderstandSoapHeader@PacketParser@@QAEXPBG00@Z +?PutValue@ReferenceParameters@PacketParser@@QAEKPAU_FWXML_ELEMENT@@H@Z +?QueryInterface@CWSManSecurityUI@@UAGJABU_GUID@@PAPAX@Z +?QueryPtr@RBUFFER@@QBEPAXXZ +?QueryRegValue@CConfigManager@@AAEJPAU_CONFIG_INFO@@PAKKPAE1@Z +?QueryRegValue@CWSManGroupPolicyManager@@AAEJPAVIRequestContext@@PBU_WSMAN_POLICY_INFO@@PAKKPAE2@Z +?QuerySize@RBUFFER@@QBEIXZ +?QueryStr@TSTRBUFFER@@QBEPBGXZ +?QuotaComplete@UserRecord@@UAEXPAU_WSMAN_AUTHZ_QUOTA@@KPBG@Z +?ReAlloc@WSManMemory@@SGPAXPAXIHW4_NitsFaultMode@@@Z +?ReadCertMappingRegistryKey@CConfigManager@@SGHPAVIRequestContext@@PAVCERTMAPPING_IDENTITY@@PAG@Z +?ReadCredentialsFromCredmanStore@CConfigManager@@SGHPAVIRequestContext@@PAG1@Z +?ReadCurrentSettings@CClientConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@W4ErrorLogging@@@Z +?ReadCurrentSettings@CServiceConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@W4ErrorLogging@@@Z +?ReadCurrentSettings@CWinRSPluginConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@W4ErrorLogging@@@Z +?ReadDefaultSettings@CClientConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@@Z +?ReadDefaultSettings@CServiceConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@@Z +?ReadDefaultSettings@CWinRSPluginConfigCache@@EAEPAVCCommonConfigSettings@@PAVIRequestContext@@@Z +?ReadShellUriRegistryKey@CConfigManager@@SGHPAVIRequestContext@@PAVSHELLURI_IDENTITY@@PAG@Z +?ReadTableRegistryKey@CConfigManager@@SGHPAVIRequestContext@@PAVWSMANCONFIGTABLE_IDENTITY@@PAG@Z +?ReallocStorage@RBUFFER@@IAEHI@Z +?RecordAccessDenied@CErrorContext@@UAEXXZ +?RecordAccessDenied@CRequestContext@@UAEXXZ +?RecordAccessDeniedWithDetail@CErrorContext@@UAAXKZZ +?RecordAccessDeniedWithDetail@CRequestContext@@UAAXKZZ +?RecordFailure@CErrorContext@@UAAXKKZZ +?RecordFailure@CErrorContext@@UAAXW4_MI_Result@@KKZZ +?RecordFailure@CErrorContext@@UAEXK@Z +?RecordFailure@CErrorContext@@UAEXPAU_WSMAN_FAULT_OBJECT@@@Z +?RecordFailure@CRequestContext@@AAEXKKPAPAD0@Z +?RecordFailure@CRequestContext@@UAAXKKZZ +?RecordFailure@CRequestContext@@UAAXW4_MI_Result@@KKZZ +?RecordFailure@CRequestContext@@UAEXK@Z +?RecordFailure@CRequestContext@@UAEXPAU_WSMAN_FAULT_OBJECT@@@Z +?RecordHresult@CErrorContext@@UAAXKKZZ +?RecordHresult@CRequestContext@@UAAXKKZZ +?RecordHtmlError@CRequestContext@@QAEHKPAU_FWXML_ELEMENT@@@Z +?RecordHtmlError@CRequestContext@@QAEHKPBGK@Z +?RecordMIFailure@IRequestContext@@QAEXW4_MI_Result@@K@Z +?RecordOutOfMemory@CErrorContext@@UAEXXZ +?RecordOutOfMemory@CRequestContext@@UAEXXZ +?RecordProviderFailure@CErrorContext@@UAEXPAU_WSMAN_FAULT_OBJECT@@PBG1@Z +?RecordProviderFailure@CRequestContext@@QAEXKHPBG00@Z +?RecordProviderFailure@CRequestContext@@UAEXPAU_WSMAN_FAULT_OBJECT@@PBG1@Z +?RecordSoapError@CErrorContext@@UAEHKPBG@Z +?RecordSoapError@CRequestContext@@QAEHKPAU_FWXML_ELEMENT@@@Z +?RecordSoapError@CRequestContext@@UAEHKPBG@Z +?RecordText@CRequestContext@@AAEHKPBGIK@Z +?RecordXml@CRequestContext@@AAEHKPAU_FWXML_ELEMENT@@K@Z +?Refresh@UserRecord@@QAEXXZ +?RegisterChild@ChildLifeTimeManager@@QAE_NXZ +?RegisterChunkBoundary@CircularBufferFormatter@@QAEKXZ +?RegisterConfigChangeNotification@CConfigManager@@QAEPAVConfigNotification@@PAX@Z +?RegisterForPolicyNotification@CWSManGroupPolicyManager@@AAEHPAVIRequestContext@@H@Z +?RegisterModule@@YGJKPAVIHttpModuleRegistrationInfo@@PAVIHttpServer@@@Z +?Release@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCCertMapping@@UEmpty@@V?$SafeSet_Iterator@PAVCCertMapping@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerConnect@@PAV1@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerReceive@@PAV1@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerSend@@PAV1@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@UBEXXZ +?Release@?$SafeMap@PAVCListenerSignal@@PAV1@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@UBEXXZ +?Release@?$SafeMap@PAVCShellUriSettings@@UEmpty@@V?$SafeSet_Iterator@PAVCShellUriSettings@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeMap_Iterator@PAVCollector@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVCollector@@UEmpty@@V?$SafeSet_Iterator@PAVCollector@@@@@@UBEXXZ +?Release@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeMap_Iterator@PAVHostOperation@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVHostOperation@@UEmpty@@V?$SafeSet_Iterator@PAVHostOperation@@@@@@UBEXXZ +?Release@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeMap_Iterator@PAVIOperation@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVIOperation@@UEmpty@@V?$SafeSet_Iterator@PAVIOperation@@@@@@UBEXXZ +?Release@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVListenerSourceSubscription@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVListenerSourceSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@UBEXXZ +?Release@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeMap_Iterator@PAVPushSubscription@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@PAVPushSubscription@@UEmpty@@V?$SafeSet_Iterator@PAVPushSubscription@@@@@@UBEXXZ +?Release@?$SafeMap@PAXUEmpty@@V?$SafeSet_Iterator@PAX@@@@UBEXXZ +?Release@?$SafeMap@UPluginKey@@KV?$SafeMap_Iterator@UPluginKey@@K@@@@UBEXXZ +?Release@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@UBEXXZ +?Release@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@UBEXXZ +?Release@?$SafeMap@VGuidKey@@PAVCListenerCommand@@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@UBEXXZ +?Release@?$SafeMap@VKey@CWmiPtrCache@@VMapping@2@V?$SafeMap_Iterator@VKey@CWmiPtrCache@@VMapping@2@@@@@UBEXXZ +?Release@?$SafeMap@VKey@Locale@@KV?$SafeMap_Iterator@VKey@Locale@@K@@@@UBEXXZ +?Release@?$SafeMap@VStringKey@@PAVListenerEvents@@V?$SafeMap_Iterator@VStringKey@@PAVListenerEvents@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKey@@PAVListenerSourceSubscription@@V?$SafeMap_Iterator@VStringKey@@PAVListenerSourceSubscription@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKey@@UOption@WinRM_OperationOptions@@V?$SafeMap_Iterator@VStringKey@@UOption@WinRM_OperationOptions@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyCI@@PAVIISEndpoint@@V?$SafeMap_Iterator@VStringKeyCI@@PAVIISEndpoint@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeMap_Iterator@VStringKeyCI@@UEmpty@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@UBEXXZ +?Release@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@UBEXXZ +?Release@?$SafeMap@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@V?$SafeMap_Iterator@VTokenCacheKey@ServiceSoapProcessor@@VTokenCacheMapping@2@@@@@UBEXXZ +?Release@?$SafeMap@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@UBEXXZ +?Release@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@UBEXXZ +?Release@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAEXXZ +?Release@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAEXXZ +?Release@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAEXXZ +?Release@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAEXXZ +?Release@?$SafeMap_Iterator@VStringKeyCI@@K@@QAEXXZ +?Release@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAEXXZ +?Release@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEXXZ +?Release@?$SafeMap_Lock@PAVCCertMapping@@UEmpty@@V?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@@@QAEXXZ +?Release@?$SafeMap_Lock@PAVCListenerOperation@@UEmpty@@V?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@@@QAEXXZ +?Release@?$SafeMap_Lock@PAVCShellUriSettings@@UEmpty@@V?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@@@QAEXXZ +?Release@?$SafeMap_Lock@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QAEXXZ +?Release@?$SafeMap_Lock@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAEXXZ +?Release@?$SafeMap_Lock@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAEXXZ +?Release@?$SafeMap_Lock@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@QAEXXZ +?Release@CBaseConfigCache@@UAEJP6GXPAX@Z0@Z +?Release@CWSManCriticalSection@@QAEXXZ +?Release@CWSManSecurityUI@@UAGKXZ +?Release@ILifeTimeMgmt@@UAEJP6GXPAX@Z0@Z +?Release@UserRecord@@QAEJXZ +?ReleaseExclusive@FastLock@@QAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@D@@PAD@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@G@@PAG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@U_SID@@@@PAU_SID@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@U_WSMAN_STREAM_ID_SET@@@@PAU_WSMAN_STREAM_ID_SET@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$Handle@VISubscription@@@@@@PAV?$Handle@VISubscription@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerConnect@@PAV1@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerReceive@@PAV1@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSend@@PAV1@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@PAV?$SafeMap_Iterator@PAVCListenerSignal@@PAV1@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@PAV?$SafeMap_Iterator@VGuidKey@@PAVCListenerCommand@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@VStringKeyCI@@K@@@@PAV?$SafeMap_Iterator@VStringKeyCI@@K@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@PAV?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCCertMapping@@@@@@PAV?$SafeSet@PAVCCertMapping@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet@PAVCShellUriSettings@@@@@@PAV?$SafeSet@PAVCShellUriSettings@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@PAV?$SafeSet_Iterator@PAVCListenerOperation@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVCollector@@@@@@PAV?$SafeSet_Iterator@PAVCollector@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVHostOperation@@@@@@PAV?$SafeSet_Iterator@PAVHostOperation@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@PAV?$SafeSet_Iterator@PAVListenerSourceSubscription@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VCListenerOperation@@@@@@PAV?$SimpleStack@VCListenerOperation@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$SimpleStack@VShellHostEntry@@@@@@PAV?$SimpleStack@VShellHostEntry@@@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@PAV?$queue@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$deque@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@V?$transport_allocator@PAU_WSMAN_PUBLISHER_EVENT_STRUCT@@@@@std@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@PAV?$set@PAVCListenerSettings@@VCListenerSettingsLessFunctor@CServiceConfigSettings@@V?$transport_allocator@PAVCListenerSettings@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@PAV?$set@Usockaddr_storage@@VSockAddrLessFunctor@CListenerSettings@@V?$transport_allocator@Usockaddr_storage@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@PAV?$vector@PAVCWSManRequest@@V?$transport_allocator@PAVCWSManRequest@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@PAV?$vector@PAVHandleImpl@Client@WSMan@@V?$transport_allocator@PAVHandleImpl@Client@WSMan@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@PAV?$vector@PAVIServiceConfigObserver@@V?$transport_allocator@PAVIServiceConfigObserver@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@V?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@PAV?$vector@PAVWSManHttpSenderConnection@@V?$transport_allocator@PAVWSManHttpSenderConnection@@@@@std@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VAdminSid@CSecurity@@@@PAVAdminSid@CSecurity@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VBlockedRecord@@@@PAVBlockedRecord@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCCertMapping@@@@PAVCCertMapping@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCConfigChangeSource@@@@PAVCConfigChangeSource@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCListenerSettings@@@@PAVCListenerSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCObserverConfigChangeErrors@@@@PAVCObserverConfigChangeErrors@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCServiceWatcher@CServiceConfigCache@@@@PAVCServiceWatcher@CServiceConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCShellUriSettings@@@@PAVCShellUriSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCWSManEPR@@@@PAVCWSManEPR@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCWSManResource@@@@PAVCWSManResource@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VCertHash@@@@PAVCertHash@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VConfigUpdate@@@@PAVConfigUpdate@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VEventHandler@WSMan@@@@PAVEventHandler@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VExpiredOperationIdRecord@@@@PAVExpiredOperationIdRecord@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VGPApiManager@@@@PAVGPApiManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIChannelObserverFactory@@@@PAVIChannelObserverFactory@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VInteractiveSid@CSecurity@@@@PAVInteractiveSid@CSecurity@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VIpHlpApiDllLoader@@@@PAVIpHlpApiDllLoader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VMachineName@@@@PAVMachineName@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VMasterReceiveData@CListenerReceive@@@@PAVMasterReceiveData@CListenerReceive@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VNetworkServiceSid@CSecurity@@@@PAVNetworkServiceSid@CSecurity@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VNtDsApiDllLoader@@@@PAVNtDsApiDllLoader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VOptionValue@SessionOptions@Client@WSMan@@@@PAVOptionValue@SessionOptions@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VPacketParser@@@@PAVPacketParser@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VResources@Locale@@@@PAVResources@Locale@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VRunAsConfiguration@@@@PAVRunAsConfiguration@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSecurityEntry@Catalog@@@@PAVSecurityEntry@Catalog@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSendPacketArgs@RobustConnectionBuffer@@@@PAVSendPacketArgs@RobustConnectionBuffer@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VServiceSoapProcessor@@@@PAVServiceSoapProcessor@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VShell32DllLoader@@@@PAVShell32DllLoader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VShlWApiDllLoader@@@@PAVShlWApiDllLoader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSubscriptionEnumerator@@@@PAVSubscriptionEnumerator@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VSubscriptionManager@@@@PAVSubscriptionManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VUniqueStringOverflow@@@@PAVUniqueStringOverflow@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VUser32DllLoader@@@@PAVUser32DllLoader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWSMANCONFIGTABLE_IDENTITY@@@@PAVWSMANCONFIGTABLE_IDENTITY@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWSManMemCryptManager@@@@PAVWSManMemCryptManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@D@@PAD@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@H@@PAH@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_CONFIG_UPDATE@@@@PAU_CONFIG_UPDATE@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@U_WSMAN_OPTION@@@@PAU_WSMAN_OPTION@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoFree@E@@PAE@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VApplication@Client@WSMan@@@@PAVApplication@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCBaseConfigCache@@@@PAVCBaseConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCClientConfigCache@@@@PAVCClientConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCClientConfigSettings@@@@PAVCClientConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCCommonConfigSettings@@@@PAVCCommonConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@PAVCConfigCacheMap@CBaseConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCConfigManager@@@@PAVCConfigManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerCommand@@@@PAVCListenerCommand@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerMasterOperation@@@@PAVCListenerMasterOperation@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerReceive@@@@PAVCListenerReceive@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCListenerShell@@@@PAVCListenerShell@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRemoteOperation@@@@PAVCRemoteOperation@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRemoteSession@@@@PAVCRemoteSession@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCRequestContext@@@@PAVCRequestContext@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceCommonConfigSettings@@@@PAVCServiceCommonConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceConfigCache@@@@PAVCServiceConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCServiceConfigSettings@@@@PAVCServiceConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyCache@@@@PAVCWSManGroupPolicyCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManGroupPolicyManager@@@@PAVCWSManGroupPolicyManager@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManObject@@@@PAVCWSManObject@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManResource@@@@PAVCWSManResource@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWSManSession@@@@PAVCWSManSession@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigSettings@@@@PAVCWinRSPluginConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VConfigNotification@@@@PAVConfigNotification@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VConnectShellOperation@Client@WSMan@@@@PAVConnectShellOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VCreateShellOperation@Client@WSMan@@@@PAVCreateShellOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VDeleteShellOperation@Client@WSMan@@@@PAVDeleteShellOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VDisconnectOperation@Client@WSMan@@@@PAVDisconnectOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VHostMappingTable@@@@PAVHostMappingTable@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIISConfigSettings@@@@PAVIISConfigSettings@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIPCSoapProcessor@@@@PAVIPCSoapProcessor@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VISubscription@@@@PAVISubscription@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VInboundRequestDetails@@@@PAVInboundRequestDetails@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VProxyManager@Client@WSMan@@@@PAVProxyManager@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VProxySelection@Client@WSMan@@@@PAVProxySelection@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VPushSubscribeOperation@@@@PAVPushSubscribeOperation@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VPushSubscription@@@@PAVPushSubscription@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VReconnectOperation@Client@WSMan@@@@PAVReconnectOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VShellInfo@@@@PAVShellInfo@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VUserRecord@@@@PAVUserRecord@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoRelease@VWSManHttpListener@@@@PAVWSManHttpListener@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoReleaseEx@VHostMappingTableEntry@@@@PAVHostMappingTableEntry@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@V?$AutoReleaseEx@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoBstr@@PAG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoCoTaskMemFree@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoFwXmlCloseParser@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoHandle@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoImpersonateUser@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoLibrary@@PAUHINSTANCE__@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoLocalFree@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoObject@@PAUWSMAN_OBJECT@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@AAEXXZ +?ReleasePtr@?$AutoCleanup@VAutoWaitHandle@@PAX@@AAEXXZ +?ReleaseQuota@UserRecord@@QAEXW4OperationType@@PBVProvider@Catalog@@@Z +?ReleaseShared@FastLock@@QAEXXZ +?Remove@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QAE_NABQAVCListenerOperation@@@Z +?Remove@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QAE_NABUUserKey@@@Z +?Remove@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QAE_NABVStringKeyCI@@@Z +?Remove@?$SafeMap@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@V?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@@@QAE_NABVStringKeyCI@@@Z +?Remove@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QAE_NABVStringKeyStore@@@Z +?Remove@?$SafeMap@VStringKeyStore@@PAVServerFullDuplexChannel@@V?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@@@QAE_NABVStringKeyStore@@@Z +?Remove@?$SafeMap@_KPAVSendPacketArgs@RobustConnectionBuffer@@V?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@@@QAE_NAB_K@Z +?RemoveAll@CBaseConfigCache@@KGXPAVFastLock@@AAV?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@@Z +?RemoveFromMap@CBaseConfigCache@@AAEHXZ +?RemoveHttpsBinding@@YGXPBG@Z +?RemoveHttpsCertificate@@YGXPBG0@Z +?RemoveObserver@CServiceConfigCache@@AAEHPAVIServiceConfigObserver@@@Z +?RemovePluginXmlNewAttrForThresholdOrGreater@@YGHPAVIRequestContext@@@Z +?ReportEventW@EventLog@@SGXGKGPAPBG@Z +?Reset@?$PacketElement@K@PacketParser@@QAEX_N@Z +?Reset@?$PacketElement@PAU_FWXML_ELEMENT@@@PacketParser@@QAEX_N@Z +?Reset@?$PacketElement@PBG@PacketParser@@QAEX_N@Z +?Reset@?$PacketElement@_K@PacketParser@@QAEX_N@Z +?Reset@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@PAXUEmpty@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@UPluginKey@@K@@QAEXXZ +?Reset@?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@VKey@Locale@@K@@QAEXXZ +?Reset@?$SafeMap_Iterator@VStringKeyCI@@K@@QAEXXZ +?Reset@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@QAEXXZ +?Reset@?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@QAEXXZ +?Reset@BufferFormatter@@UAEXXZ +?Reset@CErrorContext@@UAEXH@Z +?Reset@CRequestContext@@UAEXH@Z +?Reset@CircularBufferFormatter@@UAEXXZ +?Reset@Locale@@QAEXXZ +?Reset@TSTRBUFFER@@QAEXXZ +?Reset@UserRecord@@QAEXXZ +?ResetProfileCount@UserRecord@@QAEXXZ +?ResetRobustConnectionHeaders@PacketParser@@AAEXXZ +?Resize@RBUFFER@@QAEHI@Z +?Resize@RBUFFER@@QAEHII@Z +?ResizeOptionList@CWSManResourceNoResourceUri@@IAE_NIAAVIRequestContext@@@Z +?RestoreAllPrivileges@@YGHPAU_TOKEN_PRIVILEGES@@@Z +?RetrieveCertMappingIdentity@CConfigManager@@AAEHPAUHKEY__@@PAVCERTMAPPING_IDENTITY@@@Z +?RetrieveListenerIdentity@CConfigManager@@AAEHPAUHKEY__@@PAGPAPAGPAVLISTENER_IDENTITY@@@Z +?RetrieveShellUriIdentity@CConfigManager@@AAEHPAUHKEY__@@PAVSHELLURI_IDENTITY@@@Z +?RetrieveTableIdentity@CConfigManager@@AAEHPAUHKEY__@@PAVWSMANCONFIGTABLE_IDENTITY@@@Z +?RevertToSelf@CSecurity@@SGHXZ +?RtlSecureZeroMemory@XmlReader@@QAEXXZ +?SafeStringToUI64@@YGJPBGEHPA_KPAVIRequestContext@@K@Z +?SetBOM@PacketFormatter@@QAE_NPAVPacket@@@Z +?SetBOM@PacketFormatter@@QAE_NPBEK@Z +?SetCIM_Error@CErrorContext@@UAEXXZ +?SetCIM_Error@CRequestContext@@UAEXXZ +?SetCharset@PacketFormatter@@QAEXW4Charset@1@@Z +?SetCharset@PacketFormatter@@QAE_NPBDK_NPA_N@Z +?SetCharsetAndBom@PacketFormatter@@QAEXW4Charset@1@0@Z +?SetConfigToUseDefaults@CErrorContext@@UAEXH@Z +?SetErrorAction@ExtendedSemantic@@QAEXW4_MI_OperationCallback_ResponseType@@W4_MI_CallbackMode@@@Z +?SetErrorState@CBaseConfigCache@@AAEXPAVCRequestContext@@K@Z +?SetExactCharSize@TSTRBUFFER@@QAEJI@Z +?SetExtendedErrorString@CErrorContext@@UAEXPAG@Z +?SetExtendedErrorString@CRequestContext@@UAEXPAG@Z +?SetExtraLogInfo@CErrorContext@@QAEXPBG000@Z +?SetFault@CErrorContext@@UAEXKKKPBG@Z +?SetFault@CRequestContext@@EAEXKKKPBG@Z +?SetFinishValue@ConfigRegistry@@IAEHPAVIRequestContext@@@Z +?SetFormatterMode@BufferFormatter@@QAEXW4Charset@PacketFormatter@@0@Z +?SetFragmentDialect@CWSManResourceNoResourceUri@@QAEHPBGPAVIRequestContext@@@Z +?SetFragmentPath@CWSManResourceNoResourceUri@@QAEHPBGPAVIRequestContext@@@Z +?SetGeneratingError@CErrorContext@@UAEXXZ +?SetLocale@CRequestContext@@QAE_NPBGK@Z +?SetLocale@Locale@@QAE_NKPBGPAVIRequestContext@@@Z +?SetMachineName@CRequestContext@@QAEKPBG@Z +?SetMachineName@CRequestContext@@QAEKPBGI@Z +?SetMachineName@CRequestContext@@QAEKXZ +?SetMaxEnvelopeSize@CircularBufferFormatter@@QAEXK@Z +?SetOptionsMustUnderstandValue@CWSManResourceNoResourceUri@@QAEXH@Z +?SetProfileHandle@UserRecord@@QAEX_J@Z +?SetProviderFailure@CErrorContext@@UAEXH@Z +?SetSecurity@CWSManSecurityUI@@UAGJKPAX@Z +?SetSize@TSTRBUFFER@@QAEJII@Z +?SetSizeInUse@SBUFFER@@QAEXI@Z +?SetThreadUILanguage@Locale@@QAE_NPAVIRequestContext@@@Z +?SetUpdateMode@BufferFormatter@@UAEXW4Mode@1@@Z +?SetUpdateMode@CircularBufferFormatter@@UAEXW4Mode@BufferFormatter@@@Z +?SetUri@CWSManResource@@QAEHPBGPAVIRequestContext@@@Z +?SetValid@RBUFFER@@IAEXH@Z +?SetXml@ReferenceParameters@PacketParser@@AAEKAAVBufferFormatter@@PAU_FWXML_ELEMENT@@@Z +?Shutdown@CBaseConfigCache@@IAEXXZ +?Shutdown@CConfigManager@@SGHXZ +?Shutdown@CWSManGroupPolicyManager@@SGHXZ +?Shutdown@ChildLifeTimeManager@@QAEXXZ +?ShutdownLocaleMap@Locale@@SGXXZ +?Size@?$SafeMap@PAVCListenerOperation@@UEmpty@@V?$SafeSet_Iterator@PAVCListenerOperation@@@@@@QBEHXZ +?Size@?$SafeMap@UUserKey@@PAVBlockedRecord@@V?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@@@QBEHXZ +?Size@?$SafeMap@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@V?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@@@QBEHXZ +?Size@?$SafeMap@VStringKeyCI@@KV?$SafeMap_Iterator@VStringKeyCI@@K@@@@QBEHXZ +?Size@?$SafeMap@VStringKeyCI@@UEmpty@@V?$SafeSet_Iterator@VStringKeyCI@@@@@@QBEHXZ +?Size@?$SafeMap@VStringKeyStore@@PAVExpiredOperationIdRecord@@V?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@@@QBEHXZ +?SkipOrphans@?$SafeMap_Iterator@PAVCCertMapping@@UEmpty@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@PAVCListenerOperation@@UEmpty@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@PAVCShellUriSettings@@UEmpty@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@PAXUEmpty@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@UPluginKey@@K@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@UUserKey@@PAVBlockedRecord@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VCertThumbprintKey@@VCertThumbprintMappedSet@CServiceConfigSettings@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VKey@Locale@@K@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyCI@@K@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyCI@@UUSER_CONTEXT_INFO@WSManHttpListener@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyStore@@PAVExpiredOperationIdRecord@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@VStringKeyStore@@PAVServerFullDuplexChannel@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@W4WSManSessionOption@@PAVOptionValue@SessionOptions@Client@WSMan@@@@IAEXXZ +?SkipOrphans@?$SafeMap_Iterator@_KPAVSendPacketArgs@RobustConnectionBuffer@@@@IAEXXZ +?StartSoapProcessor@@YGHXZ +?StopSoapProcessor@@YGHXZ +?Storage@?$AutoCleanup@V?$AutoDelete@G@@PAG@@QAEPAPAGXZ +?Storage@?$AutoCleanup@V?$AutoDelete@UIPRange@CWSManIPFilter@@@@PAUIPRange@CWSManIPFilter@@@@QAEPAPAUIPRange@CWSManIPFilter@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAPAVEnumSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAPAVGeneralSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VIQueryDASHSMASHInterface@@@@PAVIQueryDASHSMASHInterface@@@@QAEPAPAVIQueryDASHSMASHInterface@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VISpecification@@@@PAVISpecification@@@@QAEPAPAVISpecification@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VPacketCreator@@@@PAVPacketCreator@@@@QAEPAPAVPacketCreator@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VTSTRBUFFER@@@@PAVTSTRBUFFER@@@@QAEPAPAVTSTRBUFFER@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VWmiEnumContext@@@@PAVWmiEnumContext@@@@QAEPAPAVWmiEnumContext@@XZ +?Storage@?$AutoCleanup@V?$AutoDelete@VXmlReader@@@@PAVXmlReader@@@@QAEPAPAVXmlReader@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@$$CBG@@PBG@@QAEPAPBGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@E@@PAE@@QAEPAPAEXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@G@@PAG@@QAEPAPAGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@PAG@@PAPAG@@QAEPAPAPAGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@PBG@@PAPBG@@QAEPAPAPBGXZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@PAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@@@QAEPAPAU_WINRS_CREATE_SHELL_ENVIRONMENT_VARIABLE@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@U_WINRS_RUN_COMMAND_ARG@@@@PAU_WINRS_RUN_COMMAND_ARG@@@@QAEPAPAU_WINRS_RUN_COMMAND_ARG@@XZ +?Storage@?$AutoCleanup@V?$AutoDeleteVector@X@@PAX@@QAEPAPAXXZ +?Storage@?$AutoCleanup@V?$AutoFree@E@@PAE@@QAEPAPAEXZ +?Storage@?$AutoCleanup@V?$AutoLocklessItemRecycle@VPacket@@@@PAVPacket@@@@QAEPAPAVPacket@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostAdminManager@@@@PAUIAppHostAdminManager@@@@QAEPAPAUIAppHostAdminManager@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostChildElementCollection@@@@PAUIAppHostChildElementCollection@@@@QAEPAPAUIAppHostChildElementCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostConfigException@@@@PAUIAppHostConfigException@@@@QAEPAPAUIAppHostConfigException@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostElement@@@@PAUIAppHostElement@@@@QAEPAPAUIAppHostElement@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostElementCollection@@@@PAUIAppHostElementCollection@@@@QAEPAPAUIAppHostElementCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostProperty@@@@PAUIAppHostProperty@@@@QAEPAPAUIAppHostProperty@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIAppHostPropertyCollection@@@@PAUIAppHostPropertyCollection@@@@QAEPAPAUIAppHostPropertyCollection@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIClientSecurity@@@@PAUIClientSecurity@@@@QAEPAPAUIClientSecurity@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIEnumWbemClassObject@@@@PAUIEnumWbemClassObject@@@@QAEPAPAUIEnumWbemClassObject@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIErrorInfo@@@@PAUIErrorInfo@@@@QAEPAPAUIErrorInfo@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIUnknown@@@@PAUIUnknown@@@@QAEPAPAUIUnknown@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemClassObject@@@@PAUIWbemClassObject@@@@QAEPAPAUIWbemClassObject@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemContext@@@@PAUIWbemContext@@@@QAEPAPAUIWbemContext@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemLocator@@@@PAUIWbemLocator@@@@QAEPAPAUIWbemLocator@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemObjectTextSrc@@@@PAUIWbemObjectTextSrc@@@@QAEPAPAUIWbemObjectTextSrc@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemPath@@@@PAUIWbemPath@@@@QAEPAPAUIWbemPath@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemPathKeyList@@@@PAUIWbemPathKeyList@@@@QAEPAPAUIWbemPathKeyList@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemQualifierSet@@@@PAUIWbemQualifierSet@@@@QAEPAPAUIWbemQualifierSet@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemQuery@@@@PAUIWbemQuery@@@@QAEPAPAUIWbemQuery@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@UIWbemServices@@@@PAUIWbemServices@@@@QAEPAPAUIWbemServices@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCWSManEPR@@@@PAVCWSManEPR@@@@QAEPAPAVCWSManEPR@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCWinRSPluginConfigCache@@@@PAVCWinRSPluginConfigCache@@@@QAEPAPAVCWinRSPluginConfigCache@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VCommand@Client@WSMan@@@@PAVCommand@Client@WSMan@@@@QAEPAPAVCommand@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VEnumSinkEx@@@@PAVEnumSinkEx@@@@QAEPAPAVEnumSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VGeneralSinkEx@@@@PAVGeneralSinkEx@@@@QAEPAPAVGeneralSinkEx@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VIRequestContext@@@@PAVIRequestContext@@@@QAEPAPAVIRequestContext@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VReceiveOperation@Client@WSMan@@@@PAVReceiveOperation@Client@WSMan@@@@QAEPAPAVReceiveOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VSendOperation@Client@WSMan@@@@PAVSendOperation@Client@WSMan@@@@QAEPAPAVSendOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VShell@Client@WSMan@@@@PAVShell@Client@WSMan@@@@QAEPAPAVShell@Client@WSMan@@XZ +?Storage@?$AutoCleanup@V?$AutoRelease@VSignalOperation@Client@WSMan@@@@PAVSignalOperation@Client@WSMan@@@@QAEPAPAVSignalOperation@Client@WSMan@@XZ +?Storage@?$AutoCleanup@VAutoBstr@@PAG@@QAEPAPAGXZ +?Storage@?$AutoCleanup@VAutoBstrNoAlloc@@PAG@@QAEPAPAGXZ +?Storage@?$AutoCleanup@VAutoCertContext@@PBU_CERT_CONTEXT@@@@QAEPAPBU_CERT_CONTEXT@@XZ +?Storage@?$AutoCleanup@VAutoChainContext@@PBU_CERT_CHAIN_CONTEXT@@@@QAEPAPBU_CERT_CHAIN_CONTEXT@@XZ +?Storage@?$AutoCleanup@VAutoHandle@@PAX@@QAEPAPAXXZ +?Storage@?$AutoCleanup@VAutoImpersonateUser@@PAX@@QAEPAPAXXZ +?Storage@?$AutoCleanup@VAutoLocalFree@@PAX@@QAEPAPAXXZ +?Storage@?$AutoCleanup@VAutoMIClass@@PAU_MI_Class@@@@QAEPAPAU_MI_Class@@XZ +?Storage@?$AutoCleanup@VAutoMIInstance@@PAU_MI_Instance@@@@QAEPAPAU_MI_Instance@@XZ +?Storage@?$AutoCleanup@VAutoRegKey@@PAUHKEY__@@@@QAEPAPAUHKEY__@@XZ +?Storage@?$AutoCleanup@VAutoSecurityDescriptor@@PAX@@QAEPAPAXXZ +?Storage@?$AutoCleanup@VAutoWaitHandle@@PAX@@QAEPAPAXXZ +?StoreData@CWSManResource@@AAEHPAVIRequestContext@@PBG11PAU_WSMAN_SELECTOR_SET@@PAU_WSMAN_OPTION_SET@@@Z +?StoreData@CWSManResource@@QAEHPAVIRequestContext@@PBG@Z +?StoreDataFromResourceLocator@CWSManResource@@AAEHPAVIRequestContext@@PAU_WSMAN_RESOURCE_LOCATOR@@@Z +?StoreExpansion@CResourceAlias@@AAEXPBGPAU_ALIAS_INFORMATION@@@Z +?StreamingOutput@ExtendedSemantic@@2KB DATA +?StringCchEndsWithCI@@YGHPBG0@Z +?StringCchEquals@@YGHPBG0@Z +?StringCchEqualsCI@@YGHPBG0@Z +?StringCchStartsWith@@YGHPBG0@Z +?StringCchStartsWithCI@@YGHPBG0@Z +?StringConcatenate@CWSManResourceNoResourceUri@@IAEHAAPAGAAKKPAG@Z +?StringIsBlank@@YGHPBG@Z +?StringToDword@@YGHPBDPAK@Z +?StringToDword@@YGHPBGPAK@Z +?StringTrimWhitespace@@YGPAGPAG@Z +?Subscribe@CWSManGroupPolicyManager@@UAEHPAVIRequestContext@@PAVIWSManGroupPolicyObserver@@H@Z +?TruncateAt@TSTRBUFFER@@QAEXI@Z +?TryAcquire@CWSManCriticalSection@@QAEHXZ +?UnSubscribe@CWSManGroupPolicyManager@@UAEHPAVIRequestContext@@PAVIWSManGroupPolicyObserver@@@Z +?UninstallMigration@@YGHPAVIRequestContext@@@Z +?UnregisterChild@ChildLifeTimeManager@@QAEXXZ +?UnregisterPolicyNotification@CWSManGroupPolicyManager@@AAEHXZ +?Up@?$LoaderSerializer@VSubscriptionManager@@$01@@AAEJXZ +?UpdateCredentialsInCredmanStore@CConfigManager@@SGHPAVIRequestContext@@PAG1@Z +?UpdateHttpsBinding@@YGHPAVIRequestContext@@PBG1PAHHH@Z +?UpdateHttpsCertificate@@YGHPAVIRequestContext@@PBG11PAHHU_GUID@@@Z +?UpdateKey@CWSManResourceNoResourceUri@@QAEHPAVIRequestContext@@PBG1@Z +?Uri@CResourceAlias@@QAEPBGXZ +?UseClientToken@UserRecord@@QAE_NXZ +?UseDefaultConfig@CErrorContext@@UBEHXZ +?UsingDefaultLCID@Locale@@QAE_NXZ +?Validate@Locale@@SG_NPAU_WSMAN_DATA@@@Z +?Validate@Locale@@SG_NPBG@Z +?ValidateCBTHardeningLevel@ConfigRegistry@@IAEHPAVIRequestContext@@PBG@Z +?ValidateCertificateHash@ConfigRegistry@@IAEHPAVIRequestContext@@PBG111@Z +?ValidateHeaders@PacketParser@@QAEHPAVIRequestContext@@K@Z +?ValidateHostnameAndCertificateCN@ConfigRegistry@@IAEHPAVIRequestContext@@PBG1@Z +?ValidateIPFilter@ConfigRegistry@@IAEHPAVIRequestContext@@W4ConfigSetting@@PBG@Z +?ValidateInt@CWSManGroupPolicyManager@@AAEHPAVIRequestContext@@PBU_WSMAN_POLICY_INFO@@K@Z +?ValidateInt@ConfigRegistry@@IAEHPAVIRequestContext@@PAU_CONFIG_INFO@@KPBG@Z +?ValidateString@CWSManGroupPolicyManager@@AAEHPAVIRequestContext@@PBU_WSMAN_POLICY_INFO@@PBG@Z +?ValidateString@ConfigRegistry@@IAEHPAVIRequestContext@@PAU_CONFIG_INFO@@PBG@Z +?ValidateTrustedHosts@ConfigRegistry@@IAEHPAVIRequestContext@@PBG@Z +?ValidateUrlPrefix@ConfigRegistry@@IAEHPAVIRequestContext@@PBG@Z +?Verbose@ExtendedSemantic@@2KB DATA +?VerifyState@RBUFFER@@IBEXXZ +?WSManError@@YGXPBGK0KPAVIRequestContext@@@Z +?WSManMemoryOperation@@YGHW4WSMANMEMOPERATION@@PAXKK@Z +?WSManPostThreadMessageW@@YGHKIIJ@Z +?WaitForAllChildrenToUnregister@ChildLifeTimeManager@@QAEXK@Z +?WaitForConditionVar@CWSManCriticalSectionWithConditionVar@@QAEKK@Z +?WaitForMore@PacketParser@@UAE_NXZ +?WakeAllWaitingForConditionVar@CWSManCriticalSectionWithConditionVar@@QAEXXZ +?WakeAllWaitingOnNoOfChildren@ChildLifeTimeManager@@AAEXXZ +?Warning@EventLog@@SGXK@Z +?Warning@EventLog@@SGXKGPAPBG@Z +?Warning@EventLog@@SGXKPBG@Z +?Warning@ExtendedSemantic@@2KB DATA +?WatchForChanges@CServiceConfigCache@@QAEPAVCServiceWatcher@1@PAVIRequestContext@@PAVIServiceConfigObserver@@@Z +?WrapperCoSetProxyBlanket@@YGJPAUIUnknown@@KKPAGKKPAXKW4BehaviourForNoInterfaceError@@@Z +?Write@EventHandler@WSMan@@SGXABU_EVENT_DESCRIPTOR@@KPAU_EVENT_DATA_DESCRIPTOR@@@Z +?WriteCredentialsToCredmanStore@CConfigManager@@SGHPAVIRequestContext@@PAG1H@Z +?WriteSoapA@EventHandler@WSMan@@SGXABU_EVENT_DESCRIPTOR@@PBDK@Z +?WriteSoapMessageA@EventHandler@WSMan@@AAEXABU_EVENT_DESCRIPTOR@@PBDK@Z +?WriteSoapMessageW@EventHandler@WSMan@@AAEXABU_EVENT_DESCRIPTOR@@PBGK@Z +?WriteSoapMessageW_BE@EventHandler@WSMan@@AAEXABU_EVENT_DESCRIPTOR@@PBGK@Z +?WriteSoapW@EventHandler@WSMan@@SGXABU_EVENT_DESCRIPTOR@@PBGK@Z +?WriteSoapW_BE@EventHandler@WSMan@@SGXABU_EVENT_DESCRIPTOR@@PBGK@Z +?_PolicyChangedCallback@CWSManGroupPolicyManager@@CGXPAXE@Z +?back@?$SimpleQueue@T_LARGE_INTEGER@@@@QBE?BT_LARGE_INTEGER@@XZ +?empty@?$SimpleQueue@T_LARGE_INTEGER@@@@QBE_NXZ +?front@?$SimpleQueue@T_LARGE_INTEGER@@@@QBE?BT_LARGE_INTEGER@@XZ +?g_Resources@Locale@@0V?$Loader@VResources@Locale@@$0A@@@A DATA +?isValid@?$SafeSet@PAVCListenerOperation@@@@QBE_NXZ +?m_migContext@ConfigRegistry@@2PAVWSManMigrationContext@@A DATA +?pop@?$SimpleQueue@T_LARGE_INTEGER@@@@QAEXXZ +?push@?$SimpleQueue@T_LARGE_INTEGER@@@@QAEKT_LARGE_INTEGER@@@Z +?s_cacheMap@CClientConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_cacheMap@CServiceConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_cacheMap@CWinRSPluginConfigCache@@0V?$AutoRelease@VCConfigCacheMap@CBaseConfigCache@@@@A DATA +?s_config@CConfigManager@@0V?$AutoRelease@VCConfigManager@@@@A DATA +?s_lock@CConfigManager@@0VFastLock@@A DATA +?s_lock@CWSManGroupPolicyManager@@0VFastLock@@A DATA +?s_mapLock@CClientConfigCache@@0VFastLock@@A DATA +?s_mapLock@CServiceConfigCache@@0VFastLock@@A DATA +?s_mapLock@CWinRSPluginConfigCache@@0VFastLock@@A DATA +?s_policyManager@CWSManGroupPolicyManager@@0V?$AutoRelease@VCWSManGroupPolicyManager@@@@A DATA +EnumServiceUserResources@12 +FwGetParsedDocument@8 +FwGetRootElement@4 +FwIsXmlEscapedProperly@8 +FwXmlAddAttributeToAttributeList@44 +FwXmlCloseParser@4 +FwXmlCompareAttributeName@16 +FwXmlCompareAttributeNameEx@24 +FwXmlCompareElementName@16 +FwXmlCompareElementNameEx@24 +FwXmlCompareElementNameLen@16 +FwXmlCompareElementNameSpace@16 +FwXmlCompareName@16 +FwXmlCreateXmlFromElement@24 +FwXmlDecodeXmlEscapes@20 +FwXmlEncodeXmlEscapes@12 +FwXmlFindAttribute@28 +FwXmlFindAttributeEx@24 +FwXmlFindChildElement@28 +FwXmlFindChildElementEx@24 +FwXmlGetAttribute@8 +FwXmlGetAttributeNameEx@4 +FwXmlGetAttributeNamespacePrefix@4 +FwXmlGetAttributeValue@4 +FwXmlGetAttributeValueDWord@16 +FwXmlGetBooleanValue@8 +FwXmlGetBuffer@12 +FwXmlGetChild@8 +FwXmlGetElementName@16 +FwXmlGetElementNameEx@4 +FwXmlGetElementNamespacePrefix@4 +FwXmlGetElementNamespaceUrl@4 +FwXmlGetEntryNameEx@4 +FwXmlGetNamespaceForPrefix@20 +FwXmlGetNormalizedString@36 +FwXmlGetReferenceXmlFromElement@8 +FwXmlGetRemainder@8 +FwXmlGetSimpleContent@20 +FwXmlGetSimpleContentEx2@12 +FwXmlGetSimpleContentEx@8 +FwXmlHasText@8 +FwXmlIsEmpty@8 +FwXmlIsMustUnderstand@4 +FwXmlIsNull@4 +FwXmlIsSimpleContent@4 +FwXmlIsSimpleContentOrEmpty@4 +FwXmlIsTrueValue@4 +FwXmlNumAttributes@4 +FwXmlNumChildren@4 +FwXmlNumChildrenWithName@16 +FwXmlNumConsecutiveChildrenWithName@16 +FwXmlParsePrefixedXML@20 +FwXmlParseStream@20 +FwXmlParseText@24 +FwXmlParserCreate@8 +FwXmlUpdatePrefixes@8 +GetServiceSecurity@8 +SetServiceSecurity@20 +SubscriptionsProvEnumerate@20 +WSManAckEvents@4 +WSManAddSubscriptionManagerInternal@12 +WSManCloseCommand@12 +WSManCloseEnumerationHandle@4 +WSManCloseEnumeratorHandle@4 +WSManCloseObjectHandle@4 +WSManCloseOperation@8 +WSManClosePublisherHandle@4 +WSManCloseSession@8 +WSManCloseSessionHandle@4 +WSManCloseShell@12 +WSManCloseSubscriptionHandle@4 +WSManConnectShell@32 +WSManConnectShellCommand@28 +WSManConstructError@12 +WSManCreateEnumeratorInternal@16 +WSManCreateInternal@28 +WSManCreateInternalEx@28 +WSManCreatePullSubscription@32 +WSManCreatePushSubscription@36 +WSManCreateSession@24 +WSManCreateSessionInternal@32 +WSManCreateShell@32 +WSManCreateShellEx@36 +WSManDecodeObject@20 +WSManDeinitialize@8 +WSManDeleteInternal@24 +WSManDeleteInternalEx@24 +WSManDeliverEndSubscriptionNotification@8 +WSManDeliverEvent@24 +WSManDisconnectShell@16 +WSManEncodeObject@16 +WSManEncodeObjectEx@20 +WSManEncodeObjectInternal@16 +WSManEnumerateInternal@40 +WSManEnumerateInternalEx@40 +WSManEnumeratorAddEvent@12 +WSManEnumeratorAddObject@12 +WSManEnumeratorBatchPolicyViolated@4 +WSManEnumeratorNextObject@8 +WSManEnumeratorObjectCount@4 +WSManGetErrorMessage@28 +WSManGetInternal@24 +WSManGetInternalEx@24 +WSManGetSessionOptionAsDword@12 +WSManGetSessionOptionAsString@20 +WSManIdentifyInternal@20 +WSManInitialize@8 +WSManInvokeInternal@32 +WSManInvokeInternalEx@32 +WSManPluginAuthzOperationComplete@20 +WSManPluginAuthzQueryQuotaComplete@20 +WSManPluginAuthzUserComplete@28 +WSManPluginFreeRequestDetails@4 +WSManPluginGetConfiguration@12 +WSManPluginGetOperationParameters@12 +WSManPluginInteractiveCallback@20 +WSManPluginObjectAndBookmarkResult@16 +WSManPluginObjectAndEprResult@20 +WSManPluginObjectResult@12 +WSManPluginOperationComplete@16 +WSManPluginReceiveResult@24 +WSManPluginReportCompletion@8 +WSManPluginReportContext@12 +WSManPluginShutdown@12 +WSManPluginStartup@16 +WSManProvCreate@20 +WSManProvDelete@12 +WSManProvEnumerate@20 +WSManProvGet@12 +WSManProvInvoke@24 +WSManProvPut@20 +WSManPull@20 +WSManPullEvents@16 +WSManPutInternal@28 +WSManPutInternalEx@28 +WSManReceiveShellOutput@24 +WSManReconnectShell@12 +WSManReconnectShellCommand@12 +WSManRemoveSubscriptionManagerInternal@4 +WSManRunShellCommand@28 +WSManRunShellCommandEx@32 +WSManSendShellInput@32 +WSManSetSessionOption@12 +WSManSignalShell@24 diff --git a/lib/libc/mingw/lib64/PS5UI.def b/lib/libc/mingw/lib64/PS5UI.def index d2530fc4e5..3b7eb77638 100644 --- a/lib/libc/mingw/lib64/PS5UI.def +++ b/lib/libc/mingw/lib64/PS5UI.def @@ -8,7 +8,6 @@ LIBRARY ps5ui.dll EXPORTS DrvSplDeviceCaps DevQueryPrintEx -DllMain DrvConvertDevMode DrvDeviceCapabilities DrvDevicePropertySheets diff --git a/lib/libc/mingw/lib64/PSCRIPT5.def b/lib/libc/mingw/lib64/PSCRIPT5.def index 0d20c151fe..9242ecef57 100644 --- a/lib/libc/mingw/lib64/PSCRIPT5.def +++ b/lib/libc/mingw/lib64/PSCRIPT5.def @@ -6,7 +6,6 @@ ; LIBRARY pscript5.dll EXPORTS -DllMain DrvDisableDriver DrvEnableDriver DrvQueryDriverInfo diff --git a/lib/libc/mingw/lib64/UNIDRV.def b/lib/libc/mingw/lib64/UNIDRV.def index 0c75316297..0bc91e3a57 100644 --- a/lib/libc/mingw/lib64/UNIDRV.def +++ b/lib/libc/mingw/lib64/UNIDRV.def @@ -6,7 +6,6 @@ ; LIBRARY unidrv.dll EXPORTS -DllMain DrvDisableDriver DrvEnableDriver DrvQueryDriverInfo diff --git a/lib/libc/mingw/lib64/UNIDRVUI.def b/lib/libc/mingw/lib64/UNIDRVUI.def index 8f9c450bf1..d5504ae746 100644 --- a/lib/libc/mingw/lib64/UNIDRVUI.def +++ b/lib/libc/mingw/lib64/UNIDRVUI.def @@ -8,7 +8,6 @@ LIBRARY unidrvui.dll EXPORTS DrvSplDeviceCaps DevQueryPrintEx -DllMain DrvConvertDevMode DrvDeviceCapabilities DrvDevicePropertySheets diff --git a/lib/libc/mingw/lib64/admparse.def b/lib/libc/mingw/lib64/admparse.def index ea0cc845bb..d9b27ae545 100644 --- a/lib/libc/mingw/lib64/admparse.def +++ b/lib/libc/mingw/lib64/admparse.def @@ -6,7 +6,6 @@ ; LIBRARY admparse.dll EXPORTS -DllMain IsAdmDirty ResetAdmDirtyFlag AdmClose diff --git a/lib/libc/mingw/lib64/dmconfig.def b/lib/libc/mingw/lib64/dmconfig.def index 6f5dbc7e7d..88ddb7245a 100644 --- a/lib/libc/mingw/lib64/dmconfig.def +++ b/lib/libc/mingw/lib64/dmconfig.def @@ -6,5 +6,4 @@ ; LIBRARY dmconfig.dll EXPORTS -DllMain cs_get_api_calls diff --git a/lib/libc/mingw/lib64/exstrace.def b/lib/libc/mingw/lib64/exstrace.def index fddf39f98c..1c72f7c3cc 100644 --- a/lib/libc/mingw/lib64/exstrace.def +++ b/lib/libc/mingw/lib64/exstrace.def @@ -9,7 +9,6 @@ EXPORTS AsyncBinaryTrace AsyncStringTrace DebugAssert -DllMain FlushAsyncTrace InitAsyncTrace SetAsyncTraceParams diff --git a/lib/libc/mingw/lib64/fldrclnr.def b/lib/libc/mingw/lib64/fldrclnr.def index 697eb73290..136e0436b8 100644 --- a/lib/libc/mingw/lib64/fldrclnr.def +++ b/lib/libc/mingw/lib64/fldrclnr.def @@ -7,6 +7,5 @@ LIBRARY FldrClnr.dll EXPORTS DllInstall -DllMain DllRegisterServer Wizard_RunDLL diff --git a/lib/libc/mingw/lib64/fxsdrv.def b/lib/libc/mingw/lib64/fxsdrv.def index 23a1e6d826..801bc847a7 100644 --- a/lib/libc/mingw/lib64/fxsdrv.def +++ b/lib/libc/mingw/lib64/fxsdrv.def @@ -6,7 +6,6 @@ ; LIBRARY FxsDrv.dll EXPORTS -DllEntryPoint DrvDisableDriver DrvEnableDriver DrvQueryDriverInfo diff --git a/lib/libc/mingw/lib64/fxsst.def b/lib/libc/mingw/lib64/fxsst.def index 326e236e94..7cb14ef36c 100644 --- a/lib/libc/mingw/lib64/fxsst.def +++ b/lib/libc/mingw/lib64/fxsst.def @@ -6,6 +6,5 @@ ; LIBRARY FXSST.dll EXPORTS -DllMain FaxMonitorShutdown IsFaxMessage diff --git a/lib/libc/mingw/lib64/gpkcsp.def b/lib/libc/mingw/lib64/gpkcsp.def index a88245af8b..ec87faaa05 100644 --- a/lib/libc/mingw/lib64/gpkcsp.def +++ b/lib/libc/mingw/lib64/gpkcsp.def @@ -29,6 +29,5 @@ CPSetKeyParam CPSetProvParam CPSignHash CPVerifySignature -DllMain DllRegisterServer DllUnregisterServer diff --git a/lib/libc/mingw/lib64/guitrn.def b/lib/libc/mingw/lib64/guitrn.def index 5c8a8057b3..d0df158320 100644 --- a/lib/libc/mingw/lib64/guitrn.def +++ b/lib/libc/mingw/lib64/guitrn.def @@ -6,7 +6,6 @@ ; LIBRARY GUITRN.dll EXPORTS -DllMain ModuleInitialize ModuleTerminate TransportModule diff --git a/lib/libc/mingw/lib64/hnetwiz.def b/lib/libc/mingw/lib64/hnetwiz.def index 2af41ec57e..f02ce71cca 100644 --- a/lib/libc/mingw/lib64/hnetwiz.def +++ b/lib/libc/mingw/lib64/hnetwiz.def @@ -9,6 +9,5 @@ EXPORTS HomeNetWizardRunDll DllCanUnloadNow DllGetClassObject -DllMain DllRegisterServer DllUnregisterServer diff --git a/lib/libc/mingw/lib64/ieencode.def b/lib/libc/mingw/lib64/ieencode.def index 1b2d77d425..bedcad361c 100644 --- a/lib/libc/mingw/lib64/ieencode.def +++ b/lib/libc/mingw/lib64/ieencode.def @@ -13,5 +13,4 @@ CceStreamMultiByteToUnicode CceStreamUnicodeToMultiByte CceStringMultiByteToUnicode CceStringUnicodeToMultiByte -DllMain FetchMsEncodeDllVersion diff --git a/lib/libc/mingw/lib64/iisrtl.def b/lib/libc/mingw/lib64/iisrtl.def index e1fc2f5d19..2bcd0ce03f 100644 --- a/lib/libc/mingw/lib64/iisrtl.def +++ b/lib/libc/mingw/lib64/iisrtl.def @@ -1986,7 +1986,6 @@ CreateRefTraceLog CreateTraceLog DestroyRefTraceLog DestroyTraceLog -DllMain GetAllocCounters GetCurrentTimeInMilliseconds GetCurrentTimeInSeconds diff --git a/lib/libc/mingw/lib64/imeshare.def b/lib/libc/mingw/lib64/imeshare.def index a16b088cef..8ed2b8ae69 100644 --- a/lib/libc/mingw/lib64/imeshare.def +++ b/lib/libc/mingw/lib64/imeshare.def @@ -6,7 +6,6 @@ ; LIBRARY imeshare.dll EXPORTS -DllMain FInitIMEShare EndIMEShare FRefreshStyle diff --git a/lib/libc/mingw/lib64/imjpcus.def b/lib/libc/mingw/lib64/imjpcus.def index cf37f7d74e..5abe996e0f 100644 --- a/lib/libc/mingw/lib64/imjpcus.def +++ b/lib/libc/mingw/lib64/imjpcus.def @@ -7,4 +7,3 @@ LIBRARY imejpcus.dll EXPORTS OpenDetailDialog -DllMain diff --git a/lib/libc/mingw/lib64/imjputyc.def b/lib/libc/mingw/lib64/imjputyc.def index 4393770379..b30eff85ef 100644 --- a/lib/libc/mingw/lib64/imjputyc.def +++ b/lib/libc/mingw/lib64/imjputyc.def @@ -7,6 +7,5 @@ LIBRARY imjputyc.dll EXPORTS AutoCorrLbSubWndProc -DllMain OpenImeTool OpenUty diff --git a/lib/libc/mingw/lib64/iyuv_32.def b/lib/libc/mingw/lib64/iyuv_32.def index 276e0f4701..a95634f124 100644 --- a/lib/libc/mingw/lib64/iyuv_32.def +++ b/lib/libc/mingw/lib64/iyuv_32.def @@ -7,6 +7,5 @@ LIBRARY IYUV_32.dll EXPORTS AboutDialogProc -DllMain DriverDialogProc DriverProc diff --git a/lib/libc/mingw/lib64/localspl.def b/lib/libc/mingw/lib64/localspl.def index 9fb52e677b..3240493bdc 100644 --- a/lib/libc/mingw/lib64/localspl.def +++ b/lib/libc/mingw/lib64/localspl.def @@ -8,7 +8,6 @@ LIBRARY LocalSpl.dll EXPORTS ClosePrintProcessor ControlPrintProcessor -DllMain EnumPrintProcessorDatatypesW GetPrintProcessorCapabilities InitializePrintMonitor diff --git a/lib/libc/mingw/lib64/log.def b/lib/libc/mingw/lib64/log.def index 320579e015..8e83f33412 100644 --- a/lib/libc/mingw/lib64/log.def +++ b/lib/libc/mingw/lib64/log.def @@ -6,7 +6,6 @@ ; LIBRARY LOG.dll EXPORTS -DllMain LogA LogBegin LogDeleteOnNextInit diff --git a/lib/libc/mingw/lib64/migism.def b/lib/libc/mingw/lib64/migism.def index 1a08b76ac0..5d20a75454 100644 --- a/lib/libc/mingw/lib64/migism.def +++ b/lib/libc/mingw/lib64/migism.def @@ -6,7 +6,6 @@ ; LIBRARY MIGISM.dll EXPORTS -DllMain IsmAbandonObjectIdOnCollision IsmAbandonObjectOnCollision IsmAbortApplyObjectEnum diff --git a/lib/libc/mingw/lib64/msdart.def b/lib/libc/mingw/lib64/msdart.def index 9292e523a6..ec43fa99af 100644 --- a/lib/libc/mingw/lib64/msdart.def +++ b/lib/libc/mingw/lib64/msdart.def @@ -983,7 +983,6 @@ EXPORTS ; protected: static unsigned short CSpinLock::sm_wDefaultSpinCount ?sm_wDefaultSpinCount@CSpinLock@@1GA DATA DllBidEntryPoint -DllMain FXMemAttach FXMemDetach GetIUMS diff --git a/lib/libc/mingw/lib64/msoledbsql.def b/lib/libc/mingw/lib64/msoledbsql.def index c792aaff25..c2f3b20a91 100644 --- a/lib/libc/mingw/lib64/msoledbsql.def +++ b/lib/libc/mingw/lib64/msoledbsql.def @@ -7,7 +7,6 @@ LIBRARY "msoledbsql.dll" EXPORTS DllCanUnloadNow DllGetClassObject -DllMain DllRegisterServer DllUnregisterServer OpenSqlFilestream diff --git a/lib/libc/mingw/lib64/mtxclu.def b/lib/libc/mingw/lib64/mtxclu.def index 0e61a53761..abfe1a4c2d 100644 --- a/lib/libc/mingw/lib64/mtxclu.def +++ b/lib/libc/mingw/lib64/mtxclu.def @@ -90,4 +90,3 @@ MtxCluUninitialize MtxCluUpgradeDtcResourceW Startup WasDTCInstalledBySQL -DllMain diff --git a/lib/libc/mingw/lib64/netplwiz.def b/lib/libc/mingw/lib64/netplwiz.def index b1d35d5974..bd133cd6f3 100644 --- a/lib/libc/mingw/lib64/netplwiz.def +++ b/lib/libc/mingw/lib64/netplwiz.def @@ -14,7 +14,6 @@ ClearAutoLogon DllCanUnloadNow DllGetClassObject DllInstall -DllMain DllRegisterServer DllUnregisterServer NetAccessWizard diff --git a/lib/libc/mingw/lib64/ntlanman.def b/lib/libc/mingw/lib64/ntlanman.def index ce5d11e992..3812be2e71 100644 --- a/lib/libc/mingw/lib64/ntlanman.def +++ b/lib/libc/mingw/lib64/ntlanman.def @@ -8,7 +8,6 @@ LIBRARY NTLANMAN.dll EXPORTS NPGetConnection NPGetCaps -DllMain I_SystemFocusDialog NPGetUser NPAddConnection diff --git a/lib/libc/mingw/lib64/ntlanui.def b/lib/libc/mingw/lib64/ntlanui.def index 8b80f75485..b9ddea4d94 100644 --- a/lib/libc/mingw/lib64/ntlanui.def +++ b/lib/libc/mingw/lib64/ntlanui.def @@ -8,7 +8,6 @@ LIBRARY NTLANUI.dll EXPORTS ShareAsDialogA0 StopShareDialogA0 -DllMain I_SystemFocusDialog NPGetPropertyText NPPropertyDialog diff --git a/lib/libc/mingw/lib64/oledb32.def b/lib/libc/mingw/lib64/oledb32.def index ce742e786f..f4b84adb1a 100644 --- a/lib/libc/mingw/lib64/oledb32.def +++ b/lib/libc/mingw/lib64/oledb32.def @@ -6,7 +6,6 @@ ; LIBRARY OLEDB32.dll EXPORTS -DllMain OpenDSLFile DllCanUnloadNow DllGetClassObject diff --git a/lib/libc/mingw/lib64/p2pcollab.def b/lib/libc/mingw/lib64/p2pcollab.def index 3c41a3f141..489989bd22 100644 --- a/lib/libc/mingw/lib64/p2pcollab.def +++ b/lib/libc/mingw/lib64/p2pcollab.def @@ -87,6 +87,5 @@ SPUpdateUserPicture SPUpdateUserSettings SSPAddCredentials SSPRemoveCredentials -DllMain InitSecurityInterfaceW QuerySecurityPackageInfoW diff --git a/lib/libc/mingw/lib64/printui.def b/lib/libc/mingw/lib64/printui.def index 1dce008c4a..ce9f1f48e6 100644 --- a/lib/libc/mingw/lib64/printui.def +++ b/lib/libc/mingw/lib64/printui.def @@ -15,7 +15,6 @@ ConnectToPrinterDlg ConnectToPrinterPropertyPage DllCanUnloadNow DllGetClassObject -DllMain GetLegacyPrintUI PrintNotifyTray_Exit PrintNotifyTray_Init diff --git a/lib/libc/mingw/lib64/profmap.def b/lib/libc/mingw/lib64/profmap.def index 5f5d9de834..41934d9e8e 100644 --- a/lib/libc/mingw/lib64/profmap.def +++ b/lib/libc/mingw/lib64/profmap.def @@ -6,7 +6,6 @@ ; LIBRARY PROFMAP.dll EXPORTS -DllMain InitializeProfileMappingApi RemapAndMoveUserA RemapAndMoveUserW diff --git a/lib/libc/mingw/lib64/script.def b/lib/libc/mingw/lib64/script.def index 8a2ca681f2..6ddb419700 100644 --- a/lib/libc/mingw/lib64/script.def +++ b/lib/libc/mingw/lib64/script.def @@ -7,7 +7,6 @@ LIBRARY SCRIPT.dll EXPORTS DestinationModule -DllMain ModuleInitialize ModuleTerminate SourceModule diff --git a/lib/libc/mingw/lib64/spoolss.def b/lib/libc/mingw/lib64/spoolss.def index 73ea12e89f..37edd9e0fc 100644 --- a/lib/libc/mingw/lib64/spoolss.def +++ b/lib/libc/mingw/lib64/spoolss.def @@ -75,7 +75,6 @@ DllCanUnloadNow DllFreeSplMem DllFreeSplStr DllGetClassObject -DllMain DllReallocSplMem DllReallocSplStr DllRegisterServer diff --git a/lib/libc/mingw/lib64/sqlxmlx.def b/lib/libc/mingw/lib64/sqlxmlx.def index f3c32f1404..26265f9a0c 100644 --- a/lib/libc/mingw/lib64/sqlxmlx.def +++ b/lib/libc/mingw/lib64/sqlxmlx.def @@ -6,7 +6,6 @@ ; LIBRARY SQLXMLX.dll EXPORTS -DllMain ExecuteToStream DllCanUnloadNow DllGetClassObject diff --git a/lib/libc/mingw/lib64/srrstr.def b/lib/libc/mingw/lib64/srrstr.def index 20b9895aa2..c8b776a011 100644 --- a/lib/libc/mingw/lib64/srrstr.def +++ b/lib/libc/mingw/lib64/srrstr.def @@ -6,7 +6,6 @@ ; LIBRARY SRRSTR.dll EXPORTS -DllMain IsSRFrozen CheckPrivilegesForRestore SRGetCplPropPage diff --git a/lib/libc/mingw/lib64/strmfilt.def b/lib/libc/mingw/lib64/strmfilt.def index fd1a0496e8..2865743ed5 100644 --- a/lib/libc/mingw/lib64/strmfilt.def +++ b/lib/libc/mingw/lib64/strmfilt.def @@ -16,4 +16,3 @@ StreamFilterInitialize StreamFilterStart StreamFilterStop StreamFilterTerminate -DllMain diff --git a/lib/libc/mingw/lib64/sysmod.def b/lib/libc/mingw/lib64/sysmod.def index 802ca268a4..cc5d24d454 100644 --- a/lib/libc/mingw/lib64/sysmod.def +++ b/lib/libc/mingw/lib64/sysmod.def @@ -7,7 +7,6 @@ LIBRARY SYSMOD.dll EXPORTS DestinationModule -DllMain ModuleInitialize ModuleTerminate SourceModule diff --git a/lib/libc/mingw/lib64/vdsutil.def b/lib/libc/mingw/lib64/vdsutil.def index 7a8fdab769..2271d07f6c 100644 --- a/lib/libc/mingw/lib64/vdsutil.def +++ b/lib/libc/mingw/lib64/vdsutil.def @@ -262,6 +262,5 @@ EXPORTS ?WindowProcEntry@CVdsPnPNotificationBase@@CA_JPEAUHWND__@@I_K_J@Z ; public: void __cdecl CVdsAsyncObjectBase::ZeroAsyncOut(void) __ptr64 ?ZeroAsyncOut@CVdsAsyncObjectBase@@QEAAXXZ -DllMain RegisterVdsFabric UnregisterVdsFabric diff --git a/lib/libc/mingw/lib64/w3tp.def b/lib/libc/mingw/lib64/w3tp.def index bb4b520bac..2c6ab7a52b 100644 --- a/lib/libc/mingw/lib64/w3tp.def +++ b/lib/libc/mingw/lib64/w3tp.def @@ -28,4 +28,3 @@ ThreadPoolInitialize ThreadPoolPostCompletion ThreadPoolSetInfo ThreadPoolTerminate -DllMain diff --git a/lib/libc/mingw/lib64/wiaservc.def b/lib/libc/mingw/lib64/wiaservc.def index af756087a2..7d3334d824 100644 --- a/lib/libc/mingw/lib64/wiaservc.def +++ b/lib/libc/mingw/lib64/wiaservc.def @@ -32,7 +32,6 @@ ServiceMain ; public: void __cdecl BUFFER_CHAIN_ITEM::SetUsed(unsigned long) __ptr64 ?SetUsed@BUFFER_CHAIN_ITEM@@QEAAXK@Z SvchostPushServiceGlobals -DllEntryPoint DllRegisterServer DllUnregisterServer wiasCreateChildAppItem diff --git a/lib/libc/mingw/lib64/xinput1_1.def b/lib/libc/mingw/lib64/xinput1_1.def index 593ad26675..c9b614120a 100644 --- a/lib/libc/mingw/lib64/xinput1_1.def +++ b/lib/libc/mingw/lib64/xinput1_1.def @@ -5,7 +5,6 @@ ; LIBRARY "XINPUT1_1.dll" EXPORTS -DllMain XInputEnable XInputGetCapabilities XInputGetDSoundAudioDeviceGuids diff --git a/lib/libc/mingw/lib64/xinput1_2.def b/lib/libc/mingw/lib64/xinput1_2.def index 2622af14a9..901045a2b8 100644 --- a/lib/libc/mingw/lib64/xinput1_2.def +++ b/lib/libc/mingw/lib64/xinput1_2.def @@ -5,7 +5,6 @@ ; LIBRARY "XINPUT1_2.dll" EXPORTS -DllMain XInputEnable XInputGetCapabilities XInputGetDSoundAudioDeviceGuids diff --git a/lib/libc/mingw/lib64/xinput1_3.def b/lib/libc/mingw/lib64/xinput1_3.def index b99e4af63e..3213ce56b0 100644 --- a/lib/libc/mingw/lib64/xinput1_3.def +++ b/lib/libc/mingw/lib64/xinput1_3.def @@ -5,7 +5,6 @@ ; LIBRARY "XINPUT1_3.dll" EXPORTS -DllMain XInputGetState XInputSetState XInputGetCapabilities diff --git a/lib/libc/mingw/libsrc/strmiids.c b/lib/libc/mingw/libsrc/strmiids.c index 3764eeda7f..e718df0908 100644 --- a/lib/libc/mingw/libsrc/strmiids.c +++ b/lib/libc/mingw/libsrc/strmiids.c @@ -308,13 +308,10 @@ DEFINE_GUID(IID_IEnumTuningSpaces,0x8b8eb248,0xfc2b,0x11d2,0x9d,0x8c,0x00,0xc0,0 DEFINE_GUID(IID_IETFilter,0xc4c4c4b1,0x49,0x4e2b,0x98,0xfb,0x95,0x37,0xf6,0xce,0x51,0x6d); DEFINE_GUID(IID_IETFilterConfig,0xc4c4c4d1,0x49,0x4e2b,0x98,0xfb,0x95,0x37,0xf6,0xce,0x51,0x6d); DEFINE_GUID(IID_IEvalRat,0xc5c5c5b1,0x3abc,0x11d6,0xb2,0x5b,0,0xc0,0x4f,0xa0,0xc0,0x26); -DEFINE_GUID(IID_IFilterChain,0xdcfbdcf6,0x0dc2,0x45f5,0x9a,0xb2,0x7c,0x33,0x0e,0xa0,0x9c,0x29); DEFINE_GUID(IID_IFilterInfo,0x56a868ba,0x0ad4,0x11ce,0xb0,0x3a,0x00,0x20,0xaf,0x0b,0xa7,0x70); DEFINE_GUID(IID_IFindCompressorCB,0xf03fa8de,0x879a,0x4d59,0x9b,0x2c,0x26,0xbb,0x1c,0xf8,0x34,0x61); DEFINE_GUID(IID_IFrequencyMap,0x6fb45c1,0x693c,0x4ea7,0xb7,0x9f,0x7a,0x6a,0x54,0xd8,0xde,0xf2); DEFINE_GUID(IID_IGetCapabilitiesKey,0xa8809222,0x7bb,0x48ea,0x95,0x1c,0x33,0x15,0x81,0,0x62,0x5b); -DEFINE_GUID(IID_IGraphConfig,0x03a1eb8e,0x32bf,0x4245,0x85,0x02,0x11,0x4d,0x08,0xa9,0xcb,0x88); -DEFINE_GUID(IID_IGraphConfigCallback,0xade0fd60,0xd19d,0x11d2,0xab,0xf6,0x00,0xa0,0xc9,0x05,0xf3,0x75); DEFINE_GUID(IID_IGrfCache,0xae9472be,0xb0c3,0x11d2,0x8d,0x24,0x00,0xa0,0xc9,0x44,0x1e,0x20); DEFINE_GUID(IID_IGuideData,0x61571138,0x5b01,0x43cd,0xae,0xaf,0x60,0xb7,0x84,0xa0,0xbf,0x93); DEFINE_GUID(IID_IGuideDataEvent,0xefda0c80,0xf395,0x42c3,0x9b,0x3c,0x56,0xb3,0x7d,0xec,0x7b,0xb7); @@ -392,8 +389,6 @@ DEFINE_GUID(IID_IMSVidWebDVD,0xcf45f88b,0xac56,0x4ee2,0xa7,0x3a,0xed,0x04,0xe2,0 DEFINE_GUID(IID_IMSVidWebDVDAdm,0xb8be681a,0xeb2c,0x47f0,0xb4,0x15,0x94,0xd5,0x45,0x2f,0x0e,0x05); DEFINE_GUID(IID_IMSVidWebDVDEvent,0xb4f7a674,0x9b83,0x49cb,0xa3,0x57,0xc6,0x3b,0x87,0x1b,0xe9,0x58); DEFINE_GUID(IID_IMSVidXDS,0x11ebc158,0xe712,0x4d1f,0x8b,0xb3,0x1,0xed,0x52,0x74,0xc4,0xce); -DEFINE_GUID(IID_IPinConnection,0x4a9a62d3,0x27d4,0x403d,0x91,0xe9,0x89,0xf5,0x40,0xe5,0x55,0x34); -DEFINE_GUID(IID_IPinFlowControl,0xc56e9858,0xdbf3,0x4f6b,0x81,0x19,0x38,0x4a,0xf2,0x06,0x0d,0xeb); DEFINE_GUID(IID_IPinInfo,0x56a868bd,0x0ad4,0x11ce,0xb0,0x3a,0x00,0x20,0xaf,0x0b,0xa7,0x70); DEFINE_GUID(IID_IQueueCommand,0x56a868b7,0x0ad4,0x11ce,0xb0,0x3a,0x00,0x20,0xaf,0x0b,0xa7,0x70); DEFINE_GUID(IID_IRegFilterInfo,0x56a868bb,0x0ad4,0x11ce,0xb0,0x3a,0x00,0x20,0xaf,0x0b,0xa7,0x70); diff --git a/lib/libc/mingw/misc/mkstemp.c b/lib/libc/mingw/misc/mkstemp.c index 6b327f2fca..3b6246540c 100644 --- a/lib/libc/mingw/misc/mkstemp.c +++ b/lib/libc/mingw/misc/mkstemp.c @@ -1,3 +1,4 @@ +#define _CRT_RAND_S #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -25,6 +26,7 @@ int __cdecl mkstemp (char *template_name) { int i, j, fd, len, index; + unsigned int r; /* These are the (62) characters used in temporary filenames. */ static const char letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; @@ -45,7 +47,9 @@ int __cdecl mkstemp (char *template_name) */ for (i = 0; i >= 0; i++) { for(j = index; j < len; j++) { - template_name[j] = letters[rand () % 62]; + if (rand_s(&r)) + r = rand(); + template_name[j] = letters[r % 62]; } fd = _sopen(template_name, _O_RDWR | _O_CREAT | _O_EXCL | _O_BINARY, diff --git a/lib/libc/mingw/stdio/mingw_pformat.c b/lib/libc/mingw/stdio/mingw_pformat.c index 87902aea27..fd53ce1a83 100644 --- a/lib/libc/mingw/stdio/mingw_pformat.c +++ b/lib/libc/mingw/stdio/mingw_pformat.c @@ -1026,6 +1026,8 @@ void __pformat_xint( int fmt, __pformat_intarg_t value, __pformat_t *stream ) __pformat_putc( '\x20', stream ); } +#include "../gdtoa/gdtoa.h" + typedef union { /* A multifaceted representation of an IEEE extended precision, @@ -1039,15 +1041,9 @@ typedef union signed short __pformat_fpreg_exponent; }; unsigned short __pformat_fpreg_bitmap[5]; - unsigned int __pformat_fpreg_bits; + ULong __pformat_fpreg_bits; } __pformat_fpreg_t; -#ifdef _WIN32 -/* TODO: make this unconditional in final release... - * (see note at head of associated `#else' block. - */ -#include "../gdtoa/gdtoa.h" - static __pformat_fpreg_t init_fpreg_ldouble( long double val ) { __pformat_fpreg_t x; @@ -1167,61 +1163,6 @@ char *__pformat_fcvt( long double x, int precision, int *dp, int *sign ) #define __pformat_ecvt_release( value ) __freedtoa( value ) #define __pformat_fcvt_release( value ) __freedtoa( value ) -#else -/* - * TODO: remove this before final release; it is included here as a - * convenience for testing, without requiring a working `__gdtoa()'. - */ -static -char *__pformat_ecvt( long double x, int precision, int *dp, int *sign ) -{ - /* Define in terms of `ecvt()'... - */ - char *retval = ecvt( (double)(x), precision, dp, sign ); - if( isinf( x ) || isnan( x ) ) - { - /* emulating `__gdtoa()' reporting for infinities and NaN. - */ - *dp = PFORMAT_INFNAN; - if( *retval == '-' ) - { - /* Need to force the `sign' flag, (particularly for NaN). - */ - ++retval; *sign = 1; - } - } - return retval; -} - -static -char *__pformat_fcvt( long double x, int precision, int *dp, int *sign ) -{ - /* Define in terms of `fcvt()'... - */ - char *retval = fcvt( (double)(x), precision, dp, sign ); - if( isinf( x ) || isnan( x ) ) - { - /* emulating `__gdtoa()' reporting for infinities and NaN. - */ - *dp = PFORMAT_INFNAN; - if( *retval == '-' ) - { - /* Need to force the `sign' flag, (particularly for NaN). - */ - ++retval; *sign = 1; - } - } - return retval; -} - -/* No memory pool clean up needed, for these emulated cases... - */ -#define __pformat_ecvt_release( value ) /* nothing to be done */ -#define __pformat_fcvt_release( value ) /* nothing to be done */ - -/* TODO: end of conditional to be removed. */ -#endif - static void __pformat_emit_radix_point( __pformat_t *stream ) { diff --git a/tools/update_mingw.zig b/tools/update_mingw.zig index ca8a9a1fc7..c4fc75759c 100644 --- a/tools/update_mingw.zig +++ b/tools/update_mingw.zig @@ -94,7 +94,10 @@ pub fn main() !void { if (blacklisted) continue; - if (std.mem.startsWith(u8, entry.basename, "api-ms-win-")) + if (std.mem.endsWith(u8, entry.basename, "_windowsapp.def")) + continue; + + if (std.mem.endsWith(u8, entry.basename, "_onecore.def")) continue; src_crt_dir.copyFile(entry.path, dest_crt_dir, entry.path, .{}) catch |err| { |
