Ignore:
Timestamp:
Sep 5, 2001, 3:19:02 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

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 $ */
    12/**
    23 * Dispatch API functions
     
    3738 *
    3839 * NOTES
    39  *              - Defer method invocation to ITypeInfo::Invoke()
     40 *      - Defer method invocation to ITypeInfo::Invoke()
    4041 *
    4142 * RETURNS
    4243 *
    43  *              S_OK on success.
     44 *      S_OK on success.
    4445 */
    4546HRESULT WINAPI
     
    7677 *         DispGetIDsOfNames (OLEAUT32.29)
    7778 *
    78  * Convert a set of names to dispids, based on information 
     79 * Convert a set of names to dispids, based on information
    7980 * contained in object's type library.
    80  * 
     81 *
    8182 * NOTES
    82  *              - Defers to ITypeInfo::GetIDsOfNames()
     83 *      - Defers to ITypeInfo::GetIDsOfNames()
    8384 *
    8485 * RETURNS
    8586 *
    86  *              S_OK on success.
     87 *      S_OK on success.
    8788 */
    8889HRESULT WINAPI
     
    109110 *
    110111 * NOTES
    111  *              Coercion is done using system (0) locale.
     112 *      Coercion is done using system (0) locale.
    112113 *
    113114 * RETURNS
    114115 *
    115  *              S_OK on success.
     116 *      S_OK on success.
    116117 */
    117118HRESULT WINAPI DispGetParam(DISPPARAMS* pdispparams, UINT position,
Note: See TracChangeset for help on using the changeset viewer.