Ignore:
Timestamp:
Oct 24, 2007, 12:32:20 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

FormatFloatFを実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/objidl.sbp

    r303 r364  
    107107        /* [in] */ fSpyed As BOOL) As HRESULT
    108108    Function PreDidAlloc(
    109     /* [in] */ pRequest As VoidPtr,
    110     /* [in] */ fSpyed As BOOL) As VoidPtr
     109        /* [in] */ pRequest As VoidPtr,
     110        /* [in] */ fSpyed As BOOL) As VoidPtr
    111111    Function PostDidAlloc(
    112     /* [in] */ pRequest As VoidPtr,
    113     /* [in] */ fSpyed As BOOL,
    114     /* [in] */ fActual As Long) As Long
     112        /* [in] */ pRequest As VoidPtr,
     113        /* [in] */ fSpyed As BOOL,
     114        /* [in] */ fActual As Long) As Long
    115115    Sub PreHeapMinimize()
    116116    Sub PostHeapMinimize()
    117117End Interface
    118118
    119 ' IStdMarshalInfo
     119/* interface IStdMarshalInfo */
     120/* [uuid][object][local] */
     121
     122Dim IID_IStdMarshalInfo = [&h00000018, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID
     123
     124Interface IStdMarshalInfo
     125    Inherits IUnknown
     126
     127    Function GetClassForHandler(
     128        /* [in] */ dwDestContext As DWord,
     129        /* [unique][in] */ pvDestContext As VoidPtr,
     130        /* [out] */ ByRef clsid As CLSID) As HRESULT
     131End Interface
    120132
    121133' IExternalCennection
Note: See TracChangeset for help on using the changeset viewer.