[in] A pointer to the memory block, which the BPF program, described by the
HN_BPF_PROGRAMM structure must be saved in.
Size
[in] The memory block size.
Return values:
HNERR_OK
No errors.
HNERR_ADDR_ERR
An address access error (the wrong pProgramm parameter).
HNERR_BUFFER_TOO_SMALL
The memory buffer is too small.
HNERR_INVALID_HANDLE
hFtr parameter is not the HNUserFilter object handle.
Description:
Use the BpfSaveToMemory function to save the BPF program to memory in the
HN_BPF_PROGRAMM structure format. After it has been
saved, you can analyze and change it.