(unknown charset) ORA_FFI: FindWindowA
From: (unknown charset) Miodrag Stojanovic <miodrag_stojanovic_at_oma.org>
Date: Wed, 08 Jul 1998 17:50:33 GMT
Message-ID: <35A3B157.90103B48_at_oma.org>
Did anyone tried (and succeeded) to create PL/SQL function based on FindWindowA foreign function from user32.dll?
Date: Wed, 08 Jul 1998 17:50:33 GMT
Message-ID: <35A3B157.90103B48_at_oma.org>
Did anyone tried (and succeeded) to create PL/SQL function based on FindWindowA foreign function from user32.dll?
API function is
HWND FindWindowA(
    LPCTSTR lpClassName,  // pointer to class name
    LPCTSTR lpWindowName  // pointer to window name
);
I created PL/SQL function, but when I run, function always returns 0 as result. Maybe, I am not passing good parameters?
Help. Thanks.
Miodrag Stojanovic
Received on Wed Jul 08 1998 - 19:50:33 CEST
