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

  /external/libchrome/sandbox/win/src/
nt_internals.h 54 typedef PSTRING PANSI_STRING;
635 IN PANSI_STRING SourceString,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 477 typedef PSTRING PANSI_STRING;
winternl.h 109 typedef PSTRING PANSI_STRING;
964 VOID NTAPI RtlFreeAnsiString(PANSI_STRING AnsiString);
968 VOID NTAPI RtlInitAnsiString(PANSI_STRING DestinationString,PCSZ SourceString);
971 NTSTATUS NTAPI RtlUnicodeStringToAnsiString(PANSI_STRING DestinationString,PCUNICODE_STRING SourceString,BOOLEAN AllocateDestinationString);
    [all...]

Completed in 99 milliseconds