BOOL APIENTRY
mciFreeCommandResource(
UINT wTable
);
The mciFreeCommandResource function frees from memory a command table that was loaded with mciLoadCommandResource.
Returns FALSE if the table index number is invalid. Oherwise, returns TRUE.
For more information see Loading and Unloading a Command Table.