ReactOS 0.4.16-dev-455-g37b0646
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | FltpFreeUnicodeString (_In_ PUNICODE_STRING String) |
NTSTATUS | FltpReallocateUnicodeString (_In_ PUNICODE_STRING String, _In_ SIZE_T NewLength, _In_ BOOLEAN CopyExisting) |
NTSTATUS | FltpCopyUnicodeString (_In_ PUNICODE_STRING StringOne, _In_ PUNICODE_STRING StringTwo) |
NTSTATUS FltpCopyUnicodeString | ( | _In_ PUNICODE_STRING | StringOne, |
_In_ PUNICODE_STRING | StringTwo | ||
) |
VOID FltpFreeUnicodeString | ( | _In_ PUNICODE_STRING | String | ) |
Definition at line 24 of file Lib.c.
Referenced by FltpEnumerateFileSystemVolumes(), and FltpFsNotification().
NTSTATUS FltpReallocateUnicodeString | ( | _In_ PUNICODE_STRING | String, |
_In_ SIZE_T | NewLength, | ||
_In_ BOOLEAN | CopyExisting | ||
) |
Definition at line 39 of file Lib.c.
Referenced by FltpGetObjectName().