#include "fxsupportpch.hpp"
#include "fxldr.h"
#include <ntstrsafe.h>
Go to the source code of this file.
◆ GetNameFromPath()
Definition at line 54 of file fxtelemetry.cpp.
78{
80
82
83
84
85
86
87
88
91 return;
92 }
93
94
95
96
97
98
104
105 while (
Name->Buffer >=
Path->Buffer) {
106 if (*
Name->Buffer ==
L'\\') {
107
108
109
110
114 break;
115 }
116
117
118
119
122 }
123
124 if (foundSlash &&
Name->Length == 0) {
125
126
127
129 }
130 else if (foundSlash ==
FALSE) {
131
132
133
134
137 }
138
139
140
141
142
144}
PRTL_UNICODE_STRING_BUFFER Path
#define RtlZeroMemory(Destination, Length)
#define WDF_PTR_ADD_OFFSET_TYPE(_ptr, _offset, _type)