Changeset 3611 for trunk/src/NTDLL/nt.cpp
- Timestamp:
- May 26, 2000, 8:53:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/nt.cpp
r2707 r3611 1 /* $Id: nt.cpp,v 1. 6 2000-02-09 23:35:12sandervl Exp $ */1 /* $Id: nt.cpp,v 1.7 2000-05-26 18:51:55 sandervl Exp $ */ 2 2 3 3 … … 290 290 PHANDLE TokenHandle) 291 291 { 292 dprintf(("NTDLL: NtOpenThreadToken(%08xh,%08xh,%08xh,%08xh) notimplemented.\n",292 dprintf(("NTDLL: NtOpenThreadToken(%08xh,%08xh,%08xh,%08xh) partly implemented.\n", 293 293 ThreadHandle, 294 294 DesiredAccess,
Note:
See TracChangeset
for help on using the changeset viewer.