Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d7da486c
Commit
d7da486c
authored
Oct 24, 1999
by
Patrik Stridvall
Committed by
Alexandre Julliard
Oct 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added spec file declarations for already implemented functions.
parent
900290aa
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
82 additions
and
74 deletions
+82
-74
avifil32.spec
dlls/avifil32/avifil32.spec
+2
-2
comctl32.spec
dlls/comctl32/comctl32.spec
+1
-1
comctl32undoc.c
dlls/comctl32/comctl32undoc.c
+10
-1
crtdll.spec
dlls/crtdll/crtdll.spec
+1
-1
ntdll.spec
dlls/ntdll/ntdll.spec
+22
-22
reg.c
dlls/ntdll/reg.c
+2
-2
ole32.spec
dlls/ole32/ole32.spec
+1
-1
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+4
-4
olecli32.spec
dlls/olecli/olecli32.spec
+4
-4
psapi.spec
dlls/psapi/psapi.spec
+18
-18
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shlwapi.spec
dlls/shell32/shlwapi.spec
+8
-8
w32skrnl.spec
dlls/win32s/w32skrnl.spec
+1
-1
winspool.spec
dlls/winspool/winspool.spec
+1
-1
wnaspi32.spec
dlls/wnaspi32/wnaspi32.spec
+1
-1
kernel32.spec
relay32/kernel32.spec
+2
-3
user32.spec
relay32/user32.spec
+3
-3
No files found.
dlls/avifil32/avifil32.spec
View file @
d7da486c
...
@@ -8,10 +8,10 @@ type win32
...
@@ -8,10 +8,10 @@ type win32
4 stub AVIFileAddRef
4 stub AVIFileAddRef
5 stub AVIFileCreateStream
5 stub AVIFileCreateStream
6 stdcall AVIFileCreateStreamA(ptr ptr ptr) AVIFileCreateStreamA
6 stdcall AVIFileCreateStreamA(ptr ptr ptr) AVIFileCreateStreamA
7 st
ub
AVIFileCreateStreamW
7 st
dcall AVIFileCreateStreamW(ptr ptr ptr)
AVIFileCreateStreamW
8 stub AVIFileEndRecord
8 stub AVIFileEndRecord
9 stdcall AVIFileExit() AVIFileExit
9 stdcall AVIFileExit() AVIFileExit
10 st
ub
AVIFileGetStream
10 st
dcall AVIFileGetStream(ptr ptr long long)
AVIFileGetStream
11 stdcall AVIFileInfo (ptr ptr long) AVIFileInfoA # A in both Win95 and NT
11 stdcall AVIFileInfo (ptr ptr long) AVIFileInfoA # A in both Win95 and NT
12 stdcall AVIFileInfoA(ptr ptr long) AVIFileInfoA
12 stdcall AVIFileInfoA(ptr ptr long) AVIFileInfoA
13 stdcall AVIFileInfoW(ptr ptr long) AVIFileInfoW
13 stdcall AVIFileInfoW(ptr ptr long) AVIFileInfoW
...
...
dlls/comctl32/comctl32.spec
View file @
d7da486c
...
@@ -148,7 +148,7 @@ init COMCTL32_LibMain
...
@@ -148,7 +148,7 @@ init COMCTL32_LibMain
358 stdcall StrChrW(wstr long) COMCTL32_StrChrW
358 stdcall StrChrW(wstr long) COMCTL32_StrChrW
359 stdcall StrRChrW(wstr wstr long) COMCTL32_StrRChrW
359 stdcall StrRChrW(wstr wstr long) COMCTL32_StrRChrW
360 stdcall StrCmpNW(wstr wstr long) COMCTL32_StrCmpNW
360 stdcall StrCmpNW(wstr wstr long) COMCTL32_StrCmpNW
361 st
ub
StrCmpNIW
361 st
dcall StrCmpNIW(wstr wstr long) COMCTL32_
StrCmpNIW
362 stdcall StrStrW(wstr wstr) COMCTL32_StrStrW
362 stdcall StrStrW(wstr wstr) COMCTL32_StrStrW
363 stub StrStrIW
363 stub StrStrIW
364 stdcall StrSpnW(wstr wstr) COMCTL32_StrSpnW
364 stdcall StrSpnW(wstr wstr) COMCTL32_StrSpnW
...
...
dlls/comctl32/comctl32undoc.c
View file @
d7da486c
...
@@ -1997,7 +1997,7 @@ INT WINAPI COMCTL32_StrCmpNA( LPCSTR lpStr1, LPCSTR lpStr2, int nChar) {
...
@@ -1997,7 +1997,7 @@ INT WINAPI COMCTL32_StrCmpNA( LPCSTR lpStr1, LPCSTR lpStr2, int nChar) {
}
}
/**************************************************************************
/**************************************************************************
* StrCmpN
A [COMCTL32.352
]
* StrCmpN
IA [COMCTL32.353
]
*
*
*/
*/
INT
WINAPI
COMCTL32_StrCmpNIA
(
LPCSTR
lpStr1
,
LPCSTR
lpStr2
,
int
nChar
)
{
INT
WINAPI
COMCTL32_StrCmpNIA
(
LPCSTR
lpStr1
,
LPCSTR
lpStr2
,
int
nChar
)
{
...
@@ -2013,6 +2013,15 @@ INT WINAPI COMCTL32_StrCmpNW( LPCWSTR lpStr1, LPCWSTR lpStr2, int nChar) {
...
@@ -2013,6 +2013,15 @@ INT WINAPI COMCTL32_StrCmpNW( LPCWSTR lpStr1, LPCWSTR lpStr2, int nChar) {
}
}
/**************************************************************************
/**************************************************************************
* StrCmpNIW [COMCTL32.361]
*
*/
INT
WINAPI
COMCTL32_StrCmpNIW
(
LPCWSTR
lpStr1
,
LPCWSTR
lpStr2
,
int
nChar
)
{
FIXME
(
"(%s, %s, %i): stub
\n
"
,
debugstr_w
(
lpStr1
),
debugstr_w
(
lpStr2
),
nChar
);
return
0
;
}
/**************************************************************************
* StrRChrA [COMCTL32.351]
* StrRChrA [COMCTL32.351]
*
*
*/
*/
...
...
dlls/crtdll/crtdll.spec
View file @
d7da486c
...
@@ -470,7 +470,7 @@ init CRTDLL_Init
...
@@ -470,7 +470,7 @@ init CRTDLL_Init
465 cdecl strcoll(str str) strcoll
465 cdecl strcoll(str str) strcoll
466 cdecl strcpy(ptr str) strcpy
466 cdecl strcpy(ptr str) strcpy
467 cdecl strcspn(str str) strcspn
467 cdecl strcspn(str str) strcspn
468
stub
strerror
468
cdecl strerror(long)
strerror
469 cdecl strftime(ptr long str ptr) strftime
469 cdecl strftime(ptr long str ptr) strftime
470 cdecl strlen(str) strlen
470 cdecl strlen(str) strlen
471 cdecl strncat(str str long) strncat
471 cdecl strncat(str str long) strncat
...
...
dlls/ntdll/ntdll.spec
View file @
d7da486c
...
@@ -89,16 +89,16 @@ type win32
...
@@ -89,16 +89,16 @@ type win32
081 stub NtCreateProcess
081 stub NtCreateProcess
082 stub NtCreateProfile
082 stub NtCreateProfile
083 stdcall NtCreateSection(long long long long long long long) NtCreateSection
083 stdcall NtCreateSection(long long long long long long long) NtCreateSection
084 st
ub
NtCreateSemaphore
084 st
dcall NtCreateSemaphore(ptr long ptr long long)
NtCreateSemaphore
085 st
ub
NtCreateSymbolicLinkObject
085 st
dcall NtCreateSymbolicLinkObject(ptr long ptr ptr)
NtCreateSymbolicLinkObject
086 stub NtCreateThread
086 stub NtCreateThread
087 stdcall NtCreateTimer(ptr long ptr long) NtCreateTimer
087 stdcall NtCreateTimer(ptr long ptr long) NtCreateTimer
088 stub NtCreateToken
088 stub NtCreateToken
089 stdcall NtCurrentTeb() NtCurrentTeb
089 stdcall NtCurrentTeb() NtCurrentTeb
090 stub NtDelayExecution
090 stub NtDelayExecution
091 stub NtDeleteFile
091 stub NtDeleteFile
092 st
ub
NtDeleteKey
092 st
dcall NtDeleteKey(long)
NtDeleteKey
093 st
ub
NtDeleteValueKey
093 st
dcall NtDeleteValueKey(long ptr)
NtDeleteValueKey
094 stdcall NtDeviceIoControlFile(long long long long long long long long long long) NtDeviceIoControlFile
094 stdcall NtDeviceIoControlFile(long long long long long long long long long long) NtDeviceIoControlFile
095 stdcall NtDisplayString(ptr)NtDisplayString
095 stdcall NtDisplayString(ptr)NtDisplayString
096 stdcall NtDuplicateObject(long long long long long long long) NtDuplicateObject
096 stdcall NtDuplicateObject(long long long long long long long) NtDuplicateObject
...
@@ -109,7 +109,7 @@ type win32
...
@@ -109,7 +109,7 @@ type win32
101 stub NtExtendSection
101 stub NtExtendSection
102 stub NtFlushBuffersFile
102 stub NtFlushBuffersFile
103 stub NtFlushInstructionCache
103 stub NtFlushInstructionCache
104 st
ub
NtFlushKey
104 st
dcall NtFlushKey(long)
NtFlushKey
105 stub NtFlushVirtualMemory
105 stub NtFlushVirtualMemory
106 stub NtFlushWriteBuffer
106 stub NtFlushWriteBuffer
107 stub NtFreeVirtualMemory
107 stub NtFreeVirtualMemory
...
@@ -122,13 +122,13 @@ type win32
...
@@ -122,13 +122,13 @@ type win32
114 stub NtInitializeRegistry
114 stub NtInitializeRegistry
115 stdcall NtListenPort(long long) NtListenPort
115 stdcall NtListenPort(long long) NtListenPort
116 stub NtLoadDriver
116 stub NtLoadDriver
117 st
ub
NtLoadKey
117 st
dcall NtLoadKey(ptr ptr)
NtLoadKey
118 stub NtLockFile
118 stub NtLockFile
119 stub NtLockVirtualMemory
119 stub NtLockVirtualMemory
120 stub NtMakeTemporaryObject
120 stub NtMakeTemporaryObject
121 stdcall NtMapViewOfSection(long long long long long long long long long long) NtMapViewOfSection
121 stdcall NtMapViewOfSection(long long long long long long long long long long) NtMapViewOfSection
122 stub NtNotifyChangeDirectoryFile
122 stub NtNotifyChangeDirectoryFile
123 st
ub
NtNotifyChangeKey
123 st
dcall NtNotifyChangeKey(long long ptr ptr ptr long long ptr long long)
NtNotifyChangeKey
124 stdcall NtOpenDirectoryObject(long long long) NtOpenDirectoryObject
124 stdcall NtOpenDirectoryObject(long long long) NtOpenDirectoryObject
125 stdcall NtOpenEvent(long long long) NtOpenEvent
125 stdcall NtOpenEvent(long long long) NtOpenEvent
126 stub NtOpenEventPair
126 stub NtOpenEventPair
...
@@ -140,7 +140,7 @@ type win32
...
@@ -140,7 +140,7 @@ type win32
132 stub NtOpenProcess
132 stub NtOpenProcess
133 stdcall NtOpenProcessToken(long long long) NtOpenProcessToken
133 stdcall NtOpenProcessToken(long long long) NtOpenProcessToken
134 stdcall NtOpenSection(long long long) NtOpenSection
134 stdcall NtOpenSection(long long long) NtOpenSection
135 st
ub
NtOpenSemaphore
135 st
dcall NtOpenSemaphore(long long ptr)
NtOpenSemaphore
136 stdcall NtOpenSymbolicLinkObject (long long long) NtOpenSymbolicLinkObject
136 stdcall NtOpenSymbolicLinkObject (long long long) NtOpenSymbolicLinkObject
137 stub NtOpenThread
137 stub NtOpenThread
138 stdcall NtOpenThreadToken(long long long long) NtOpenThreadToken
138 stdcall NtOpenThreadToken(long long long long) NtOpenThreadToken
...
@@ -171,7 +171,7 @@ type win32
...
@@ -171,7 +171,7 @@ type win32
163 stdcall NtQuerySection (long long long long long) NtQuerySection
163 stdcall NtQuerySection (long long long long long) NtQuerySection
164 stdcall NtQuerySecurityObject (long long long long long) NtQuerySecurityObject
164 stdcall NtQuerySecurityObject (long long long long long) NtQuerySecurityObject
165 stdcall NtQuerySemaphore (long long long long long) NtQuerySemaphore
165 stdcall NtQuerySemaphore (long long long long long) NtQuerySemaphore
166 st
ub
NtQuerySymbolicLinkObject
166 st
dcall NtQuerySymbolicLinkObject(long ptr ptr)
NtQuerySymbolicLinkObject
167 stub NtQuerySystemEnvironmentValue
167 stub NtQuerySystemEnvironmentValue
168 stdcall NtQuerySystemInformation(long long long long) NtQuerySystemInformation
168 stdcall NtQuerySystemInformation(long long long long) NtQuerySystemInformation
169 stdcall NtQuerySystemTime(ptr) GetSystemTimeAsFileTime
169 stdcall NtQuerySystemTime(ptr) GetSystemTimeAsFileTime
...
@@ -189,18 +189,18 @@ type win32
...
@@ -189,18 +189,18 @@ type win32
181 stdcall NtRegisterThreadTerminatePort(long) NtRegisterThreadTerminatePort
181 stdcall NtRegisterThreadTerminatePort(long) NtRegisterThreadTerminatePort
182 stub NtReleaseMutant
182 stub NtReleaseMutant
183 stub NtReleaseProcessMutant
183 stub NtReleaseProcessMutant
184 st
ub
NtReleaseSemaphore
184 st
dcall NtReleaseSemaphore(long long ptr)
NtReleaseSemaphore
185 stub NtRemoveIoCompletion
185 stub NtRemoveIoCompletion
186 st
ub NtReplaceKey
186 st
dcall NtReplaceKey(ptr long ptr) NtReplaceKey
187 stub NtReplyPort
187 stub NtReplyPort
188 stdcall NtReplyWaitReceivePort(long long long long) NtReplyWaitReceivePort
188 stdcall NtReplyWaitReceivePort(long long long long) NtReplyWaitReceivePort
189 stub NtReplyWaitReplyPort
189 stub NtReplyWaitReplyPort
190 stub NtRequestPort
190 stub NtRequestPort
191 stdcall NtRequestWaitReplyPort(long long long) NtRequestWaitReplyPort
191 stdcall NtRequestWaitReplyPort(long long long) NtRequestWaitReplyPort
192 stub NtResetEvent
192 stub NtResetEvent
193 st
ub
NtRestoreKey
193 st
dcall NtRestoreKey(long long long)
NtRestoreKey
194 stdcall NtResumeThread(long long) NtResumeThread
194 stdcall NtResumeThread(long long) NtResumeThread
195 st
ub
NtSaveKey
195 st
dcall NtSaveKey(long long)
NtSaveKey
196 stub NtSetContextThread
196 stub NtSetContextThread
197 stub NtSetDefaultHardErrorPort
197 stub NtSetDefaultHardErrorPort
198 stub NtSetDefaultLocale
198 stub NtSetDefaultLocale
...
@@ -210,7 +210,7 @@ type win32
...
@@ -210,7 +210,7 @@ type win32
202 stub NtSetHighWaitLowEventPair
202 stub NtSetHighWaitLowEventPair
203 stub NtSetHighWaitLowThread
203 stub NtSetHighWaitLowThread
204 stdcall NtSetInformationFile(long long long long long) NtSetInformationFile
204 stdcall NtSetInformationFile(long long long long long) NtSetInformationFile
205 st
ub
NtSetInformationKey
205 st
dcall NtSetInformationKey(long long ptr long)
NtSetInformationKey
206 stub NtSetInformationObject
206 stub NtSetInformationObject
207 stdcall NtSetInformationProcess(long long long long) NtSetInformationProcess
207 stdcall NtSetInformationProcess(long long long long) NtSetInformationProcess
208 stdcall NtSetInformationThread(long long long long) NtSetInformationThread
208 stdcall NtSetInformationThread(long long long long) NtSetInformationThread
...
@@ -239,7 +239,7 @@ type win32
...
@@ -239,7 +239,7 @@ type win32
231 stdcall NtTerminateThread(long long) NtTerminateThread
231 stdcall NtTerminateThread(long long) NtTerminateThread
232 stub NtTestAlert
232 stub NtTestAlert
233 stub NtUnloadDriver
233 stub NtUnloadDriver
234 st
ub
NtUnloadKey
234 st
dcall NtUnloadKey(long)
NtUnloadKey
235 stub NtUnlockFile
235 stub NtUnlockFile
236 stub NtUnlockVirtualMemory
236 stub NtUnlockVirtualMemory
237 stub NtUnmapViewOfSection
237 stub NtUnmapViewOfSection
...
@@ -392,11 +392,11 @@ type win32
...
@@ -392,11 +392,11 @@ type win32
384 stdcall RtlGetDaclSecurityDescriptor(ptr ptr ptr ptr) RtlGetDaclSecurityDescriptor
384 stdcall RtlGetDaclSecurityDescriptor(ptr ptr ptr ptr) RtlGetDaclSecurityDescriptor
385 stub RtlGetElementGenericTable
385 stub RtlGetElementGenericTable
386 stub RtlGetFullPathName_U
386 stub RtlGetFullPathName_U
387 st
ub
RtlGetGroupSecurityDescriptor
387 st
dcall RtlGetGroupSecurityDescriptor(ptr ptr ptr)
RtlGetGroupSecurityDescriptor
388 stub RtlGetLongestNtPathLength
388 stub RtlGetLongestNtPathLength
389 stub RtlGetNtGlobalFlags
389 stub RtlGetNtGlobalFlags
390 stdcall RtlGetNtProductType(ptr) RtlGetNtProductType
390 stdcall RtlGetNtProductType(ptr) RtlGetNtProductType
391 st
ub
RtlGetOwnerSecurityDescriptor
391 st
dcall RtlGetOwnerSecurityDescriptor(ptr ptr ptr)
RtlGetOwnerSecurityDescriptor
392 stub RtlGetProcessHeaps
392 stub RtlGetProcessHeaps
393 stdcall RtlGetSaclSecurityDescriptor(ptr ptr ptr ptr)RtlGetSaclSecurityDescriptor
393 stdcall RtlGetSaclSecurityDescriptor(ptr ptr ptr ptr)RtlGetSaclSecurityDescriptor
394 stub RtlGetUserInfoHeap
394 stub RtlGetUserInfoHeap
...
@@ -433,7 +433,7 @@ type win32
...
@@ -433,7 +433,7 @@ type win32
425 stub RtlLargeIntegerToChar
425 stub RtlLargeIntegerToChar
426 stdcall RtlLeaveCriticalSection(ptr) LeaveCriticalSection
426 stdcall RtlLeaveCriticalSection(ptr) LeaveCriticalSection
427 stdcall RtlLengthRequiredSid(long) RtlLengthRequiredSid
427 stdcall RtlLengthRequiredSid(long) RtlLengthRequiredSid
428 st
ub
RtlLengthSecurityDescriptor
428 st
dcall RtlLengthSecurityDescriptor(ptr)
RtlLengthSecurityDescriptor
429 stdcall RtlLengthSid(ptr) RtlLengthSid
429 stdcall RtlLengthSid(ptr) RtlLengthSid
430 stub RtlLocalTimeToSystemTime
430 stub RtlLocalTimeToSystemTime
431 stub RtlLockHeap
431 stub RtlLockHeap
...
@@ -506,7 +506,7 @@ type win32
...
@@ -506,7 +506,7 @@ type win32
498 stub RtlSubtreePredecessor
498 stub RtlSubtreePredecessor
499 stub RtlSubtreeSuccessor
499 stub RtlSubtreeSuccessor
500 stdcall RtlSystemTimeToLocalTime (long long) RtlSystemTimeToLocalTime
500 stdcall RtlSystemTimeToLocalTime (long long) RtlSystemTimeToLocalTime
501 st
ub
RtlTimeFieldsToTime
501 st
dcall RtlTimeFieldsToTime(ptr ptr)
RtlTimeFieldsToTime
502 stdcall RtlTimeToElapsedTimeFields(long long) RtlTimeToElapsedTimeFields
502 stdcall RtlTimeToElapsedTimeFields(long long) RtlTimeToElapsedTimeFields
503 stdcall RtlTimeToSecondsSince1970(ptr ptr) RtlTimeToSecondsSince1970
503 stdcall RtlTimeToSecondsSince1970(ptr ptr) RtlTimeToSecondsSince1970
504 stdcall RtlTimeToSecondsSince1980(ptr ptr) RtlTimeToSecondsSince1980
504 stdcall RtlTimeToSecondsSince1980(ptr ptr) RtlTimeToSecondsSince1980
...
@@ -536,7 +536,7 @@ type win32
...
@@ -536,7 +536,7 @@ type win32
528 stub RtlUpperString
528 stub RtlUpperString
529 stub RtlUsageHeap
529 stub RtlUsageHeap
530 stub RtlValidAcl
530 stub RtlValidAcl
531 st
ub
RtlValidSecurityDescriptor
531 st
dcall RtlValidSecurityDescriptor(ptr)
RtlValidSecurityDescriptor
532 stub RtlValidSid
532 stub RtlValidSid
533 stub RtlValidateHeap
533 stub RtlValidateHeap
534 stub RtlValidateProcessHeaps
534 stub RtlValidateProcessHeaps
...
@@ -936,8 +936,8 @@ type win32
...
@@ -936,8 +936,8 @@ type win32
928 stub tan
928 stub tan
929 cdecl tolower(long) tolower
929 cdecl tolower(long) tolower
930 cdecl toupper(long) toupper
930 cdecl toupper(long) toupper
931
stub
towlower
931
cdecl towlower(long)
towlower
932
stub
towupper
932
cdecl towupper(long)
towupper
933 cdecl vsprintf(ptr str ptr) CRTDLL_vsprintf
933 cdecl vsprintf(ptr str ptr) CRTDLL_vsprintf
934 cdecl wcscat(wstr wstr) CRTDLL_wcscat
934 cdecl wcscat(wstr wstr) CRTDLL_wcscat
935 cdecl wcschr(wstr long) CRTDLL_wcschr
935 cdecl wcschr(wstr long) CRTDLL_wcschr
...
...
dlls/ntdll/reg.c
View file @
d7da486c
...
@@ -33,7 +33,7 @@ NTSTATUS WINAPI NtCreateKey(
...
@@ -33,7 +33,7 @@ NTSTATUS WINAPI NtCreateKey(
* NtDeleteKey [NTDLL]
* NtDeleteKey [NTDLL]
* ZwDeleteKey
* ZwDeleteKey
*/
*/
NTSTATUS
NtDeleteKey
(
HANDLE
KeyHandle
)
NTSTATUS
WINAPI
NtDeleteKey
(
HANDLE
KeyHandle
)
{
{
FIXME
(
"(0x%08x) stub!
\n
"
,
FIXME
(
"(0x%08x) stub!
\n
"
,
KeyHandle
);
KeyHandle
);
...
@@ -91,7 +91,7 @@ NTSTATUS WINAPI NtEnumerateValueKey(
...
@@ -91,7 +91,7 @@ NTSTATUS WINAPI NtEnumerateValueKey(
* NtFlushKey [NTDLL]
* NtFlushKey [NTDLL]
* ZwFlushKey
* ZwFlushKey
*/
*/
NTSTATUS
NtFlushKey
(
HANDLE
KeyHandle
)
NTSTATUS
WINAPI
NtFlushKey
(
HANDLE
KeyHandle
)
{
{
FIXME
(
"(0x%08x) stub!
\n
"
,
FIXME
(
"(0x%08x) stub!
\n
"
,
KeyHandle
);
KeyHandle
);
...
...
dlls/ole32/ole32.spec
View file @
d7da486c
...
@@ -82,7 +82,7 @@ type win32
...
@@ -82,7 +82,7 @@ type win32
79 stub IsValidPtrIn
79 stub IsValidPtrIn
80 stub IsValidPtrOut
80 stub IsValidPtrOut
81 stub MkParseDisplayName
81 stub MkParseDisplayName
82 st
ub
MonikerCommonPrefixWith
82 st
dcall MonikerCommonPrefixWith(ptr ptr ptr)
MonikerCommonPrefixWith
83 stub MonikerRelativePathTo
83 stub MonikerRelativePathTo
84 stdcall OleBuildVersion() OleBuildVersion
84 stdcall OleBuildVersion() OleBuildVersion
85 stub OleConvertIStorageToOLESTREAM
85 stub OleConvertIStorageToOLESTREAM
...
...
dlls/oleaut32/oleaut32.spec
View file @
d7da486c
...
@@ -127,7 +127,7 @@ type win32
...
@@ -127,7 +127,7 @@ type win32
138 stdcall VarUI1FromBool(long ptr) VarUI1FromBool
138 stdcall VarUI1FromBool(long ptr) VarUI1FromBool
146 stub DispCallFunc
146 stub DispCallFunc
147 stdcall VariantChangeTypeEx(ptr ptr long long long) VariantChangeTypeEx
147 stdcall VariantChangeTypeEx(ptr ptr long long long) VariantChangeTypeEx
148 st
ub
SafeArrayPtrOfIndex
148 st
dcall SafeArrayPtrOfIndex(ptr ptr ptr)
SafeArrayPtrOfIndex
149 stdcall SysStringByteLen(ptr) SysStringByteLen
149 stdcall SysStringByteLen(ptr) SysStringByteLen
150 stdcall SysAllocStringByteLen(ptr long) SysAllocStringByteLen
150 stdcall SysAllocStringByteLen(ptr long) SysAllocStringByteLen
160 stub CreateTypeLib
160 stub CreateTypeLib
...
@@ -157,7 +157,7 @@ type win32
...
@@ -157,7 +157,7 @@ type win32
200 stub GetErrorInfo
200 stub GetErrorInfo
201 stub SetErrorInfo
201 stub SetErrorInfo
202 stub CreateErrorInfo
202 stub CreateErrorInfo
205 st
ub
VarI2FromI1
205 st
dcall VarI2FromI1(long ptr)
VarI2FromI1
206 stdcall VarI2FromUI2(long ptr) VarI2FromUI2
206 stdcall VarI2FromUI2(long ptr) VarI2FromUI2
207 stdcall VarI2FromUI4(long ptr) VarI2FromUI4
207 stdcall VarI2FromUI4(long ptr) VarI2FromUI4
208 stub VarI2FromDec
208 stub VarI2FromDec
...
@@ -276,8 +276,8 @@ type win32
...
@@ -276,8 +276,8 @@ type win32
398 stub UserMSG_free_inst
398 stub UserMSG_free_inst
399 stub UserMSG_free_local
399 stub UserMSG_free_local
410 stub DllCanUnloadNow
410 stub DllCanUnloadNow
411 st
ub
SafeArrayCreateVector
411 st
dcall SafeArrayCreateVector(long long long)
SafeArrayCreateVector
412 st
ub
SafeArrayCopyData
412 st
dcall SafeArrayCopyData(ptr ptr)
SafeArrayCopyData
413 stub VectorFromBstr
413 stub VectorFromBstr
414 stub BstrFromVector
414 stub BstrFromVector
415 stub OleIconToCursor
415 stub OleIconToCursor
...
...
dlls/olecli/olecli32.spec
View file @
d7da486c
...
@@ -3,8 +3,8 @@ type win32
...
@@ -3,8 +3,8 @@ type win32
1 stub WEP
1 stub WEP
2 stub OleDelete
2 stub OleDelete
3 st
ub
OleSaveToStream
3 st
dcall OleSaveToStream(ptr ptr)
OleSaveToStream
4 st
ub
OleLoadFromStream
4 st
dcall OleLoadFromStream(ptr ptr ptr)
OleLoadFromStream
6 stub OleClone
6 stub OleClone
7 stub OleCopyFromLink
7 stub OleCopyFromLink
8 stub OleEqual
8 stub OleEqual
...
@@ -33,11 +33,11 @@ type win32
...
@@ -33,11 +33,11 @@ type win32
31 stub OleQueryOutOfDate
31 stub OleQueryOutOfDate
32 stub OleObjectConvert
32 stub OleObjectConvert
33 stub OleCreateFromTemplate
33 stub OleCreateFromTemplate
34 st
ub
OleCreate
34 st
dcall OleCreate(ptr ptr long ptr ptr ptr ptr)
OleCreate
35 stub OleQueryReleaseStatus
35 stub OleQueryReleaseStatus
36 stub OleQueryReleaseError
36 stub OleQueryReleaseError
37 stub OleQueryReleaseMethod
37 stub OleQueryReleaseMethod
38 st
ub
OleCreateFromFile
38 st
dcall OleCreateFromFile(ptr ptr ptr long ptr ptr ptr ptr)
OleCreateFromFile
39 stub OleCreateLinkFromFile
39 stub OleCreateLinkFromFile
40 stub OleRelease
40 stub OleRelease
41 stdcall OleRegisterClientDoc(str str long ptr) OleRegisterClientDoc
41 stdcall OleRegisterClientDoc(str str long ptr) OleRegisterClientDoc
...
...
dlls/psapi/psapi.spec
View file @
d7da486c
name psapi
name psapi
type win32
type win32
1 st
ub
EmptyWorkingSet
1 st
dcall EmptyWorkingSet(long)
EmptyWorkingSet
2 st
ub
EnumDeviceDrivers
2 st
dcall EnumDeviceDrivers(ptr long ptr)
EnumDeviceDrivers
3 st
ub
EnumProcessModules
3 st
dcall EnumProcessModules(long ptr long ptr)
EnumProcessModules
4 st
ub
EnumProcesses
4 st
dcall EnumProcesses(ptr long ptr)
EnumProcesses
5 st
ub
GetDeviceDriverBaseNameA
5 st
dcall GetDeviceDriverBaseNameA(ptr str long)
GetDeviceDriverBaseNameA
6 st
ub
GetDeviceDriverBaseNameW
6 st
dcall GetDeviceDriverBaseNameW(ptr wstr long)
GetDeviceDriverBaseNameW
7 st
ub
GetDeviceDriverFileNameA
7 st
dcall GetDeviceDriverFileNameA(ptr str long)
GetDeviceDriverFileNameA
8 st
ub
GetDeviceDriverFileNameW
8 st
dcall GetDeviceDriverFileNameW(ptr wstr long)
GetDeviceDriverFileNameW
9 st
ub
GetMappedFileNameA
9 st
dcall GetMappedFileNameA(long ptr str long)
GetMappedFileNameA
10 st
ub
GetMappedFileNameW
10 st
dcall GetMappedFileNameW(long ptr wstr long)
GetMappedFileNameW
11 st
ub
GetModuleBaseNameA
11 st
dcall GetModuleBaseNameA(long long str long)
GetModuleBaseNameA
12 st
ub
GetModuleBaseNameW
12 st
dcall GetModuleBaseNameW(long long wstr long)
GetModuleBaseNameW
13 st
ub GetModuleFileNameExA
13 st
dcall GetModuleFileNameExA(long long str long) GetModuleFileNameExA
14 st
ub
GetModuleFileNameExW
14 st
dcall GetModuleFileNameExW(long long wstr long)
GetModuleFileNameExW
15 st
ub
GetModuleInformation
15 st
dcall GetModuleInformation(long long ptr long)
GetModuleInformation
16 st
ub
GetProcessMemoryInfo
16 st
dcall GetProcessMemoryInfo(long ptr long)
GetProcessMemoryInfo
17 st
ub
GetWsChanges
17 st
dcall GetWsChanges(long ptr long)
GetWsChanges
18 st
ub
InitializeProcessForWsWatch
18 st
dcall InitializeProcessForWsWatch(long)
InitializeProcessForWsWatch
dlls/shell32/shell32.spec
View file @
d7da486c
...
@@ -78,7 +78,7 @@ init Shell32LibMain
...
@@ -78,7 +78,7 @@ init Shell32LibMain
70 stdcall SHCreateDefClassObject(long long long long long)SHCreateDefClassObject
70 stdcall SHCreateDefClassObject(long long long long long)SHCreateDefClassObject
71 stdcall Shell_GetImageList(ptr ptr) Shell_GetImageList
71 stdcall Shell_GetImageList(ptr ptr) Shell_GetImageList
72 stdcall Shell_GetCachedImageIndex(ptr ptr long) Shell_GetCachedImageIndexA # ASCII!!!
72 stdcall Shell_GetCachedImageIndex(ptr ptr long) Shell_GetCachedImageIndexA # ASCII!!!
73 st
ub SHShellFolderView_Message
73 st
dcall SHShellFolderView_Message(long long long) SHShellFolderView_Message
74 stub SHCreateStdEnumFmtEtc
74 stub SHCreateStdEnumFmtEtc
75 stdcall PathYetAnotherMakeUniqueName(ptr ptr) PathYetAnotherMakeUniqueNameA
75 stdcall PathYetAnotherMakeUniqueName(ptr ptr) PathYetAnotherMakeUniqueNameA
76 stub DragQueryInfo
76 stub DragQueryInfo
...
...
dlls/shell32/shlwapi.spec
View file @
d7da486c
...
@@ -215,19 +215,19 @@ type win32
...
@@ -215,19 +215,19 @@ type win32
212 stub PathIsPrefixW
212 stub PathIsPrefixW
213 stdcall PathIsRelativeA (ptr) PathIsRelativeA
213 stdcall PathIsRelativeA (ptr) PathIsRelativeA
214 stdcall PathIsRelativeW (ptr) PathIsRelativeW
214 stdcall PathIsRelativeW (ptr) PathIsRelativeW
215 st
ub
PathIsRootA
215 st
dcall PathIsRootA(str)
PathIsRootA
216 st
ub
PathIsRootW
216 st
dcall PathIsRootW(wstr)
PathIsRootW
217 stub PathIsSameRootA
217 stub PathIsSameRootA
218 stub PathIsSameRootW
218 stub PathIsSameRootW
219 stub PathIsSystemFolderA
219 stub PathIsSystemFolderA
220 stub PathIsSystemFolderW
220 stub PathIsSystemFolderW
221 st
ub
PathIsUNCA
221 st
dcall PathIsUNCA (ptr)
PathIsUNCA
222 stub PathIsUNCServerA
222 stub PathIsUNCServerA
223 stub PathIsUNCServerShareA
223 stub PathIsUNCServerShareA
224 stub PathIsUNCServerShareW
224 stub PathIsUNCServerShareW
225 stub PathIsUNCServerW
225 stub PathIsUNCServerW
226 stdcall PathIsUNCW (ptr) PathIsUNCW
226 stdcall PathIsUNCW (ptr) PathIsUNCW
227 st
dcall PathIsURLA (ptr) PathIsUNC
A
227 st
ub PathIsURL
A
228 stub PathIsURLW
228 stub PathIsURLW
229 stub PathMakePrettyA
229 stub PathMakePrettyA
230 stub PathMakePrettyW
230 stub PathMakePrettyW
...
@@ -245,8 +245,8 @@ type win32
...
@@ -245,8 +245,8 @@ type win32
242 stub PathRemoveArgsW
242 stub PathRemoveArgsW
243 stdcall PathRemoveBackslashA (ptr) PathRemoveBackslashA
243 stdcall PathRemoveBackslashA (ptr) PathRemoveBackslashA
244 stdcall PathRemoveBackslashW (ptr) PathRemoveBackslashW
244 stdcall PathRemoveBackslashW (ptr) PathRemoveBackslashW
245 st
ub
PathRemoveBlanksA
245 st
dcall PathRemoveBlanksA(str)
PathRemoveBlanksA
246 st
ub
PathRemoveBlanksW
246 st
dcall PathRemoveBlanksW(wstr)
PathRemoveBlanksW
247 stub PathRemoveExtensionA
247 stub PathRemoveExtensionA
248 stub PathRemoveExtensionW
248 stub PathRemoveExtensionW
249 stdcall PathRemoveFileSpecA (str) PathRemoveFileSpecA
249 stdcall PathRemoveFileSpecA (str) PathRemoveFileSpecA
...
@@ -336,8 +336,8 @@ type win32
...
@@ -336,8 +336,8 @@ type win32
333 stub StrCpyW
333 stub StrCpyW
334 stub StrDupA
334 stub StrDupA
335 stub StrDupW
335 stub StrDupW
336 st
ub
StrFormatByteSizeA
336 st
dcall StrFormatByteSizeA(long str long)
StrFormatByteSizeA
337 st
ub
StrFormatByteSizeW
337 st
dcall StrFormatByteSizeW(long wstr long)
StrFormatByteSizeW
338 stub StrFromTimeIntervalA
338 stub StrFromTimeIntervalA
339 stub StrFromTimeIntervalW
339 stub StrFromTimeIntervalW
340 stub StrIsIntlEqualA
340 stub StrIsIntlEqualA
...
...
dlls/win32s/w32skrnl.spec
View file @
d7da486c
...
@@ -17,7 +17,7 @@ type win32
...
@@ -17,7 +17,7 @@ type win32
14 stdcall _kGetWin32sDirectory@0() GetWin32sDirectory
14 stdcall _kGetWin32sDirectory@0() GetWin32sDirectory
15 stub _sprintf
15 stub _sprintf
16 stub _KIsDBCSLeadByte@4
16 stub _KIsDBCSLeadByte@4
17
stub
W32S_BackTo32
17
forward W32S_BackTo32 KERNEL32.
W32S_BackTo32
18 stub _KGetDbgFlags32
18 stub _KGetDbgFlags32
19 stub SelToFlat
19 stub SelToFlat
20 stub _FreeKernelHeap@4
20 stub _FreeKernelHeap@4
...
...
dlls/winspool/winspool.spec
View file @
d7da486c
...
@@ -58,7 +58,7 @@ init WINSPOOL_EntryPoint
...
@@ -58,7 +58,7 @@ init WINSPOOL_EntryPoint
153 stub DeviceMode
153 stub DeviceMode
154 stub DocumentEvent
154 stub DocumentEvent
155 stdcall DocumentPropertiesA(long long ptr ptr ptr long) DocumentPropertiesA
155 stdcall DocumentPropertiesA(long long ptr ptr ptr long) DocumentPropertiesA
156 st
ub
DocumentPropertiesW
156 st
dcall DocumentPropertiesW(long long ptr ptr ptr long)
DocumentPropertiesW
157 stub EXTDEVICEMODE
157 stub EXTDEVICEMODE
158 stub EndDocPrinter
158 stub EndDocPrinter
159 stub EndPagePrinter
159 stub EndPagePrinter
...
...
dlls/wnaspi32/wnaspi32.spec
View file @
d7da486c
...
@@ -3,5 +3,5 @@ type win32
...
@@ -3,5 +3,5 @@ type win32
1 stdcall GetASPI32SupportInfo() GetASPI32SupportInfo
1 stdcall GetASPI32SupportInfo() GetASPI32SupportInfo
2 cdecl SendASPI32Command(ptr) SendASPI32Command
2 cdecl SendASPI32Command(ptr) SendASPI32Command
4 st
ub
GetASPI32DLLVersion
4 st
dcall GetASPI32DLLVersion()
GetASPI32DLLVersion
7 stub OrdinalOnlyExport
7 stub OrdinalOnlyExport
relay32/kernel32.spec
View file @
d7da486c
...
@@ -301,7 +301,7 @@ import ntdll.dll
...
@@ -301,7 +301,7 @@ import ntdll.dll
283 stub GetCommConfig
283 stub GetCommConfig
284 stdcall GetCommMask(long ptr) GetCommMask
284 stdcall GetCommMask(long ptr) GetCommMask
285 stdcall GetCommModemStatus(long ptr) GetCommModemStatus
285 stdcall GetCommModemStatus(long ptr) GetCommModemStatus
286 st
ub
GetCommProperties
286 st
dcall GetCommProperties(long ptr)
GetCommProperties
287 stdcall GetCommState(long ptr) GetCommState
287 stdcall GetCommState(long ptr) GetCommState
288 stdcall GetCommTimeouts(long ptr) GetCommTimeouts
288 stdcall GetCommTimeouts(long ptr) GetCommTimeouts
289 stdcall GetCommandLineA() GetCommandLineA
289 stdcall GetCommandLineA() GetCommandLineA
...
@@ -586,7 +586,6 @@ import ntdll.dll
...
@@ -586,7 +586,6 @@ import ntdll.dll
568 stdcall ReadConsoleA(long ptr long ptr ptr) ReadConsoleA
568 stdcall ReadConsoleA(long ptr long ptr ptr) ReadConsoleA
569 stdcall ReadConsoleInputA(long ptr long ptr) ReadConsoleInputA
569 stdcall ReadConsoleInputA(long ptr long ptr) ReadConsoleInputA
570 stdcall ReadConsoleInputW(long ptr long ptr) ReadConsoleInputW
570 stdcall ReadConsoleInputW(long ptr long ptr) ReadConsoleInputW
570 stub ReadConsoleInputW
571 stub ReadConsoleOutputA
571 stub ReadConsoleOutputA
572 stub ReadConsoleOutputAttribute
572 stub ReadConsoleOutputAttribute
573 stdcall ReadConsoleOutputCharacterA(long ptr long long ptr) ReadConsoleOutputCharacterA
573 stdcall ReadConsoleOutputCharacterA(long ptr long long ptr) ReadConsoleOutputCharacterA
...
@@ -686,7 +685,7 @@ import ntdll.dll
...
@@ -686,7 +685,7 @@ import ntdll.dll
667 stub SetTapeParameters
667 stub SetTapeParameters
668 stub SetTapePosition
668 stub SetTapePosition
669 stdcall SetThreadAffinityMask(long long) SetThreadAffinityMask
669 stdcall SetThreadAffinityMask(long long) SetThreadAffinityMask
670 st
ub
SetThreadContext
670 st
dcall SetThreadContext(long ptr)
SetThreadContext
671 stdcall SetThreadLocale(long) SetThreadLocale
671 stdcall SetThreadLocale(long) SetThreadLocale
672 stdcall SetThreadPriority(long long) SetThreadPriority
672 stdcall SetThreadPriority(long long) SetThreadPriority
673 stdcall SetTimeZoneInformation(ptr) SetTimeZoneInformation
673 stdcall SetTimeZoneInformation(ptr) SetTimeZoneInformation
...
...
relay32/user32.spec
View file @
d7da486c
...
@@ -169,7 +169,7 @@ init MAIN_UserInit
...
@@ -169,7 +169,7 @@ init MAIN_UserInit
165 stdcall DrawTextExA(long str long ptr long ptr) DrawTextExA
165 stdcall DrawTextExA(long str long ptr long ptr) DrawTextExA
166 stdcall DrawTextExW(long wstr long ptr long ptr) DrawTextExW
166 stdcall DrawTextExW(long wstr long ptr long ptr) DrawTextExW
167 stdcall DrawTextW(long wstr long ptr long) DrawTextW
167 stdcall DrawTextW(long wstr long ptr long) DrawTextW
168 st
ub
EditWndProc
168 st
dcall EditWndProc(long long long long)
EditWndProc
169 stdcall EmptyClipboard() EmptyClipboard
169 stdcall EmptyClipboard() EmptyClipboard
170 stdcall EnableMenuItem(long long long) EnableMenuItem
170 stdcall EnableMenuItem(long long long) EnableMenuItem
171 stdcall EnableScrollBar(long long long) EnableScrollBar
171 stdcall EnableScrollBar(long long long) EnableScrollBar
...
@@ -388,7 +388,7 @@ init MAIN_UserInit
...
@@ -388,7 +388,7 @@ init MAIN_UserInit
384 stdcall MapVirtualKeyExA(long long long) MapVirtualKeyEx32A
384 stdcall MapVirtualKeyExA(long long long) MapVirtualKeyEx32A
385 stdcall MapVirtualKeyW(long long) MapVirtualKeyA
385 stdcall MapVirtualKeyW(long long) MapVirtualKeyA
386 stdcall MapWindowPoints(long long ptr long) MapWindowPoints
386 stdcall MapWindowPoints(long long ptr long) MapWindowPoints
387 stdcall MenuItemFromPoint() MenuItemFromPoint
387 stdcall MenuItemFromPoint(
long long long long
) MenuItemFromPoint
388 stub MenuWindowProcA
388 stub MenuWindowProcA
389 stub MenuWindowProcW
389 stub MenuWindowProcW
390 stdcall MessageBeep(long) MessageBeep
390 stdcall MessageBeep(long) MessageBeep
...
@@ -555,7 +555,7 @@ init MAIN_UserInit
...
@@ -555,7 +555,7 @@ init MAIN_UserInit
551 stdcall TranslateAccelerator(long long ptr) TranslateAccelerator
551 stdcall TranslateAccelerator(long long ptr) TranslateAccelerator
552 stdcall TranslateAcceleratorA(long long ptr) TranslateAccelerator
552 stdcall TranslateAcceleratorA(long long ptr) TranslateAccelerator
553 stdcall TranslateAcceleratorW(long long ptr) TranslateAccelerator
553 stdcall TranslateAcceleratorW(long long ptr) TranslateAccelerator
554 st
ub
TranslateCharsetInfo
554 st
dcall TranslateCharsetInfo(ptr ptr long)
TranslateCharsetInfo
555 stdcall TranslateMDISysAccel(long ptr) TranslateMDISysAccel
555 stdcall TranslateMDISysAccel(long ptr) TranslateMDISysAccel
556 stdcall TranslateMessage(ptr) TranslateMessage
556 stdcall TranslateMessage(ptr) TranslateMessage
557 stdcall UnhookWindowsHook(long ptr) UnhookWindowsHook
557 stdcall UnhookWindowsHook(long ptr) UnhookWindowsHook
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment