The information in this article applies to:
SUMMARY
When using Microsoft Visual Basic for Windows, if you want to pass a
parameter to a dynamic link library (DLL) routine, or receive a function
return value of type Currency from a DLL routine written in Microsoft C,
the parameter or function returned should be declared as a "double" in the
C routine.
MORE INFORMATIONWhen creating a DLL function that either receives or returns a Currency data type, it may be useful to include the following declaration:
Based on this typedef, a sample DLL routine to return a currency value
might be declared as follows:
Additional query words: 2.00 3.00
Keywords : |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |