ltmmCaptureCtrl.CanSaveObjectSettings Example for Visual Basic
// Having an IltmmCapture object, pCap:
Dim bSave As Long
' check if we can save the processors settings
pCap.CanSaveObjectSettings(ltmmCapture_Settings_Processors,
bSave)
If bSave = TRUE
' call SaveSettingsToStream or SaveSettingsToFile
End If