mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SHLWAPI] Adjust spec file to use auto-ordinals
All fixed ordinals are at the top, automatic ones below. This matches what Wine does. Add missing NT6+ PathCreateFromUrlAlloc
This commit is contained in:
+285
-278
@@ -257,7 +257,7 @@
|
||||
257 stdcall -noname SHCreateWorkerWindowA(ptr ptr long long ptr long)
|
||||
258 stub -noname SHRegisterWaitForSingleObject
|
||||
259 stub -noname SHUnregisterWait
|
||||
260 stdcall -noname SHQueueUserWorkItem(long long long long long long long)
|
||||
260 stdcall -noname SHQueueUserWorkItem(long long long long long str long)
|
||||
261 stub -noname SHCreateTimerQueue
|
||||
262 stub -noname SHDeleteTimerQueue
|
||||
263 stdcall -noname SHSetTimerQueueTimer(long ptr ptr long long str long)
|
||||
@@ -353,7 +353,7 @@
|
||||
353 stdcall -noname SHFormatDateTimeA(ptr ptr str long)
|
||||
354 stdcall -noname SHFormatDateTimeW(ptr ptr wstr long)
|
||||
355 stdcall -noname IUnknown_EnableModeless(ptr long)
|
||||
356 stdcall AssocCreate(int128 ptr ptr)
|
||||
356 stdcall -version=0x600+ -noname CreateAllAccessSecurityAttributes(ptr ptr long)
|
||||
357 stdcall -noname SHGetNewLinkInfoWrapW(wstr wstr wstr long long)
|
||||
358 stdcall -noname SHDefExtractIconWrapW(wstr long long ptr ptr long)
|
||||
359 stdcall -noname OpenEventWrapW(long long wstr) kernel32.OpenEventW
|
||||
@@ -497,11 +497,7 @@
|
||||
497 stdcall -noname SHPropertyBag_WriteLONG(ptr wstr long)
|
||||
498 stdcall -noname SHPropertyBag_ReadBOOLOld(ptr wstr long)
|
||||
499 stdcall -noname SHPropertyBag_WriteBOOL(ptr wstr long)
|
||||
500 stdcall AssocGetPerceivedType(wstr ptr ptr ptr)
|
||||
501 stdcall AssocIsDangerous(wstr)
|
||||
502 stdcall AssocQueryKeyA(long long str str ptr)
|
||||
503 stdcall AssocQueryKeyW(long long wstr wstr ptr)
|
||||
504 stdcall AssocQueryStringA(long long str str ptr ptr)
|
||||
|
||||
505 stdcall -noname SHPropertyBag_ReadGUID(ptr wstr ptr)
|
||||
506 stdcall -noname SHPropertyBag_WriteGUID(ptr wstr ptr)
|
||||
507 stdcall -noname SHPropertyBag_ReadDWORD(ptr wstr ptr)
|
||||
@@ -552,7 +548,7 @@
|
||||
552 stdcall -stub -noname -version=0x501-0x502 SHEvaluateSystemCommandTemplate(wstr ptr ptr ptr)
|
||||
553 stdcall IsInternetESCEnabled()
|
||||
554 stdcall -noname -stub SHGetAllAccessSA()
|
||||
555 stdcall AssocQueryStringByKeyA(long long ptr str ptr ptr)
|
||||
|
||||
556 stub -noname SHCoExtensionAllowed
|
||||
557 stub -noname SHCoCreateExtension
|
||||
558 stub -noname SHCoExtensionCollectStats
|
||||
@@ -564,298 +560,309 @@
|
||||
564 stub -noname SHGetPrivateProfileSectionNames
|
||||
565 stub -noname SHGetPrivateProfileString
|
||||
566 stub -noname SHGetPrivateProfileStruct
|
||||
567 stdcall AssocQueryStringByKeyW(long long ptr wstr ptr ptr)
|
||||
568 stdcall AssocQueryStringW(long long wstr wstr ptr ptr)
|
||||
569 stdcall ChrCmpIA(long long)
|
||||
570 stdcall ChrCmpIW(long long)
|
||||
|
||||
571 stdcall -noname -version=0x600+ SHInvokeCommandWithFlagsAndSite(ptr ptr ptr ptr long str)
|
||||
@ stdcall ColorAdjustLuma(long long long)
|
||||
572 stdcall ColorHLSToRGB(long long long)
|
||||
573 stdcall ColorRGBToHLS(long ptr ptr ptr)
|
||||
@ stdcall -private DllGetVersion(ptr)
|
||||
575 stdcall GetMenuPosFromID(ptr long)
|
||||
576 stdcall HashData(ptr long ptr long)
|
||||
577 stdcall IntlStrEqWorkerA(long str str long) StrIsIntlEqualA
|
||||
578 stdcall IntlStrEqWorkerW(long wstr wstr long) StrIsIntlEqualW
|
||||
579 stdcall IsCharSpaceA(long)
|
||||
580 stdcall PathAddBackslashA(str)
|
||||
581 stdcall PathAddBackslashW(wstr)
|
||||
582 stdcall PathAddExtensionA(str str)
|
||||
583 stdcall PathAddExtensionW(wstr wstr)
|
||||
584 stdcall PathAppendA(str str)
|
||||
585 stdcall PathAppendW(wstr wstr)
|
||||
586 stdcall PathBuildRootA(ptr long)
|
||||
587 stdcall PathBuildRootW(ptr long)
|
||||
588 stdcall PathCanonicalizeA(ptr str)
|
||||
589 stdcall PathCanonicalizeW(ptr wstr)
|
||||
590 stdcall PathCombineA(ptr str str)
|
||||
591 stdcall PathCombineW(ptr wstr wstr)
|
||||
592 stdcall PathCommonPrefixA(str str ptr)
|
||||
593 stdcall PathCommonPrefixW(wstr wstr ptr)
|
||||
594 stdcall PathCompactPathA(long str long)
|
||||
595 stdcall PathCompactPathExA(ptr str long long)
|
||||
596 stdcall PathCompactPathExW(ptr wstr long long)
|
||||
597 stdcall PathCompactPathW(long wstr long)
|
||||
598 stdcall PathCreateFromUrlA(str ptr ptr long)
|
||||
599 stdcall PathCreateFromUrlW(wstr ptr ptr long)
|
||||
600 stdcall PathFileExistsA(str)
|
||||
601 stdcall PathFileExistsW(wstr)
|
||||
602 stdcall PathFindExtensionA(str)
|
||||
603 stdcall PathFindExtensionW(wstr)
|
||||
604 stdcall PathFindFileNameA(str)
|
||||
605 stdcall PathFindFileNameW(wstr)
|
||||
606 stdcall PathFindNextComponentA(str)
|
||||
607 stdcall PathFindNextComponentW(wstr)
|
||||
608 stdcall PathFindOnPathA(str ptr)
|
||||
609 stdcall PathFindOnPathW(wstr ptr)
|
||||
610 stdcall PathFindSuffixArrayA(str ptr long)
|
||||
611 stdcall PathFindSuffixArrayW(wstr ptr long)
|
||||
612 stdcall PathGetArgsA(str)
|
||||
613 stdcall PathGetArgsW(wstr)
|
||||
614 stdcall PathGetCharTypeA(long)
|
||||
615 stdcall PathGetCharTypeW(long)
|
||||
616 stdcall PathGetDriveNumberA(str)
|
||||
617 stdcall PathGetDriveNumberW(wstr)
|
||||
618 stdcall PathIsContentTypeA(str str)
|
||||
619 stdcall PathIsContentTypeW(wstr wstr)
|
||||
620 stdcall PathIsDirectoryA(str)
|
||||
621 stdcall PathIsDirectoryEmptyA(str)
|
||||
622 stdcall PathIsDirectoryEmptyW(wstr)
|
||||
623 stdcall PathIsDirectoryW(wstr)
|
||||
624 stdcall PathIsFileSpecA(str)
|
||||
625 stdcall PathIsFileSpecW(wstr)
|
||||
626 stdcall PathIsLFNFileSpecA(str)
|
||||
627 stdcall PathIsLFNFileSpecW(wstr)
|
||||
628 stdcall PathIsNetworkPathA(str)
|
||||
629 stdcall PathIsNetworkPathW(wstr)
|
||||
630 stdcall PathIsPrefixA(str str)
|
||||
631 stdcall PathIsPrefixW(wstr wstr)
|
||||
632 stdcall PathIsRelativeA(str)
|
||||
633 stdcall PathIsRelativeW(wstr)
|
||||
634 stdcall PathIsRootA(str)
|
||||
635 stdcall PathIsRootW(wstr)
|
||||
636 stdcall PathIsSameRootA(str str)
|
||||
637 stdcall PathIsSameRootW(wstr wstr)
|
||||
638 stdcall PathIsSystemFolderA(str long)
|
||||
|
||||
639 stdcall -noname -version=0x600+ SHInvokeCommandOnContextMenuEx(ptr ptr ptr long long str wstr)
|
||||
|
||||
@ stdcall AssocCreate(int128 ptr ptr)
|
||||
@ stdcall AssocGetPerceivedType(wstr ptr ptr ptr)
|
||||
@ stdcall AssocIsDangerous(wstr)
|
||||
@ stdcall AssocQueryKeyA(long long str str ptr)
|
||||
@ stdcall AssocQueryKeyW(long long wstr wstr ptr)
|
||||
@ stdcall AssocQueryStringA(long long str str ptr ptr)
|
||||
@ stdcall AssocQueryStringByKeyA(long long ptr str ptr ptr)
|
||||
@ stdcall AssocQueryStringByKeyW(long long ptr wstr ptr ptr)
|
||||
@ stdcall AssocQueryStringW(long long wstr wstr ptr ptr)
|
||||
@ stdcall ChrCmpIA(long long)
|
||||
@ stdcall ChrCmpIW(long long)
|
||||
@ stdcall ColorAdjustLuma(long long long)
|
||||
@ stdcall ColorHLSToRGB(long long long)
|
||||
@ stdcall ColorRGBToHLS(long ptr ptr ptr)
|
||||
@ stdcall -private DllGetVersion(ptr)
|
||||
@ stdcall GetMenuPosFromID(ptr long)
|
||||
@ stdcall HashData(ptr long ptr long)
|
||||
@ stdcall IntlStrEqWorkerA(long str str long) StrIsIntlEqualA
|
||||
@ stdcall IntlStrEqWorkerW(long wstr wstr long) StrIsIntlEqualW
|
||||
@ stdcall IsCharSpaceA(long)
|
||||
@ stdcall PathAddBackslashA(str)
|
||||
@ stdcall PathAddBackslashW(wstr)
|
||||
@ stdcall PathAddExtensionA(str str)
|
||||
@ stdcall PathAddExtensionW(wstr wstr)
|
||||
@ stdcall PathAppendA(str str)
|
||||
@ stdcall PathAppendW(wstr wstr)
|
||||
@ stdcall PathBuildRootA(ptr long)
|
||||
@ stdcall PathBuildRootW(ptr long)
|
||||
@ stdcall PathCanonicalizeA(ptr str)
|
||||
@ stdcall PathCanonicalizeW(ptr wstr)
|
||||
@ stdcall PathCombineA(ptr str str)
|
||||
@ stdcall PathCombineW(ptr wstr wstr)
|
||||
@ stdcall PathCommonPrefixA(str str ptr)
|
||||
@ stdcall PathCommonPrefixW(wstr wstr ptr)
|
||||
@ stdcall PathCompactPathA(long str long)
|
||||
@ stdcall PathCompactPathExA(ptr str long long)
|
||||
@ stdcall PathCompactPathExW(ptr wstr long long)
|
||||
@ stdcall PathCompactPathW(long wstr long)
|
||||
@ stdcall PathCreateFromUrlA(str ptr ptr long)
|
||||
@ stdcall PathCreateFromUrlW(wstr ptr ptr long)
|
||||
@ stdcall -version=0x600+ PathCreateFromUrlAlloc(wstr ptr long)
|
||||
@ stdcall PathFileExistsA(str)
|
||||
@ stdcall PathFileExistsW(wstr)
|
||||
@ stdcall PathFindExtensionA(str)
|
||||
@ stdcall PathFindExtensionW(wstr)
|
||||
@ stdcall PathFindFileNameA(str)
|
||||
@ stdcall PathFindFileNameW(wstr)
|
||||
@ stdcall PathFindNextComponentA(str)
|
||||
@ stdcall PathFindNextComponentW(wstr)
|
||||
@ stdcall PathFindOnPathA(str ptr)
|
||||
@ stdcall PathFindOnPathW(wstr ptr)
|
||||
@ stdcall PathFindSuffixArrayA(str ptr long)
|
||||
@ stdcall PathFindSuffixArrayW(wstr ptr long)
|
||||
@ stdcall PathGetArgsA(str)
|
||||
@ stdcall PathGetArgsW(wstr)
|
||||
@ stdcall PathGetCharTypeA(long)
|
||||
@ stdcall PathGetCharTypeW(long)
|
||||
@ stdcall PathGetDriveNumberA(str)
|
||||
@ stdcall PathGetDriveNumberW(wstr)
|
||||
@ stdcall PathIsContentTypeA(str str)
|
||||
@ stdcall PathIsContentTypeW(wstr wstr)
|
||||
@ stdcall PathIsDirectoryA(str)
|
||||
@ stdcall PathIsDirectoryEmptyA(str)
|
||||
@ stdcall PathIsDirectoryEmptyW(wstr)
|
||||
@ stdcall PathIsDirectoryW(wstr)
|
||||
@ stdcall PathIsFileSpecA(str)
|
||||
@ stdcall PathIsFileSpecW(wstr)
|
||||
@ stdcall PathIsLFNFileSpecA(str)
|
||||
@ stdcall PathIsLFNFileSpecW(wstr)
|
||||
@ stdcall PathIsNetworkPathA(str)
|
||||
@ stdcall PathIsNetworkPathW(wstr)
|
||||
@ stdcall PathIsPrefixA(str str)
|
||||
@ stdcall PathIsPrefixW(wstr wstr)
|
||||
@ stdcall PathIsRelativeA(str)
|
||||
@ stdcall PathIsRelativeW(wstr)
|
||||
@ stdcall PathIsRootA(str)
|
||||
@ stdcall PathIsRootW(wstr)
|
||||
@ stdcall PathIsSameRootA(str str)
|
||||
@ stdcall PathIsSameRootW(wstr wstr)
|
||||
@ stdcall PathIsSystemFolderA(str long)
|
||||
@ stdcall PathIsSystemFolderW(wstr long)
|
||||
640 stdcall PathIsUNCA(str)
|
||||
641 stdcall PathIsUNCServerA(str)
|
||||
642 stdcall PathIsUNCServerShareA(str)
|
||||
643 stdcall PathIsUNCServerShareW(wstr)
|
||||
644 stdcall PathIsUNCServerW(wstr)
|
||||
645 stdcall PathIsUNCW(wstr)
|
||||
646 stdcall PathIsURLA(str)
|
||||
647 stdcall PathIsURLW(wstr)
|
||||
648 stdcall PathMakePrettyA(str)
|
||||
649 stdcall PathMakePrettyW(wstr)
|
||||
650 stdcall PathMakeSystemFolderA(str)
|
||||
651 stdcall PathMakeSystemFolderW(wstr)
|
||||
652 stdcall PathMatchSpecA(str str)
|
||||
653 stdcall PathMatchSpecW(wstr wstr)
|
||||
654 stdcall PathParseIconLocationA(str)
|
||||
655 stdcall PathParseIconLocationW(wstr)
|
||||
656 stdcall PathQuoteSpacesA(str)
|
||||
657 stdcall PathQuoteSpacesW(wstr)
|
||||
658 stdcall PathRelativePathToA(ptr str long str long)
|
||||
659 stdcall PathRelativePathToW(ptr wstr long wstr long)
|
||||
660 stdcall PathRemoveArgsA(str)
|
||||
661 stdcall PathRemoveArgsW(wstr)
|
||||
662 stdcall PathRemoveBackslashA(str)
|
||||
663 stdcall PathRemoveBackslashW(wstr)
|
||||
664 stdcall PathRemoveBlanksA(str)
|
||||
665 stdcall PathRemoveBlanksW(wstr)
|
||||
666 stdcall PathRemoveExtensionA(str)
|
||||
667 stdcall PathRemoveExtensionW(wstr)
|
||||
668 stdcall PathRemoveFileSpecA(str)
|
||||
669 stdcall PathRemoveFileSpecW(wstr)
|
||||
670 stdcall PathRenameExtensionA(str str)
|
||||
671 stdcall PathRenameExtensionW(wstr wstr)
|
||||
672 stdcall PathSearchAndQualifyA(str ptr long)
|
||||
673 stdcall PathSearchAndQualifyW(wstr ptr long)
|
||||
674 stdcall PathSetDlgItemPathA(long long ptr)
|
||||
675 stdcall PathSetDlgItemPathW(long long ptr)
|
||||
676 stdcall PathSkipRootA(str)
|
||||
677 stdcall PathSkipRootW(wstr)
|
||||
678 stdcall PathStripPathA(str)
|
||||
679 stdcall PathStripPathW(wstr)
|
||||
680 stdcall PathStripToRootA(str)
|
||||
681 stdcall PathStripToRootW(wstr)
|
||||
682 stdcall PathUnExpandEnvStringsA(str ptr long)
|
||||
683 stdcall PathUnExpandEnvStringsW(wstr ptr long)
|
||||
684 stdcall PathUndecorateA(str)
|
||||
685 stdcall PathUndecorateW(wstr)
|
||||
686 stdcall PathUnmakeSystemFolderA(str)
|
||||
687 stdcall PathUnmakeSystemFolderW(wstr)
|
||||
688 stdcall PathUnquoteSpacesA(str)
|
||||
689 stdcall PathUnquoteSpacesW(wstr)
|
||||
690 stdcall SHAutoComplete(ptr long)
|
||||
@ stdcall PathIsUNCA(str)
|
||||
@ stdcall PathIsUNCServerA(str)
|
||||
@ stdcall PathIsUNCServerShareA(str)
|
||||
@ stdcall PathIsUNCServerShareW(wstr)
|
||||
@ stdcall PathIsUNCServerW(wstr)
|
||||
@ stdcall PathIsUNCW(wstr)
|
||||
@ stdcall PathIsURLA(str)
|
||||
@ stdcall PathIsURLW(wstr)
|
||||
@ stdcall PathMakePrettyA(str)
|
||||
@ stdcall PathMakePrettyW(wstr)
|
||||
@ stdcall PathMakeSystemFolderA(str)
|
||||
@ stdcall PathMakeSystemFolderW(wstr)
|
||||
@ stdcall PathMatchSpecA(str str)
|
||||
@ stdcall PathMatchSpecW(wstr wstr)
|
||||
@ stdcall PathParseIconLocationA(str)
|
||||
@ stdcall PathParseIconLocationW(wstr)
|
||||
@ stdcall PathQuoteSpacesA(str)
|
||||
@ stdcall PathQuoteSpacesW(wstr)
|
||||
@ stdcall PathRelativePathToA(ptr str long str long)
|
||||
@ stdcall PathRelativePathToW(ptr wstr long wstr long)
|
||||
@ stdcall PathRemoveArgsA(str)
|
||||
@ stdcall PathRemoveArgsW(wstr)
|
||||
@ stdcall PathRemoveBackslashA(str)
|
||||
@ stdcall PathRemoveBackslashW(wstr)
|
||||
@ stdcall PathRemoveBlanksA(str)
|
||||
@ stdcall PathRemoveBlanksW(wstr)
|
||||
@ stdcall PathRemoveExtensionA(str)
|
||||
@ stdcall PathRemoveExtensionW(wstr)
|
||||
@ stdcall PathRemoveFileSpecA(str)
|
||||
@ stdcall PathRemoveFileSpecW(wstr)
|
||||
@ stdcall PathRenameExtensionA(str str)
|
||||
@ stdcall PathRenameExtensionW(wstr wstr)
|
||||
@ stdcall PathSearchAndQualifyA(str ptr long)
|
||||
@ stdcall PathSearchAndQualifyW(wstr ptr long)
|
||||
@ stdcall PathSetDlgItemPathA(long long ptr)
|
||||
@ stdcall PathSetDlgItemPathW(long long ptr)
|
||||
@ stdcall PathSkipRootA(str)
|
||||
@ stdcall PathSkipRootW(wstr)
|
||||
@ stdcall PathStripPathA(str)
|
||||
@ stdcall PathStripPathW(wstr)
|
||||
@ stdcall PathStripToRootA(str)
|
||||
@ stdcall PathStripToRootW(wstr)
|
||||
@ stdcall PathUnExpandEnvStringsA(str ptr long)
|
||||
@ stdcall PathUnExpandEnvStringsW(wstr ptr long)
|
||||
@ stdcall PathUndecorateA(str)
|
||||
@ stdcall PathUndecorateW(wstr)
|
||||
@ stdcall PathUnmakeSystemFolderA(str)
|
||||
@ stdcall PathUnmakeSystemFolderW(wstr)
|
||||
@ stdcall PathUnquoteSpacesA(str)
|
||||
@ stdcall PathUnquoteSpacesW(wstr)
|
||||
@ stdcall SHAutoComplete(ptr long)
|
||||
@ stdcall SHCopyKeyA(long str long long) shcore.SHCopyKeyA
|
||||
@ stdcall SHCopyKeyW(long wstr long long) shcore.SHCopyKeyW
|
||||
693 stdcall SHCreateShellPalette(long)
|
||||
@ stdcall SHCreateShellPalette(long)
|
||||
@ stdcall SHCreateStreamOnFileA(str long ptr) shcore.SHCreateStreamOnFileA
|
||||
@ stdcall SHCreateStreamOnFileEx(wstr long long long ptr ptr) shcore.SHCreateStreamOnFileEx
|
||||
@ stdcall SHCreateStreamOnFileW(wstr long ptr) shcore.SHCreateStreamOnFileW
|
||||
697 stdcall SHCreateStreamWrapper(ptr ptr long ptr)
|
||||
@ stdcall SHCreateStreamWrapper(ptr ptr long ptr)
|
||||
@ stdcall SHCreateThreadRef(ptr ptr) shcore.SHCreateThreadRef
|
||||
@ stdcall SHDeleteEmptyKeyA(long str) shcore.SHDeleteEmptyKeyA
|
||||
@ stdcall SHDeleteEmptyKeyW(long wstr) shcore.SHDeleteEmptyKeyW
|
||||
@ stdcall SHDeleteKeyA(long str) shcore.SHDeleteKeyA
|
||||
@ stdcall SHDeleteKeyW(long wstr) shcore.SHDeleteKeyW
|
||||
703 stdcall SHDeleteOrphanKeyA(long str)
|
||||
704 stdcall SHDeleteOrphanKeyW(long wstr)
|
||||
705 stdcall SHDeleteValueA(long str str)
|
||||
706 stdcall SHDeleteValueW(long wstr wstr)
|
||||
@ stdcall SHDeleteOrphanKeyA(long str)
|
||||
@ stdcall SHDeleteOrphanKeyW(long wstr)
|
||||
@ stdcall SHDeleteValueA(long str str)
|
||||
@ stdcall SHDeleteValueW(long wstr wstr)
|
||||
@ stdcall SHEnumKeyExA(long long str ptr) shcore.SHEnumKeyExA
|
||||
@ stdcall SHEnumKeyExW(long long wstr ptr) shcore.SHEnumKeyExW
|
||||
@ stdcall SHEnumValueA(long long str ptr ptr ptr ptr) shcore.SHEnumValueA
|
||||
@ stdcall SHEnumValueW(long long wstr ptr ptr ptr ptr) shcore.SHEnumValueW
|
||||
711 stdcall SHGetInverseCMAP(ptr long)
|
||||
@ stdcall SHGetInverseCMAP(ptr long)
|
||||
@ stdcall SHGetThreadRef(ptr) shcore.SHGetThreadRef
|
||||
713 stdcall SHGetValueA(long str str ptr ptr ptr)
|
||||
714 stdcall SHGetValueW(long wstr wstr ptr ptr ptr)
|
||||
715 stdcall SHIsLowMemoryMachine(long)
|
||||
@ stdcall SHGetValueA(long str str ptr ptr ptr)
|
||||
@ stdcall SHGetValueW(long wstr wstr ptr ptr ptr)
|
||||
@ stdcall SHIsLowMemoryMachine(long)
|
||||
@ stdcall SHOpenRegStream2A(long str str long) shcore.SHOpenRegStream2A
|
||||
@ stdcall SHOpenRegStream2W(long wstr wstr long) shcore.SHOpenRegStream2W
|
||||
@ stdcall SHOpenRegStreamA(long str str long) shcore.SHOpenRegStreamA
|
||||
@ stdcall SHOpenRegStreamW(long wstr wstr long) shcore.SHOpenRegStreamW
|
||||
720 stdcall SHQueryInfoKeyA(long ptr ptr ptr ptr)
|
||||
721 stdcall SHQueryInfoKeyW(long ptr ptr ptr ptr)
|
||||
722 stdcall SHQueryValueExA(long str ptr ptr ptr ptr)
|
||||
723 stdcall SHQueryValueExW(long wstr ptr ptr ptr ptr)
|
||||
724 stdcall SHRegCloseUSKey(ptr)
|
||||
725 stdcall SHRegCreateUSKeyA(str long long ptr long)
|
||||
726 stdcall SHRegCreateUSKeyW(wstr long long ptr long)
|
||||
727 stdcall SHRegDeleteEmptyUSKeyA(long str long)
|
||||
728 stdcall SHRegDeleteEmptyUSKeyW(long wstr long)
|
||||
729 stdcall SHRegDeleteUSValueA(long str long)
|
||||
730 stdcall SHRegDeleteUSValueW(long wstr long)
|
||||
731 stdcall SHRegDuplicateHKey(long)
|
||||
732 stdcall SHRegEnumUSKeyA(long long str ptr long)
|
||||
733 stdcall SHRegEnumUSKeyW(long long wstr ptr long)
|
||||
734 stdcall SHRegEnumUSValueA(long long ptr ptr ptr ptr ptr long)
|
||||
735 stdcall SHRegEnumUSValueW(long long ptr ptr ptr ptr ptr long)
|
||||
736 stdcall SHRegGetBoolUSValueA(str str long long)
|
||||
737 stdcall SHRegGetBoolUSValueW(wstr wstr long long)
|
||||
738 stdcall SHRegGetPathA(long str str ptr long)
|
||||
739 stdcall SHRegGetPathW(long wstr wstr ptr long)
|
||||
740 stdcall SHRegGetUSValueA(str str ptr ptr ptr long ptr long)
|
||||
741 stdcall SHRegGetUSValueW(wstr wstr ptr ptr ptr long ptr long)
|
||||
742 stdcall SHRegGetValueA(long str str long ptr ptr ptr) advapi32.RegGetValueA
|
||||
743 stdcall SHRegGetValueW(long wstr wstr long ptr ptr ptr) advapi32.RegGetValueW
|
||||
744 stdcall SHRegOpenUSKeyA(str long long long long)
|
||||
745 stdcall SHRegOpenUSKeyW(wstr long long long long)
|
||||
746 stdcall SHRegQueryInfoUSKeyA(long ptr ptr ptr ptr long)
|
||||
747 stdcall SHRegQueryInfoUSKeyW(long ptr ptr ptr ptr long)
|
||||
748 stdcall SHRegQueryUSValueA(long str ptr ptr ptr long ptr long)
|
||||
749 stdcall SHRegQueryUSValueW(long wstr ptr ptr ptr long ptr long)
|
||||
750 stdcall SHRegSetPathA(long str str str long)
|
||||
751 stdcall SHRegSetPathW(long wstr wstr wstr long)
|
||||
752 stdcall SHRegSetUSValueA(str str long ptr long long)
|
||||
753 stdcall SHRegSetUSValueW(wstr wstr long ptr long long)
|
||||
754 stdcall SHRegWriteUSValueA(long str long ptr long long)
|
||||
755 stdcall SHRegWriteUSValueW(long wstr long ptr long long)
|
||||
756 stdcall SHRegisterValidateTemplate(wstr long)
|
||||
@ stdcall SHQueryInfoKeyA(long ptr ptr ptr ptr)
|
||||
@ stdcall SHQueryInfoKeyW(long ptr ptr ptr ptr)
|
||||
@ stdcall SHQueryValueExA(long str ptr ptr ptr ptr)
|
||||
@ stdcall SHQueryValueExW(long wstr ptr ptr ptr ptr)
|
||||
@ stdcall SHRegCloseUSKey(ptr)
|
||||
@ stdcall SHRegCreateUSKeyA(str long long ptr long)
|
||||
@ stdcall SHRegCreateUSKeyW(wstr long long ptr long)
|
||||
@ stdcall SHRegDeleteEmptyUSKeyA(long str long)
|
||||
@ stdcall SHRegDeleteEmptyUSKeyW(long wstr long)
|
||||
@ stdcall SHRegDeleteUSValueA(long str long)
|
||||
@ stdcall SHRegDeleteUSValueW(long wstr long)
|
||||
@ stdcall SHRegDuplicateHKey(long)
|
||||
@ stdcall SHRegEnumUSKeyA(long long str ptr long)
|
||||
@ stdcall SHRegEnumUSKeyW(long long wstr ptr long)
|
||||
@ stdcall SHRegEnumUSValueA(long long ptr ptr ptr ptr ptr long)
|
||||
@ stdcall SHRegEnumUSValueW(long long ptr ptr ptr ptr ptr long)
|
||||
@ stdcall SHRegGetBoolUSValueA(str str long long)
|
||||
@ stdcall SHRegGetBoolUSValueW(wstr wstr long long)
|
||||
@ stdcall SHRegGetPathA(long str str ptr long)
|
||||
@ stdcall SHRegGetPathW(long wstr wstr ptr long)
|
||||
@ stdcall SHRegGetUSValueA(str str ptr ptr ptr long ptr long)
|
||||
@ stdcall SHRegGetUSValueW(wstr wstr ptr ptr ptr long ptr long)
|
||||
@ stdcall SHRegGetValueA(long str str long ptr ptr ptr) advapi32.RegGetValueA
|
||||
@ stdcall SHRegGetValueW(long wstr wstr long ptr ptr ptr) advapi32.RegGetValueW
|
||||
@ stdcall SHRegOpenUSKeyA(str long long long long)
|
||||
@ stdcall SHRegOpenUSKeyW(wstr long long long long)
|
||||
@ stdcall SHRegQueryInfoUSKeyA(long ptr ptr ptr ptr long)
|
||||
@ stdcall SHRegQueryInfoUSKeyW(long ptr ptr ptr ptr long)
|
||||
@ stdcall SHRegQueryUSValueA(long str ptr ptr ptr long ptr long)
|
||||
@ stdcall SHRegQueryUSValueW(long wstr ptr ptr ptr long ptr long)
|
||||
@ stdcall SHRegSetPathA(long str str str long)
|
||||
@ stdcall SHRegSetPathW(long wstr wstr wstr long)
|
||||
@ stdcall SHRegSetUSValueA(str str long ptr long long)
|
||||
@ stdcall SHRegSetUSValueW(wstr wstr long ptr long long)
|
||||
@ stdcall SHRegWriteUSValueA(long str long ptr long long)
|
||||
@ stdcall SHRegWriteUSValueW(long wstr long ptr long long)
|
||||
@ stdcall SHRegisterValidateTemplate(wstr long)
|
||||
@ stdcall SHReleaseThreadRef() shcore.SHReleaseThreadRef
|
||||
@ stdcall SHSetThreadRef(ptr) shcore.SHSetThreadRef
|
||||
759 stdcall SHSetValueA(long str str long ptr long)
|
||||
760 stdcall SHSetValueW(long wstr wstr long ptr long)
|
||||
761 stdcall SHSkipJunction(ptr ptr)
|
||||
762 stdcall SHStrDupA(str ptr)
|
||||
763 stdcall SHStrDupW(wstr ptr)
|
||||
764 stdcall StrCSpnA(str str)
|
||||
765 stdcall StrCSpnIA(str str)
|
||||
766 stdcall StrCSpnIW(wstr wstr)
|
||||
767 stdcall StrCSpnW(wstr wstr)
|
||||
768 stdcall StrCatBuffA(str str long)
|
||||
769 stdcall StrCatBuffW(wstr wstr long)
|
||||
770 stdcall StrCatChainW (ptr long long wstr)
|
||||
771 stdcall StrCatW(ptr wstr)
|
||||
772 stdcall StrChrA(str long)
|
||||
773 stdcall StrChrIA(str long)
|
||||
774 stdcall StrChrIW(wstr long)
|
||||
775 stub StrChrNIW
|
||||
776 stdcall StrChrNW(wstr long long)
|
||||
777 stdcall StrChrW(wstr long)
|
||||
778 stdcall StrCmpIW(wstr wstr)
|
||||
779 stdcall StrCmpLogicalW(wstr wstr)
|
||||
780 stdcall StrCmpNA(str str long)
|
||||
781 stdcall StrCmpNIA(str str long)
|
||||
782 stdcall StrCmpNIW(wstr wstr long)
|
||||
783 stdcall StrCmpNW(wstr wstr long)
|
||||
784 stdcall StrCmpW(wstr wstr)
|
||||
785 stdcall StrCpyNW(ptr wstr long)
|
||||
786 stdcall StrCpyW(ptr wstr)
|
||||
787 stdcall StrDupA(str)
|
||||
788 stdcall StrDupW(wstr)
|
||||
789 stdcall StrFormatByteSize64A(int64 ptr long)
|
||||
790 stdcall StrFormatByteSizeA(long ptr long)
|
||||
@ stdcall SHSetValueA(long str str long ptr long)
|
||||
@ stdcall SHSetValueW(long wstr wstr long ptr long)
|
||||
@ stdcall SHSkipJunction(ptr ptr)
|
||||
@ stdcall SHStrDupA(str ptr)
|
||||
@ stdcall SHStrDupW(wstr ptr)
|
||||
@ stdcall StrCSpnA(str str)
|
||||
@ stdcall StrCSpnIA(str str)
|
||||
@ stdcall StrCSpnIW(wstr wstr)
|
||||
@ stdcall StrCSpnW(wstr wstr)
|
||||
@ stdcall StrCatBuffA(str str long)
|
||||
@ stdcall StrCatBuffW(wstr wstr long)
|
||||
@ stdcall StrCatChainW (ptr long long wstr)
|
||||
@ stdcall StrCatW(ptr wstr)
|
||||
@ stdcall StrChrA(str long)
|
||||
@ stdcall StrChrIA(str long)
|
||||
@ stdcall StrChrIW(wstr long)
|
||||
@ stub StrChrNIW
|
||||
@ stdcall StrChrNW(wstr long long)
|
||||
@ stdcall StrChrW(wstr long)
|
||||
@ stdcall StrCmpIW(wstr wstr)
|
||||
@ stdcall StrCmpLogicalW(wstr wstr)
|
||||
@ stdcall StrCmpNA(str str long)
|
||||
@ stdcall StrCmpNIA(str str long)
|
||||
@ stdcall StrCmpNIW(wstr wstr long)
|
||||
@ stdcall StrCmpNW(wstr wstr long)
|
||||
@ stdcall StrCmpW(wstr wstr)
|
||||
@ stdcall StrCpyNW(ptr wstr long)
|
||||
@ stdcall StrCpyW(ptr wstr)
|
||||
@ stdcall StrDupA(str)
|
||||
@ stdcall StrDupW(wstr)
|
||||
@ stdcall StrFormatByteSize64A(int64 ptr long)
|
||||
@ stdcall StrFormatByteSizeA(long ptr long)
|
||||
@ stdcall -version=0x600+ StrFormatByteSizeEx(int64 long ptr long)
|
||||
791 stdcall StrFormatByteSizeW(int64 ptr long)
|
||||
792 stdcall StrFormatKBSizeA(int64 str long)
|
||||
793 stdcall StrFormatKBSizeW(int64 wstr long)
|
||||
794 stdcall StrFromTimeIntervalA(ptr long long long)
|
||||
795 stdcall StrFromTimeIntervalW(ptr long long long)
|
||||
796 stdcall StrIsIntlEqualA(long str str long)
|
||||
797 stdcall StrIsIntlEqualW(long wstr wstr long)
|
||||
798 stdcall StrNCatA(str str long)
|
||||
799 stdcall StrNCatW(wstr wstr long)
|
||||
800 stdcall StrPBrkA(str str)
|
||||
801 stdcall StrPBrkW(wstr wstr)
|
||||
802 stdcall StrRChrA(str str long)
|
||||
803 stdcall StrRChrIA(str str long)
|
||||
804 stdcall StrRChrIW(wstr wstr long)
|
||||
805 stdcall StrRChrW(wstr wstr long)
|
||||
806 stdcall StrRStrIA(str str str)
|
||||
807 stdcall StrRStrIW(wstr wstr wstr)
|
||||
808 stdcall StrRetToBSTR(ptr ptr ptr)
|
||||
809 stdcall StrRetToBufA(ptr ptr ptr long)
|
||||
810 stdcall StrRetToBufW(ptr ptr ptr long)
|
||||
811 stdcall StrRetToStrA(ptr ptr ptr)
|
||||
812 stdcall StrRetToStrW(ptr ptr ptr)
|
||||
813 stdcall StrSpnA(str str)
|
||||
814 stdcall StrSpnW(wstr wstr)
|
||||
815 stdcall StrStrA(str str)
|
||||
816 stdcall StrStrIA(str str)
|
||||
817 stdcall StrStrIW(wstr wstr)
|
||||
818 stdcall StrStrNIW(wstr wstr long)
|
||||
819 stdcall StrStrNW(wstr wstr long)
|
||||
820 stdcall StrStrW(wstr wstr)
|
||||
821 stdcall StrToInt64ExA(str long ptr)
|
||||
822 stdcall StrToInt64ExW(wstr long ptr)
|
||||
823 stdcall StrToIntA(str)
|
||||
824 stdcall StrToIntExA(str long ptr)
|
||||
825 stdcall StrToIntExW(wstr long ptr)
|
||||
826 stdcall StrToIntW(wstr)
|
||||
827 stdcall StrTrimA(str str)
|
||||
828 stdcall StrTrimW(wstr wstr)
|
||||
829 stdcall UrlApplySchemeA(str ptr ptr long)
|
||||
830 stdcall UrlApplySchemeW(wstr ptr ptr long)
|
||||
831 stdcall UrlCanonicalizeA(str ptr ptr long)
|
||||
832 stdcall UrlCanonicalizeW(wstr ptr ptr long)
|
||||
833 stdcall UrlCombineA(str str ptr ptr long)
|
||||
834 stdcall UrlCombineW(wstr wstr ptr ptr long)
|
||||
835 stdcall UrlCompareA(str str long)
|
||||
836 stdcall UrlCompareW(wstr wstr long)
|
||||
837 stdcall UrlCreateFromPathA(str ptr ptr long)
|
||||
838 stdcall UrlCreateFromPathW(wstr ptr ptr long)
|
||||
839 stdcall UrlEscapeA(str ptr ptr long)
|
||||
840 stdcall UrlEscapeW(wstr ptr ptr long)
|
||||
841 stdcall UrlGetLocationA(str)
|
||||
842 stdcall UrlGetLocationW(wstr)
|
||||
843 stdcall UrlGetPartA(str ptr ptr long long)
|
||||
844 stdcall UrlGetPartW(wstr ptr ptr long long)
|
||||
845 stdcall UrlHashA(str ptr long)
|
||||
846 stdcall UrlHashW(wstr ptr long)
|
||||
847 stdcall UrlIsA(str long)
|
||||
848 stdcall UrlIsNoHistoryA(str)
|
||||
849 stdcall UrlIsNoHistoryW(wstr)
|
||||
850 stdcall UrlIsOpaqueA(str)
|
||||
851 stdcall UrlIsOpaqueW(wstr)
|
||||
852 stdcall UrlIsW(wstr long)
|
||||
853 stdcall UrlUnescapeA(str ptr ptr long)
|
||||
854 stdcall UrlUnescapeW(wstr ptr ptr long)
|
||||
855 varargs wnsprintfA(ptr long str)
|
||||
856 varargs wnsprintfW(ptr long wstr)
|
||||
857 stdcall wvnsprintfA(ptr long str ptr)
|
||||
858 stdcall wvnsprintfW(ptr long wstr ptr)
|
||||
@ stdcall StrFormatByteSizeW(int64 ptr long)
|
||||
@ stdcall StrFormatKBSizeA(int64 str long)
|
||||
@ stdcall StrFormatKBSizeW(int64 wstr long)
|
||||
@ stdcall StrFromTimeIntervalA(ptr long long long)
|
||||
@ stdcall StrFromTimeIntervalW(ptr long long long)
|
||||
@ stdcall StrIsIntlEqualA(long str str long)
|
||||
@ stdcall StrIsIntlEqualW(long wstr wstr long)
|
||||
@ stdcall StrNCatA(str str long)
|
||||
@ stdcall StrNCatW(wstr wstr long)
|
||||
@ stdcall StrPBrkA(str str)
|
||||
@ stdcall StrPBrkW(wstr wstr)
|
||||
@ stdcall StrRChrA(str str long)
|
||||
@ stdcall StrRChrIA(str str long)
|
||||
@ stdcall StrRChrIW(wstr wstr long)
|
||||
@ stdcall StrRChrW(wstr wstr long)
|
||||
@ stdcall StrRStrIA(str str str)
|
||||
@ stdcall StrRStrIW(wstr wstr wstr)
|
||||
@ stdcall StrRetToBSTR(ptr ptr ptr)
|
||||
@ stdcall StrRetToBufA(ptr ptr ptr long)
|
||||
@ stdcall StrRetToBufW(ptr ptr ptr long)
|
||||
@ stdcall StrRetToStrA(ptr ptr ptr)
|
||||
@ stdcall StrRetToStrW(ptr ptr ptr)
|
||||
@ stdcall StrSpnA(str str)
|
||||
@ stdcall StrSpnW(wstr wstr)
|
||||
@ stdcall StrStrA(str str)
|
||||
@ stdcall StrStrIA(str str)
|
||||
@ stdcall StrStrIW(wstr wstr)
|
||||
@ stdcall StrStrNIW(wstr wstr long)
|
||||
@ stdcall StrStrNW(wstr wstr long)
|
||||
@ stdcall StrStrW(wstr wstr)
|
||||
@ stdcall StrToInt64ExA(str long ptr)
|
||||
@ stdcall StrToInt64ExW(wstr long ptr)
|
||||
@ stdcall StrToIntA(str)
|
||||
@ stdcall StrToIntExA(str long ptr)
|
||||
@ stdcall StrToIntExW(wstr long ptr)
|
||||
@ stdcall StrToIntW(wstr)
|
||||
@ stdcall StrTrimA(str str)
|
||||
@ stdcall StrTrimW(wstr wstr)
|
||||
@ stdcall UrlApplySchemeA(str ptr ptr long)
|
||||
@ stdcall UrlApplySchemeW(wstr ptr ptr long)
|
||||
@ stdcall UrlCanonicalizeA(str ptr ptr long)
|
||||
@ stdcall UrlCanonicalizeW(wstr ptr ptr long)
|
||||
@ stdcall UrlCombineA(str str ptr ptr long)
|
||||
@ stdcall UrlCombineW(wstr wstr ptr ptr long)
|
||||
@ stdcall UrlCompareA(str str long)
|
||||
@ stdcall UrlCompareW(wstr wstr long)
|
||||
@ stdcall UrlCreateFromPathA(str ptr ptr long)
|
||||
@ stdcall UrlCreateFromPathW(wstr ptr ptr long)
|
||||
@ stdcall UrlEscapeA(str ptr ptr long)
|
||||
@ stdcall UrlEscapeW(wstr ptr ptr long)
|
||||
@ stdcall UrlGetLocationA(str)
|
||||
@ stdcall UrlGetLocationW(wstr)
|
||||
@ stdcall UrlGetPartA(str ptr ptr long long)
|
||||
@ stdcall UrlGetPartW(wstr ptr ptr long long)
|
||||
@ stdcall UrlHashA(str ptr long)
|
||||
@ stdcall UrlHashW(wstr ptr long)
|
||||
@ stdcall UrlIsA(str long)
|
||||
@ stdcall UrlIsNoHistoryA(str)
|
||||
@ stdcall UrlIsNoHistoryW(wstr)
|
||||
@ stdcall UrlIsOpaqueA(str)
|
||||
@ stdcall UrlIsOpaqueW(wstr)
|
||||
@ stdcall UrlIsW(wstr long)
|
||||
@ stdcall UrlUnescapeA(str ptr ptr long)
|
||||
@ stdcall UrlUnescapeW(wstr ptr ptr long)
|
||||
@ varargs wnsprintfA(ptr long str)
|
||||
@ varargs wnsprintfW(ptr long wstr)
|
||||
@ stdcall wvnsprintfA(ptr long str ptr)
|
||||
@ stdcall wvnsprintfW(ptr long wstr ptr)
|
||||
|
||||
Reference in New Issue
Block a user