OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PANSI_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/
winternl.h
109
typedef PSTRING
PANSI_STRING
;
963
VOID NTAPI RtlFreeAnsiString(
PANSI_STRING
AnsiString);
967
VOID NTAPI RtlInitAnsiString(
PANSI_STRING
DestinationString,PCSZ SourceString);
970
NTSTATUS NTAPI RtlUnicodeStringToAnsiString(
PANSI_STRING
DestinationString,PCUNICODE_STRING SourceString,BOOLEAN AllocateDestinationString);
[
all
...]
ntdef.h
509
typedef PSTRING
PANSI_STRING
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
[
all
...]
wdm.h
[
all
...]
Completed in 632 milliseconds