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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subauth.h 26 } UNICODE_STRING,*PUNICODE_STRING;
ntdef.h 454 } UNICODE_STRING, *PUNICODE_STRING;
523 PUNICODE_STRING ObjectName;
winternl.h 115 typedef UNICODE_STRING *PUNICODE_STRING;
126 PUNICODE_STRING ObjectName;
950 BOOLEAN NTAPI RtlIsNameLegalDOS8Dot3(PUNICODE_STRING Name,POEM_STRING OemName,PBOOLEAN NameContainsSpaces);
965 VOID NTAPI RtlFreeUnicodeString(PUNICODE_STRING UnicodeString);
969 VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString,PCWSTR SourceString);
970 NTSTATUS NTAPI RtlAnsiStringToUnicodeString(PUNICODE_STRING DestinationString,PCANSI_STRING SourceString,BOOLEAN AllocateDestinationString);
975 NTSTATUS NTAPI RtlConvertSidToUnicodeString(PUNICODE_STRING UnicodeString,PSID Sid,BOOLEAN AllocateDestinationString);
    [all...]
ntsecapi.h 569 typedef LSA_UNICODE_STRING UNICODE_STRING,*PUNICODE_STRING;
597 typedef NTSTATUS (*PSAM_PASSWORD_NOTIFICATION_ROUTINE)(PUNICODE_STRING UserName,ULONG RelativeId,PUNICODE_STRING NewPassword);
606 typedef BOOLEAN (*PSAM_PASSWORD_FILTER_ROUTINE)(PUNICODE_STRING AccountName,PUNICODE_STRING FullName,PUNICODE_STRING Password,BOOLEAN SetOperation);
    [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 42 typedef UNICODE_STRING *PUNICODE_STRING;
65 PUNICODE_STRING ObjectName;
378 IN PUNICODE_STRING Class OPTIONAL,
620 IN OUT PUNICODE_STRING DestinationString,
630 IN OUT PUNICODE_STRING DestinationString,
645 PUNICODE_STRING LinkTarget,

Completed in 84 milliseconds