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

SID api updates

File:
1 edited

Legend:

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

    r1890 r2135  
    1 /* $Id: ntddk.h,v 1.3 1999-11-30 19:38:23 sandervl Exp $ */
     1/* $Id: ntddk.h,v 1.4 1999-12-19 12:26:24 sandervl Exp $ */
    22/*
    33        this file defines interfaces mainly exposed to device drivers and
     
    364364        DWORD x9,
    365365        DWORD x10,
    366         PSID pSid);
    367        
    368 DWORD WINAPI RtlEqualSid(DWORD x1,DWORD x2);
    369 DWORD WINAPI RtlFreeSid(DWORD x1);
     366        PSID *pSid);
     367       
     368DWORD WINAPI RtlEqualSid(PSID pSid1, PSID pSid2);
     369DWORD WINAPI RtlEqualPrefixSid (PSID pSid1, PSID pSid2);
     370DWORD WINAPI RtlValidSid( PSID pSid );
     371DWORD WINAPI RtlFreeSid(PSID x1);
    370372DWORD WINAPI RtlLengthRequiredSid(DWORD nrofsubauths);
    371373DWORD WINAPI RtlLengthSid(PSID sid);
     
    374376LPBYTE WINAPI RtlSubAuthorityCountSid(PSID PSID);
    375377DWORD WINAPI RtlCopySid(DWORD len,PSID to,PSID from);
     378PSID_IDENTIFIER_AUTHORITY WINAPI RtlIdentifierAuthoritySid( PSID pSid );
    376379
    377380/*
Note: See TracChangeset for help on using the changeset viewer.