HomeSort by relevance Sort by last modified time
    Searched defs:PUNICODE_STRING (Results 1 - 4 of 4) 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 486 } UNICODE_STRING, *PUNICODE_STRING;
555 PUNICODE_STRING ObjectName;
winternl.h 115 typedef UNICODE_STRING *PUNICODE_STRING;
126 PUNICODE_STRING ObjectName;
949 BOOLEAN NTAPI RtlIsNameLegalDOS8Dot3(PUNICODE_STRING Name,POEM_STRING OemName,PBOOLEAN NameContainsSpaces);
964 VOID NTAPI RtlFreeUnicodeString(PUNICODE_STRING UnicodeString);
968 VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString,PCWSTR SourceString);
969 NTSTATUS NTAPI RtlAnsiStringToUnicodeString(PUNICODE_STRING DestinationString,PCANSI_STRING SourceString,BOOLEAN AllocateDestinationString);
974 NTSTATUS NTAPI RtlConvertSidToUnicodeString(PUNICODE_STRING UnicodeString,PSID Sid,BOOLEAN AllocateDestinationString);
    [all...]
ntsecapi.h 590 typedef LSA_UNICODE_STRING UNICODE_STRING,*PUNICODE_STRING;
618 typedef NTSTATUS (*PSAM_PASSWORD_NOTIFICATION_ROUTINE)(PUNICODE_STRING UserName,ULONG RelativeId,PUNICODE_STRING NewPassword);
627 typedef BOOLEAN (*PSAM_PASSWORD_FILTER_ROUTINE)(PUNICODE_STRING AccountName,PUNICODE_STRING FullName,PUNICODE_STRING Password,BOOLEAN SetOperation);
    [all...]

Completed in 113 milliseconds