URGENT - org.jawin.COMException: 8007007f: The specified procedure could not be found.
Sekhar Rao Kanchala <[email protected]> Tue, 20 Jun 2006 07:24:01 -0400
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I have encountered with the following error when i try to create an
instance for org.jawin.FuncPtr Class by supplying dll name and native
function name as parameters.Error is as follows:
org.jawin.COMException: 8007007f: The specified procedure could not be
found.
Code fragment:
FuncPtr fp=new FuncPtr("IPSPolicyInfoAX.dll","ProcessPayment");
System.out.println("FuncPtr instance was created");
Can any one rectify this please...