Changeset 560 for trunk/src/NTDLL/unknown.cpp
- Timestamp:
- Aug 19, 1999, 12:08:34 AM (26 years ago)
- 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 $ */ 2 2 3 3 /* … … 388 388 } 389 389 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 403 DWORD 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.