FP2007 + EWFAPI

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Microsoft has some errors in their Online documentation for the EWFAPI
functions. All to do with Horm....

EwfMgrIsHormActivated Really is -> EwfMgIsHORMActivated "Missing the r
from Mgr and Horm is caps.

Similar errors in the EwfMgrActivateHorm and EwfMgrDeactivateHorm.
I had to dump the DLL to find the typos.

Richard
 
Hi Richard

Thanks for reporting this. A bug has been opened internally to fix this.

Thanks
Srikanth
 
The only way I found it is I did not have the newer header file handy so I
used the online documentation to creat my function interface. I never could
get the imports in my "pascal" program working until I dumped the DLL and
found the proper names. Later, when I found the CD I did notice that the
header file is correct.

Thanks,
Richard
 
Back
Top