OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCUNICODE_STRING
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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
...]
ntdef.h
456
typedef const UNICODE_STRING*
PCUNICODE_STRING
;
/external/libchrome/sandbox/win/src/
nt_internals.h
44
typedef const UNICODE_STRING *
PCUNICODE_STRING
;
639
IN
PCUNICODE_STRING
String1,
640
IN
PCUNICODE_STRING
String2,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
969
IN
PCUNICODE_STRING
SourceString,
977
IN
PCUNICODE_STRING
SourceString,
993
IN
PCUNICODE_STRING
SourceString,
1001
IN
PCUNICODE_STRING
SourceString,
1009
IN
PCUNICODE_STRING
UniSource,
1022
IN
PCUNICODE_STRING
UnicodeString);
[
all
...]
ntddk.h
[
all
...]
wdm.h
[
all
...]
Completed in 3678 milliseconds