sfc: Document ordinal only exports.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2016-03-28 02:54:12 -05:00 committed by Alexandre Julliard
parent 5989664e0f
commit f34fd257c6
4 changed files with 33 additions and 15 deletions

View File

@ -1,12 +1,15 @@
1 stub @
2 stub @
3 stdcall @(long) SFC_3
4 stub @
5 stub @
6 stub @
7 stub @
8 stub @
9 stub @
1 stub @ # sfc_os.SfcInitProt
2 stub @ # sfc_os.SfcTerminateWatcherThread
3 stdcall @(long) sfc_os.SfcConnectToServer
4 stub @ # sfc_os.SfcClose
5 stub @ # sfc_os.SfcFileException
6 stub @ # sfc_os.SfcInitiateScan
7 stub @ # sfc_os.SfcInstallProtectedFiles
8 stub @ # sfc_os.SfpInstallCatalog
9 stub @ # SfpDeleteCatalog
@ stub SRSetRestorePoint
@ stub SRSetRestorePointA
@ stub SRSetRestorePointW
@ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected

View File

@ -52,9 +52,3 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
return TRUE;
}
DWORD WINAPI SFC_3(DWORD unknown)
{
FIXME("%x\n", unknown);
return 0;
}

View File

@ -132,3 +132,9 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired)
SetLastError(ERROR_FILE_NOT_FOUND);
return FALSE;
}
DWORD WINAPI SfcConnectToServer(DWORD unknown)
{
FIXME("%x\n", unknown);
return 0;
}

View File

@ -1,3 +1,18 @@
@ stub BeginFileMapEnumeration
@ stub CloseFileMapEnumeration
@ stub GetNextFileMapContent
@ stub SRSetRestorePointA
@ stub SRSetRestorePointW
@ stub SfcClose
@ stdcall SfcConnectToServer(long)
@ stub SfcFileException
@ stdcall SfcGetNextProtectedFile(long ptr)
@ stub SfcInitProt
@ stub SfcInitiateScan
@ stub SfcInstallProtectedFiles
@ stdcall SfcIsFileProtected(ptr wstr)
@ stdcall SfcIsKeyProtected(long wstr long)
@ stub SfcTerminateWatcherThread
@ stub SfpDeleteCatalog
@ stub SfpInstallCatalog
@ stub SfpVerifyFile