Ignore:
Timestamp:
Sep 15, 2001, 11:32:00 AM (24 years ago)
Author:
sandervl
Message:

restored old version + wine update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/dispatch.c

    r6689 r6711  
    3737 *
    3838 * NOTES
    39  *      - Defer method invocation to ITypeInfo::Invoke()
     39 *              - Defer method invocation to ITypeInfo::Invoke()
    4040 *
    4141 * RETURNS
    4242 *
    43  *      S_OK on success.
     43 *              S_OK on success.
    4444 */
    4545HRESULT WINAPI
     
    7676 *         DispGetIDsOfNames (OLEAUT32.29)
    7777 *
    78  * Convert a set of names to dispids, based on information
     78 * Convert a set of names to dispids, based on information 
    7979 * contained in object's type library.
    80  *
     80 * 
    8181 * NOTES
    82  *      - Defers to ITypeInfo::GetIDsOfNames()
     82 *              - Defers to ITypeInfo::GetIDsOfNames()
    8383 *
    8484 * RETURNS
    8585 *
    86  *      S_OK on success.
     86 *              S_OK on success.
    8787 */
    8888HRESULT WINAPI
     
    109109 *
    110110 * NOTES
    111  *      Coercion is done using system (0) locale.
     111 *              Coercion is done using system (0) locale.
    112112 *
    113113 * RETURNS
    114114 *
    115  *      S_OK on success.
     115 *              S_OK on success.
    116116 */
    117117HRESULT WINAPI DispGetParam(DISPPARAMS* pdispparams, UINT position,
Note: See TracChangeset for help on using the changeset viewer.