1*eb574b03SAriel Constenla-Haile;************************************************************************* 2*eb574b03SAriel Constenla-Haile; 3*eb574b03SAriel Constenla-Haile; Licensed to the Apache Software Foundation (ASF) under one 4*eb574b03SAriel Constenla-Haile; or more contributor license agreements. See the NOTICE file 5*eb574b03SAriel Constenla-Haile; distributed with this work for additional information 6*eb574b03SAriel Constenla-Haile; regarding copyright ownership. The ASF licenses this file 7*eb574b03SAriel Constenla-Haile; to you under the Apache License, Version 2.0 (the 8*eb574b03SAriel Constenla-Haile; "License"); you may not use this file except in compliance 9*eb574b03SAriel Constenla-Haile; with the License. You may obtain a copy of the License at 10*eb574b03SAriel Constenla-Haile; 11*eb574b03SAriel Constenla-Haile; http://www.apache.org/licenses/LICENSE-2.0 12*eb574b03SAriel Constenla-Haile; 13*eb574b03SAriel Constenla-Haile; Unless required by applicable law or agreed to in writing, 14*eb574b03SAriel Constenla-Haile; software distributed under the License is distributed on an 15*eb574b03SAriel Constenla-Haile; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*eb574b03SAriel Constenla-Haile; KIND, either express or implied. See the License for the 17*eb574b03SAriel Constenla-Haile; specific language governing permissions and limitations 18*eb574b03SAriel Constenla-Haile; under the License. 19*eb574b03SAriel Constenla-Haile; 20*eb574b03SAriel Constenla-Haile;************************************************************************* 21cdf0e10cSrcweir 22528d5388SJürgen Schmidt;DllGetVersion 23cdf0e10cSrcweir;CheckTokenMembership 24cdf0e10cSrcweirCommandLineToArgvW 25cdf0e10cSrcweirCopyFileExA 26cdf0e10cSrcweirCopyFileExW 27cdf0e10cSrcweirCreateToolhelp32Snapshot 28cdf0e10cSrcweirDrawStateW 29cdf0e10cSrcweirEnumProcesses 30cdf0e10cSrcweirGetDiskFreeSpaceExA 31cdf0e10cSrcweirGetDiskFreeSpaceExW 32cdf0e10cSrcweirGetLogicalDriveStringsW 33cdf0e10cSrcweirGetLongPathNameA 34cdf0e10cSrcweirGetLongPathNameW 35cdf0e10cSrcweirGetModuleFileNameExA 36cdf0e10cSrcweirGetModuleFileNameExW 37cdf0e10cSrcweirGetProcessId 38cdf0e10cSrcweirGetUserDefaultUILanguage 39cdf0e10cSrcweirGetUserDomainA 40cdf0e10cSrcweirGetUserDomainW 41cdf0e10cSrcweirModule32First 42cdf0e10cSrcweirModule32FirstW 43cdf0e10cSrcweirModule32Next 44cdf0e10cSrcweirModule32NextW 45cdf0e10cSrcweirMoveFileExA 46cdf0e10cSrcweirMoveFileExW 47cdf0e10cSrcweirProcess32First 48cdf0e10cSrcweirProcess32FirstW 49cdf0e10cSrcweirProcess32Next 50cdf0e10cSrcweirProcess32NextW 51cdf0e10cSrcweirFindFirstVolumeA 52cdf0e10cSrcweirFindFirstVolumeW 53cdf0e10cSrcweirFindNextVolumeA 54cdf0e10cSrcweirFindNextVolumeW 55cdf0e10cSrcweirFindVolumeClose 56cdf0e10cSrcweirFindFirstVolumeMountPointA 57cdf0e10cSrcweirFindFirstVolumeMountPointW 58cdf0e10cSrcweirFindNextVolumeMountPointA 59cdf0e10cSrcweirFindNextVolumeMountPointW 60cdf0e10cSrcweirFindVolumeMountPointClose 61cdf0e10cSrcweirGetVolumeNameForVolumeMountPointA 62cdf0e10cSrcweirGetVolumeNameForVolumeMountPointW 63cdf0e10cSrcweirDeleteVolumeMountPointA 64cdf0e10cSrcweirDeleteVolumeMountPointW 65cdf0e10cSrcweirGetVolumePathNameA 66cdf0e10cSrcweirGetVolumePathNameW 67cdf0e10cSrcweirSetVolumeMountPointA 68cdf0e10cSrcweirSetVolumeMountPointW 69cdf0e10cSrcweirPathAddBackslashW 70cdf0e10cSrcweirPathCompactPathExW 71cdf0e10cSrcweirPathFileExistsW 72cdf0e10cSrcweirPathFindExtensionW 73cdf0e10cSrcweirPathFindFileNameW 74cdf0e10cSrcweirPathIsFileSpecW 75cdf0e10cSrcweirPathIsUNCW 76cdf0e10cSrcweirPathRemoveExtensionW 77cdf0e10cSrcweirPathRemoveFileSpecW 78cdf0e10cSrcweirPathSetDlgItemPathW 79cdf0e10cSrcweirPathStripToRootW 80cdf0e10cSrcweirSHCreateItemFromParsingName 81