hFtr parameter is not the HNUserFilter object handle.
Description:
When the BPF program has been loaded successfully, BpfLoadFromFile calls the
BpfCheckFilter function to check the BPF program accuracy, and returns the error
codes of the BpfCheckFilter.
Use the BpfLoadFromFile function to load the BPF program saved to a file (i.e., by the
BpfSaveToFile function).
Requirements:
Unicode
Implemented as BpfLoadFromFileW (Unicode) and BpfLoadFromFileA (ANSI).