Changeset 364 for trunk/Include/objidl.sbp
- Timestamp:
- Oct 24, 2007, 12:32:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/objidl.sbp
r303 r364 107 107 /* [in] */ fSpyed As BOOL) As HRESULT 108 108 Function PreDidAlloc( 109 /* [in] */ pRequest As VoidPtr,110 /* [in] */ fSpyed As BOOL) As VoidPtr109 /* [in] */ pRequest As VoidPtr, 110 /* [in] */ fSpyed As BOOL) As VoidPtr 111 111 Function PostDidAlloc( 112 /* [in] */ pRequest As VoidPtr,113 /* [in] */ fSpyed As BOOL,114 /* [in] */ fActual As Long) As Long112 /* [in] */ pRequest As VoidPtr, 113 /* [in] */ fSpyed As BOOL, 114 /* [in] */ fActual As Long) As Long 115 115 Sub PreHeapMinimize() 116 116 Sub PostHeapMinimize() 117 117 End Interface 118 118 119 ' IStdMarshalInfo 119 /* interface IStdMarshalInfo */ 120 /* [uuid][object][local] */ 121 122 Dim IID_IStdMarshalInfo = [&h00000018, 0, 0, [&hC0, 0, 0, 0, 0, 0, 0, &h46]] As IID 123 124 Interface 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 131 End Interface 120 132 121 133 ' IExternalCennection
Note:
See TracChangeset
for help on using the changeset viewer.