Changeset 6648 for trunk/src/oleaut32/dispatch.c
- Timestamp:
- Sep 5, 2001, 3:19:02 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/oleaut32/dispatch.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/dispatch.c
r4837 r6648 1 /* $Id: dispatch.c,v 1.2 2001-09-05 13:19:00 bird Exp $ */ 1 2 /** 2 3 * Dispatch API functions … … 37 38 * 38 39 * NOTES 39 * - Defermethod invocation to ITypeInfo::Invoke()40 * - Defer method invocation to ITypeInfo::Invoke() 40 41 * 41 42 * RETURNS 42 43 * 43 * S_OK on success.44 * S_OK on success. 44 45 */ 45 46 HRESULT WINAPI … … 76 77 * DispGetIDsOfNames (OLEAUT32.29) 77 78 * 78 * Convert a set of names to dispids, based on information 79 * Convert a set of names to dispids, based on information 79 80 * contained in object's type library. 80 * 81 * 81 82 * NOTES 82 * - Defers to ITypeInfo::GetIDsOfNames()83 * - Defers to ITypeInfo::GetIDsOfNames() 83 84 * 84 85 * RETURNS 85 86 * 86 * S_OK on success.87 * S_OK on success. 87 88 */ 88 89 HRESULT WINAPI … … 109 110 * 110 111 * NOTES 111 * Coercion is done using system (0) locale.112 * Coercion is done using system (0) locale. 112 113 * 113 114 * RETURNS 114 115 * 115 * S_OK on success.116 * S_OK on success. 116 117 */ 117 118 HRESULT WINAPI DispGetParam(DISPPARAMS* pdispparams, UINT position,
Note:
See TracChangeset
for help on using the changeset viewer.
