Delphi

In order to use the COM objects in your Delphi application add WCaptureX libraries to the list of the project references.

The actual creation code is:

capture:   IWCaptureX;
capture:=  CoWCaptureX.Create;
Comments