|
|
1.1 root 1: /***
2: *disphelp.h
3: *
4: * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved.
5: *
6: *Purpose:
7: * This file defines several IDispatch related utility functions.
8: *
9: *Implementation Notes:
10: * This file requires ole2.h
11: *
12: *****************************************************************************/
13:
14:
15: #ifdef __cplusplus
16: extern "C" {
17: #endif
18:
19: /* build a DISPPARAMs struct from the given format string and arguments.
20: */
21: HRESULT FAR CDECL
22: DispBuildParams(
23: DISPPARAMS FAR* FAR* ppdispparams,
24: UINT cNamedArgs,
25: DISPID FAR* rgdispid,
26: char FAR* szFmt, ...);
27:
28: /* free the given DISPPARAMs struct, and its contents.
29: */
30: STDAPI
31: DispFreeParams(
32: DISPPARAMS FAR* pdispparams);
33:
34: #ifdef __cplusplus
35: }
36: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.