Available in LEADTOOLS Document and Medical Imaging toolkits.
ILTDVDBurner::GetDiscTypeName Example for C
void OnGetDiscTypeName(ILTDVDBurner* pBurner) { BSTR bstrDiscTypeName; ILTDVDBurner_GetDiscTypeName (pBurner, 0, &bstrDiscTypeName); SysFreeString(bstrDiscTypeName); }