File:  [WindowsNT SDKs] / mstools / ole20 / samples / dispdemo / disphelp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:38 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/*** 
*disphelp.h
*
*  Copyright (C) 1992, Microsoft Corporation.  All Rights Reserved.
*
*Purpose:
*  This file defines several IDispatch related utility functions.
*
*Implementation Notes:
*  This file requires ole2.h
*
*****************************************************************************/


#ifdef __cplusplus
extern "C" {
#endif

/* build a DISPPARAMs struct from the given format string and arguments.
 */
HRESULT FAR CDECL
DispBuildParams(
    DISPPARAMS FAR* FAR* ppdispparams,
    UINT cNamedArgs,
    DISPID FAR* rgdispid,
    char FAR* szFmt, ...);

/* free the given DISPPARAMs struct, and its contents.
 */
STDAPI
DispFreeParams(
    DISPPARAMS FAR* pdispparams);

#ifdef __cplusplus
}
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.