I\'m trying to create a driver that gets the file name, I even got it with an example: DbgPrint("%ws", &FileNameInfo->Name.Buffer);
DbgPrint("%ws", &FileNameInfo->Name.Buffer);
But how