Ignore:
Timestamp:
Feb 23, 2008, 5:37:00 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

UTF8Encoding(仮)の追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/objidl.sbp

    r364 r411  
    131131End Interface
    132132
    133 ' IExternalCennection
     133/* interface IExternalConnection */
     134/* [uuid][local][object] */
     135
     136Const Enum EXTCONN
     137    EXTCONN_STRONG = 1
     138    EXTCONN_WEAK = 2
     139    EXTCONN_CALLABLE = 4
     140End Enum
     141
     142Dim IID_IExternalConnection = [&h00000019, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     143
     144Interface IExternalConnection
     145    Inherits IUnknown
     146   
     147    Function AddConnection(
     148        /* [in] */ extconn As DWord,
     149        /* [in] */ reserved As DWord) As DWord
     150    Function ReleaseConnection(
     151        /* [in] */ extconn As DWord,
     152        /* [in] */ reserved As DWord,
     153        /* [in] */ fLastReleaseCloses As BOOL) As DWord
     154End Interface
    134155
    135156Type MULTI_QI
Note: See TracChangeset for help on using the changeset viewer.