Ignore:
Timestamp:
Apr 7, 2003, 8:40:07 PM (23 years ago)
Author:
sandervl
Message:

PF: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ntddk.h

    r9683 r9985  
    10431043NTSTATUS WINAPI RtlInitializeCriticalSection( RTL_CRITICAL_SECTION *crit );
    10441044NTSTATUS WINAPI RtlInitializeCriticalSectionAndSpinCount( RTL_CRITICAL_SECTION *crit, DWORD spincount );
     1045
     1046void     WINAPI RtlInitializeBitMap(PRTL_BITMAP,LPBYTE,ULONG);
     1047void     WINAPI RtlSetBits(PRTL_BITMAP,ULONG,ULONG);
     1048BOOLEAN  WINAPI RtlAreBitsSet(PCRTL_BITMAP,ULONG,ULONG);
     1049BOOLEAN  WINAPI RtlAreBitsClear(PCRTL_BITMAP,ULONG,ULONG);
     1050
    10451051NTSTATUS WINAPI RtlDeleteCriticalSection( RTL_CRITICAL_SECTION *crit );
    10461052NTSTATUS WINAPI RtlpWaitForCriticalSection( RTL_CRITICAL_SECTION *crit );
     
    10661072
    10671073DWORD WINAPI RtlAdjustPrivilege(DWORD x1,DWORD x2,DWORD x3,DWORD x4);
    1068 DWORD WINAPI RtlIntegerToChar(DWORD x1,DWORD x2,DWORD x3,DWORD x4);
     1074NTSTATUS  WINAPI RtlIntegerToChar(ULONG,ULONG,ULONG,PCHAR);
    10691075LPVOID WINAPI RtlNormalizeProcessParams(LPVOID x);
    10701076DWORD WINAPI RtlNtStatusToDosError(NTSTATUS status);
Note: See TracChangeset for help on using the changeset viewer.