Ignore:
Timestamp:
Dec 19, 1999, 1:25:55 PM (26 years ago)
Author:
sandervl
Message:

Forward SID apis to NTDLL & move some sid apis from advapi32 to ntdll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/ntdll.h

    r2128 r2134  
    1 /* $Id: ntdll.h,v 1.9 1999-12-18 21:45:13 sandervl Exp $ */
     1/* $Id: ntdll.h,v 1.10 1999-12-19 12:25:55 sandervl Exp $ */
    22
    33/*
     
    384384       
    385385BOOL WINAPI RtlEqualSid(PSID pSid1, PSID pSid2);
     386BOOL WINAPI RtlEqualPrefixSid (PSID pSid1, PSID pSid2);
     387BOOL WINAPI RtlValidSid( PSID pSid );
    386388VOID* WINAPI RtlFreeSid(PSID pSid);
    387389DWORD WINAPI RtlLengthRequiredSid(DWORD nrofsubauths);
     
    390392LPDWORD WINAPI RtlSubAuthoritySid(PSID PSID,DWORD nr);
    391393LPBYTE WINAPI RtlSubAuthorityCountSid(PSID PSID);
     394PSID_IDENTIFIER_AUTHORITY WINAPI RtlIdentifierAuthoritySid( PSID pSid );
    392395DWORD WINAPI RtlCopySid(DWORD len,PSID to,PSID from);
    393396
Note: See TracChangeset for help on using the changeset viewer.