Changeset 555 for trunk/src/NTDLL/unknown.cpp
- Timestamp:
- Aug 18, 1999, 9:35:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/unknown.cpp
r430 r555 1 /* $Id: unknown.cpp,v 1. 2 1999-08-05 23:28:33phaller Exp $ */1 /* $Id: unknown.cpp,v 1.3 1999-08-18 19:35:31 phaller Exp $ */ 2 2 3 3 /* … … 146 146 147 147 148 /***************************************************************************** 149 * Name : RtlQueryTimeZoneInformation 150 * Purpose : unknown 151 * Parameters: unknown, probably wrong 152 * Variables : 153 * Result : 154 * Remark : NTDLL.? 155 * Status : UNTESTED STUB 156 * 157 * Author : Patrick Haller [Tue, 1999/06/01 09:00] 158 *****************************************************************************/ 159 160 DWORD WIN32API RtlQueryTimeZoneInformation(DWORD x1, 161 DWORD x2, 162 DWORD x3) 163 { 164 dprintf(("NTDLL: RtlQueryTimeZoneInformation(%08xh,%08xh,%08xh) not implemented.\n", 165 x1, 166 x2, 167 x3)); 168 169 return 0; 170 } 148 171 149 172 150 173 174 175 176 177
Note:
See TracChangeset
for help on using the changeset viewer.