Changeset 6508 for trunk/include/win/oleauto.h
- Timestamp:
- Aug 10, 2001, 9:30:13 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/include/win/oleauto.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/oleauto.h
r4959 r6508 527 527 DISPID dispid; /* method ID */ 528 528 UINT iMeth; /* method index */ 529 CALLCONV _OLE2cc; /* calling convention */529 CALLCONV cc; /* calling convention */ 530 530 UINT cArgs; /* count of arguments */ 531 531 WORD wFlags; /* same wFlags as on IDispatch::Invoke() */ … … 562 562 HRESULT WINAPI CreateStdDispatch(IUnknown* punkOuter, void* pvThis, 563 563 ITypeInfo* ptinfo, IUnknown** ppunkStdDisp); 564 HRESULT WINAPI DispCallFunc(void* pvInstance, ULONG oVft, CALLCONV _OLE2cc,564 HRESULT WINAPI DispCallFunc(void* pvInstance, ULONG oVft, CALLCONV cc, 565 565 VARTYPE vtReturn, UINT cActuals, VARTYPE* prgvt, 566 566 VARIANTARG** prgpvarg, VARIANT* pvargResult);
Note:
See TracChangeset
for help on using the changeset viewer.
