- fixes the definitions of PostQueuedCompletionStatus() and RaiseException()

- adds the definitions of AddAccessAllowedObjectAce(),
AddAccessDeniedObjectAce() and AddAuditAccessObjectAce() to w32api
- prototypes in line with previous r22066 mods
- fixes bug 1473

svn path=/trunk/; revision=22068
This commit is contained in:
Ged Murphy 2006-05-27 09:18:10 +00:00
parent 5b5ec1b029
commit 2d0587fef2
2 changed files with 2 additions and 2 deletions

View file

@ -278,7 +278,7 @@ RaiseException (
DWORD dwExceptionCode,
DWORD dwExceptionFlags,
DWORD nNumberOfArguments,
CONST DWORD * lpArguments OPTIONAL
CONST ULONG_PTR * lpArguments OPTIONAL
)
{
EXCEPTION_RECORD ExceptionRecord;

View file

@ -146,7 +146,7 @@ STDCALL
PostQueuedCompletionStatus(
HANDLE CompletionHandle,
DWORD dwNumberOfBytesTransferred,
DWORD dwCompletionKey,
ULONG_PTR dwCompletionKey,
LPOVERLAPPED lpOverlapped
)
{