Commit f34fd257 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

sfc: Document ordinal only exports.

parent 5989664e
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
......
......@@ -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;
}
......@@ -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;
}
@ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment