mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
[PSDK]
Add DecryptFileA/W prototype. svn path=/trunk/; revision=49183
This commit is contained in:
parent
1e4af3fa18
commit
3114284398
1 changed files with 4 additions and 0 deletions
|
@ -1399,6 +1399,8 @@ BOOL WINAPI DebugSetProcessKillOnExit(BOOL);
|
|||
#endif
|
||||
PVOID WINAPI DecodePointer(PVOID);
|
||||
PVOID WINAPI DecodeSystemPointer(PVOID);
|
||||
BOOL WINAPI DecryptFileA(LPCSTR,DWORD);
|
||||
BOOL WINAPI DecryptFileW(LPCWSTR,DWORD);
|
||||
BOOL WINAPI DefineDosDeviceA(DWORD,LPCSTR,LPCSTR);
|
||||
BOOL WINAPI DefineDosDeviceW(DWORD,LPCWSTR,LPCWSTR);
|
||||
#define DefineHandleTable(w) ((w),TRUE)
|
||||
|
@ -2374,6 +2376,7 @@ typedef PCACTCTXW PCACTCTX;
|
|||
#define CreateProcessAsUser CreateProcessAsUserW
|
||||
#define CreateSemaphore CreateSemaphoreW
|
||||
#define CreateWaitableTimer CreateWaitableTimerW
|
||||
#define DecryptFile DecryptFileW
|
||||
#define DefineDosDevice DefineDosDeviceW
|
||||
#define DeleteFile DeleteFileW
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
|
@ -2577,6 +2580,7 @@ typedef ENUMRESTYPEPROCA ENUMRESTYPEPROC;
|
|||
#define CreateProcessAsUser CreateProcessAsUserA
|
||||
#define CreateSemaphore CreateSemaphoreA
|
||||
#define CreateWaitableTimer CreateWaitableTimerA
|
||||
#define DecryptFile DecryptFileA
|
||||
#define DefineDosDevice DefineDosDeviceA
|
||||
#define DeleteFile DeleteFileA
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue