The information in this article applies to:
SUMMARYAutomation properties or methods implemented with the C calling convention in the Windows 16-bit operating system can't return type Float or Double. This includes the Date type, which is a floating-point type. To work around this, you can implement them using the Pascal calling convention. MORE INFORMATION
Automation methods and properties can be marked as using one of the calling
conventions described by the CALLCONV enumeration. This calling convention
is used by the standard IDispatch implementation provided by
CreateStdDispatch and by DispInvoke to call property accessor functions or
methods. Additional query words: 2.00
Keywords : kbole kbprg kbAutomation kbOLE200 kbGrpCom kbDSupport |
Last Reviewed: October 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |