BUG: VB Implements Statement Does Not Work for Certain APC Interfaces

ID: Q244069


The information in this article applies to:
  • Microsoft Visual Basic for Applications (VBA) Software Development Kit (SDK), versions 6.0, 6.1


SYMPTOMS

You cannot use the Visual Basic Implements statement with the following APC interfaces:

  • IApcEvents
  • IApcProjectEvents
  • IApcProjectItemEvents
When you attempt to use the Implements statement with these interfaces from Visual Basic, you get a compilation error indicating:
Not a valid interface for Implements.


CAUSE

This problem occurs because Visual Basic cannot implement interfaces with [out] only parameters.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

Additional query words: VBASDK

Keywords : kbSDKVBA kbGrpDSO kbDSupport
Version : winnt:6.0,6.1
Platform : winnt
Issue type : kbbug


Last Reviewed: October 25, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.