VirtualBox

Changeset 35913 in vbox for trunk/src/VBox/Main/idl/midl.xsl


Ignore:
Timestamp:
Feb 9, 2011 12:44:03 PM (14 years ago)
Author:
vboxsync
Message:

Main: pass in safearrays as SAFEARRAY*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/midl.xsl

    r31699 r35913  
    687687    <xsl:otherwise>in</xsl:otherwise>
    688688  </xsl:choose>
    689   <xsl:if test="@safearray='yes'">
    690     <!-- VB supports only [in, out], [out] and [out, retval] arrays -->
    691     <xsl:if test="@dir='in'">, out</xsl:if>
    692   </xsl:if>
    693689  <xsl:text>] </xsl:text>
    694690  <xsl:if test="@safearray='yes'">
     
    699695    <xsl:text>)</xsl:text>
    700696  </xsl:if>
    701   <xsl:if test="@dir='out' or @dir='return' or @safearray='yes'">
     697  <xsl:if test="@dir='out' or @dir='return'">
    702698    <xsl:text> *</xsl:text>
    703699  </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette