OK i did it , Now i can Connect to the Filter From my Delphi App :
the deal was to change : ScannerPortName:='\\ScannerPort' into ScannerPortName:='\ScannerPort';
///
var
hport: THANDLE;
hr: HRESULT;
ScannerPortName:pWideChar;
begin
ScannerPortName:='\ScannerPort'...
Please can any one help in converting this fltUser.h ( used in WDDK ) from C to Delphi
i did some work using C2PAS , please take a look the Attachment .
Or if it's not possible to convert it to Delphi , is there any other way i can use in Delphi .
Thank you
Please can any one help in converting this fltUser.h ( used in WDDK ) from C to Delphi .
*** fltUser.h ****
/*++
Copyright (c) 1989-2002 Microsoft Corporation
Module Name:
fltUser.h
Abstract:
Header file which contains the structures, type definitions,
constants, global...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.