ReactOS 0.4.16-dev-889-g9563c07
|
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | RtlpApplyLengthFunction (IN ULONG Flags, IN ULONG Type, IN PVOID UnicodeStringOrUnicodeStringBuffer, IN NTSTATUS(NTAPI *LengthFunction)(ULONG, PUNICODE_STRING, PULONG)) |
NTSTATUS NTAPI | LengthFunctionFail (ULONG Unknown, PUNICODE_STRING String, PULONG Length) |
NTSTATUS NTAPI | LengthFunctionOk (ULONG Unknown, PUNICODE_STRING String, PULONG Length) |
NTSTATUS NTAPI | LengthFunctionReturn1 (ULONG Unknown, PUNICODE_STRING String, PULONG Length) |
NTSTATUS NTAPI | LengthFunctionCopyLen (ULONG Unknown, PUNICODE_STRING String, PULONG Length) |
START_TEST (RtlpApplyLengthFunction) | |
NTSTATUS NTAPI LengthFunctionCopyLen | ( | ULONG | Unknown, |
PUNICODE_STRING | String, | ||
PULONG | Length | ||
) |
Definition at line 42 of file RtlpApplyLengthFunction.c.
Referenced by START_TEST().
NTSTATUS NTAPI LengthFunctionFail | ( | ULONG | Unknown, |
PUNICODE_STRING | String, | ||
PULONG | Length | ||
) |
Definition at line 20 of file RtlpApplyLengthFunction.c.
Referenced by START_TEST().
NTSTATUS NTAPI LengthFunctionOk | ( | ULONG | Unknown, |
PUNICODE_STRING | String, | ||
PULONG | Length | ||
) |
Definition at line 28 of file RtlpApplyLengthFunction.c.
Referenced by START_TEST().
NTSTATUS NTAPI LengthFunctionReturn1 | ( | ULONG | Unknown, |
PUNICODE_STRING | String, | ||
PULONG | Length | ||
) |
Definition at line 35 of file RtlpApplyLengthFunction.c.
Referenced by START_TEST().
NTSTATUS NTAPI RtlpApplyLengthFunction | ( | IN ULONG | Flags, |
IN ULONG | Type, | ||
IN PVOID | UnicodeStringOrUnicodeStringBuffer, | ||
IN | NTSTATUSNTAPI *LengthFunction)(ULONG, PUNICODE_STRING, PULONG | ||
) |
Definition at line 446 of file path.c.
Referenced by START_TEST().
START_TEST | ( | RtlpApplyLengthFunction | ) |
Definition at line 50 of file RtlpApplyLengthFunction.c.