Changeset 6711 for trunk/src/oleaut32/dispatch.c
- Timestamp:
- Sep 15, 2001, 11:32:00 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/dispatch.c
r6689 r6711 37 37 * 38 38 * NOTES 39 * - Defermethod invocation to ITypeInfo::Invoke()39 * - Defer method invocation to ITypeInfo::Invoke() 40 40 * 41 41 * RETURNS 42 42 * 43 * 43 * S_OK on success. 44 44 */ 45 45 HRESULT WINAPI … … 76 76 * DispGetIDsOfNames (OLEAUT32.29) 77 77 * 78 * Convert a set of names to dispids, based on information 78 * Convert a set of names to dispids, based on information 79 79 * contained in object's type library. 80 * 80 * 81 81 * NOTES 82 * 82 * - Defers to ITypeInfo::GetIDsOfNames() 83 83 * 84 84 * RETURNS 85 85 * 86 * 86 * S_OK on success. 87 87 */ 88 88 HRESULT WINAPI … … 109 109 * 110 110 * NOTES 111 * 111 * Coercion is done using system (0) locale. 112 112 * 113 113 * RETURNS 114 114 * 115 * 115 * S_OK on success. 116 116 */ 117 117 HRESULT WINAPI DispGetParam(DISPPARAMS* pdispparams, UINT position,
Note:
See TracChangeset
for help on using the changeset viewer.