HomeSort by relevance Sort by last modified time
    Searched defs:PCUNICODE_STRING (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
nt_internals.h 43 typedef const UNICODE_STRING *PCUNICODE_STRING;
625 IN PCUNICODE_STRING String1,
626 IN PCUNICODE_STRING String2,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 456 typedef const UNICODE_STRING* PCUNICODE_STRING;
winternl.h 116 typedef const UNICODE_STRING *PCUNICODE_STRING;
971 NTSTATUS NTAPI RtlUnicodeStringToAnsiString(PANSI_STRING DestinationString,PCUNICODE_STRING SourceString,BOOLEAN AllocateDestinationString);
972 NTSTATUS NTAPI RtlUnicodeStringToOemString(POEM_STRING DestinationString,PCUNICODE_STRING SourceString,BOOLEAN AllocateDestinationString);
    [all...]

Completed in 276 milliseconds