MIL_FPGA_CONTEXT FpgaCommandContext, | //in |
MIL_INT64 ControlFlag | //in |
This function deallocates a previously allocated FPGA command context. The FPGA command context should be freed after an MfpgaCommandQueue() is issued. The processing operation that is associated with the command context, will complete its operation even if MfpgaCommandFree() is executed before processing is finished.
Specifies the handle of the FPGA command context to deallocate. The command context must have been previously allocated on the system using MfpgaCommandAlloc().
Header | Include mil.h; milfpga.h. |
Library | Use mil.lib; milfpga.lib. |
DLL | Requires mil.dll; milfpga.dll. |