Ignore:
Timestamp:
Aug 19, 1999, 12:08:34 AM (26 years ago)
Author:
phaller
Message:

Add: added more stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/unknown.cpp

    r557 r560  
    1 /* $Id: unknown.cpp,v 1.4 1999-08-18 21:45:14 phaller Exp $ */
     1/* $Id: unknown.cpp,v 1.5 1999-08-18 22:08:34 phaller Exp $ */
    22
    33/*
     
    388388}
    389389
     390
     391/*****************************************************************************
     392 * Name      : RtlConvertSidToUnicodeString
     393 * Purpose   : unknown
     394 * Parameters: unknown, probably wrong
     395 * Variables :
     396 * Result    :
     397 * Remark    : NTDLL.?
     398 * Status    : UNTESTED STUB
     399 *
     400 * Author    : Patrick Haller [Tue, 1999/06/01 09:00]
     401 *****************************************************************************/
     402
     403DWORD WIN32API RtlConvertSidToUnicodeString(DWORD x1,
     404                                            DWORD x2,
     405                                            DWORD x3)
     406{
     407  dprintf(("NTDLL: RtlConvertSidToUnicodeString(%08xh,%08xh,%08xh) not implemented.\n",
     408           x1,
     409           x2,
     410           x3));
     411
     412  return 0;
     413}
     414
Note: See TracChangeset for help on using the changeset viewer.