Correlate your table against this. See the pattern ?
http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
Your table doesn't define numeric values. This table
from Microsoft, assigns numbers. Now the pattern becomes
clearer.
http://msdn.microsoft.com/en-us/library/aa381635(v=vs.85).aspx
PARTITION_FAT32_XINT13 0x0C
In other words, it's just a "regular ole FAT32" partition.
It should show up in Disk Management.
It can be deleted via Disk Management. Click and select
Delete from the menu. Done. The area should then show up
as "Unallocated" or the like.
*******
A partition type could be a Primary one. Suitable
for a brand new OS installation. The table in the
MBR, has room for four entries of that type.
A partition can also be Logical, contained in an
Extended envelope. That mechanism allows a lot more
partitions to be defined. Multiple logical partitions
can live in a single Extended envelope. You can
have three primaries, then, an Extended being the
fourth MBR entry, and in there, have a ton of
logical partitions defined.
http://en.wikipedia.org/wiki/Extended_boot_record
Disk Management should still do a fine job of
displaying the partitions, in either case. And if for
any reason, the Disk Management display is illegible,
you can use the command line "DiskPart" utility,
to do any deletes you might need.
Paul