Description
This McCaptDevice instance is starting a settings persist operation.
Syntax
Private Sub object_BeforeSettingsSave(CaptureDevice, CaptSettings, FileName, pbCancel)
The BeforeSettingsSave Event syntax has these parts:
|
| object | A McCapture object. | | CaptureDevice | A McCaptDevice object. the event source device.
| | CaptSettings | A McCaptSettings object. the capture settings.
| | FileName | A Variant value. | | pbCancel | A Boolean value. |
|