Ignore:
Timestamp:
Aug 18, 1999, 8:43:54 PM (26 years ago)
Author:
phaller
Message:

Add: RtlUpcaseUnicodeStringToOemString added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/ntdll.h

    r97 r552  
    1 /* $Id: ntdll.h,v 1.3 1999-06-10 17:06:45 phaller Exp $ */
     1/* $Id: ntdll.h,v 1.4 1999-08-18 18:43:54 phaller Exp $ */
    22
    33/*
     
    494494DWORD WINAPI RtlIsTextUnicode(LPVOID buf, DWORD len, DWORD *pf);
    495495DWORD WINAPI RtlCompareUnicodeString(PUNICODE_STRING String1, PUNICODE_STRING String2, BOOLEAN CaseInSensitive);
     496DWORD WINAPI RtlUpcaseUnicodeStringToOemString(PANSI_STRING oem, PUNICODE_STRING uni, BOOLEAN alloc);
    496497
    497498/*
Note: See TracChangeset for help on using the changeset viewer.