#include “BlackIceDEVMODE.h”
void ReleaseBlackIceDEVMODE(BlackIceDEVMODE* pDevMode);
Description
This function releases the memory allocated by the LoadBlackIceDEVMODE () function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
None
Programming Notes
None
Code Example
None