Changeset 9684 for trunk/src/NTDLL/ntdll.h
- Timestamp:
- Jan 16, 2003, 4:22:42 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/NTDLL/ntdll.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/ntdll.h
r5568 r9684 1 /* $Id: ntdll.h,v 1.1 3 2001-04-22 10:38:59sandervl Exp $ */1 /* $Id: ntdll.h,v 1.14 2003-01-16 15:22:38 sandervl Exp $ */ 2 2 3 3 /* … … 6 6 7 7 */ 8 #ifndef __WINE_ NTDDK_H9 #define __WINE_ NTDDK_H10 11 #include < os2win.h>8 #ifndef __WINE_INT_NTDLL_H 9 #define __WINE_INT_NTDLL_H 10 11 #include <windows.h> 12 12 #include <misc.h> 13 13 … … 614 614 PSID_NAME_USE); 615 615 PSID_IDENTIFIER_AUTHORITY WINAPI GetSidIdentifierAuthority(PSID); 616 DWORD WIN32API NtAlertThread(DWORD x1,DWORD x2); 617 NTSTATUS WIN32API NtClearEvent(HANDLE hEvent); 618 NTSTATUS WINAPI NtAccessCheck( 619 IN PSECURITY_DESCRIPTOR SecurityDescriptor, 620 IN HANDLE ClientToken, 621 IN ACCESS_MASK DesiredAccess, 622 IN PGENERIC_MAPPING GenericMapping, 623 OUT PPRIVILEGE_SET PrivilegeSet, 624 OUT PULONG ReturnLength, 625 OUT PULONG GrantedAccess, 626 OUT PBOOLEAN AccessStatus); 627 628 NTSTATUS WINAPI NtCreateEvent(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES *,BOOLEAN,BOOLEAN); 629 NTSTATUS WINAPI NtCreateSemaphore(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES*,ULONG,ULONG); 630 NTSTATUS WINAPI NtOpenEvent(PHANDLE,ACCESS_MASK,const OBJECT_ATTRIBUTES *attr); 616 631 617 632 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.
