1479 lines
42 KiB
C
1479 lines
42 KiB
C
|
|
||
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
||
|
|
||
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
|
||
|
|
||
|
|
||
|
/* File created by MIDL compiler version 6.00.0347 */
|
||
|
/* Compiler settings for propidl.idl:
|
||
|
Oicf, W1, Zp8, env=Win32 (32b run)
|
||
|
protocol : dce , ms_ext, c_ext, robust
|
||
|
error checks: allocation ref bounds_check enum stub_data
|
||
|
VC __declspec() decoration level:
|
||
|
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
|
||
|
DECLSPEC_UUID(), MIDL_INTERFACE()
|
||
|
*/
|
||
|
//@@MIDL_FILE_HEADING( )
|
||
|
|
||
|
|
||
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
||
|
#ifndef __REQUIRED_RPCNDR_H_VERSION__
|
||
|
#define __REQUIRED_RPCNDR_H_VERSION__ 475
|
||
|
#endif
|
||
|
|
||
|
#include "rpc.h"
|
||
|
#include "rpcndr.h"
|
||
|
|
||
|
#ifndef __RPCNDR_H_VERSION__
|
||
|
#error this stub requires an updated version of <rpcndr.h>
|
||
|
#endif // __RPCNDR_H_VERSION__
|
||
|
|
||
|
#ifndef COM_NO_WINDOWS_H
|
||
|
#include "windows.h"
|
||
|
#include "ole2.h"
|
||
|
#endif /*COM_NO_WINDOWS_H*/
|
||
|
|
||
|
#ifndef __propidl_h__
|
||
|
#define __propidl_h__
|
||
|
|
||
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
/* Forward Declarations */
|
||
|
|
||
|
#ifndef __IPropertyStorage_FWD_DEFINED__
|
||
|
#define __IPropertyStorage_FWD_DEFINED__
|
||
|
typedef interface IPropertyStorage IPropertyStorage;
|
||
|
#endif /* __IPropertyStorage_FWD_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IPropertySetStorage_FWD_DEFINED__
|
||
|
#define __IPropertySetStorage_FWD_DEFINED__
|
||
|
typedef interface IPropertySetStorage IPropertySetStorage;
|
||
|
#endif /* __IPropertySetStorage_FWD_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IEnumSTATPROPSTG_FWD_DEFINED__
|
||
|
#define __IEnumSTATPROPSTG_FWD_DEFINED__
|
||
|
typedef interface IEnumSTATPROPSTG IEnumSTATPROPSTG;
|
||
|
#endif /* __IEnumSTATPROPSTG_FWD_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IEnumSTATPROPSETSTG_FWD_DEFINED__
|
||
|
#define __IEnumSTATPROPSETSTG_FWD_DEFINED__
|
||
|
typedef interface IEnumSTATPROPSETSTG IEnumSTATPROPSETSTG;
|
||
|
#endif /* __IEnumSTATPROPSETSTG_FWD_DEFINED__ */
|
||
|
|
||
|
|
||
|
/* header files for imported files */
|
||
|
#include "objidl.h"
|
||
|
#include "oaidl.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"{
|
||
|
#endif
|
||
|
|
||
|
void * __RPC_USER MIDL_user_allocate(size_t);
|
||
|
void __RPC_USER MIDL_user_free( void * );
|
||
|
|
||
|
/* interface __MIDL_itf_propidl_0000 */
|
||
|
/* [local] */
|
||
|
|
||
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
#if ( _MSC_VER >= 800 )
|
||
|
#if _MSC_VER >= 1200
|
||
|
#pragma warning(push)
|
||
|
#endif
|
||
|
#pragma warning(disable:4201) /* Nameless struct/union */
|
||
|
#pragma warning(disable:4237) /* obsolete member named 'bool' */
|
||
|
#endif
|
||
|
#if ( _MSC_VER >= 1020 )
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
typedef struct tagVersionedStream
|
||
|
{
|
||
|
GUID guidVersion;
|
||
|
IStream *pStream;
|
||
|
} VERSIONEDSTREAM;
|
||
|
|
||
|
typedef struct tagVersionedStream *LPVERSIONEDSTREAM;
|
||
|
|
||
|
|
||
|
// Flags for IPropertySetStorage::Create
|
||
|
#define PROPSETFLAG_DEFAULT ( 0 )
|
||
|
|
||
|
#define PROPSETFLAG_NONSIMPLE ( 1 )
|
||
|
|
||
|
#define PROPSETFLAG_ANSI ( 2 )
|
||
|
|
||
|
// (This flag is only supported on StgCreatePropStg & StgOpenPropStg
|
||
|
#define PROPSETFLAG_UNBUFFERED ( 4 )
|
||
|
|
||
|
// (This flag causes a version-1 property set to be created
|
||
|
#define PROPSETFLAG_CASE_SENSITIVE ( 8 )
|
||
|
|
||
|
|
||
|
// Flags for the reservied PID_BEHAVIOR property
|
||
|
#define PROPSET_BEHAVIOR_CASE_SENSITIVE ( 1 )
|
||
|
|
||
|
#ifdef MIDL_PASS
|
||
|
// This is the PROPVARIANT definition for marshaling.
|
||
|
typedef struct tag_inner_PROPVARIANT PROPVARIANT;
|
||
|
|
||
|
#else
|
||
|
// This is the standard C layout of the PROPVARIANT.
|
||
|
typedef struct tagPROPVARIANT PROPVARIANT;
|
||
|
#endif
|
||
|
typedef struct tagCAC
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ CHAR *pElems;
|
||
|
} CAC;
|
||
|
|
||
|
typedef struct tagCAUB
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ UCHAR *pElems;
|
||
|
} CAUB;
|
||
|
|
||
|
typedef struct tagCAI
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ SHORT *pElems;
|
||
|
} CAI;
|
||
|
|
||
|
typedef struct tagCAUI
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ USHORT *pElems;
|
||
|
} CAUI;
|
||
|
|
||
|
typedef struct tagCAL
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ LONG *pElems;
|
||
|
} CAL;
|
||
|
|
||
|
typedef struct tagCAUL
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ ULONG *pElems;
|
||
|
} CAUL;
|
||
|
|
||
|
typedef struct tagCAFLT
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ FLOAT *pElems;
|
||
|
} CAFLT;
|
||
|
|
||
|
typedef struct tagCADBL
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ DOUBLE *pElems;
|
||
|
} CADBL;
|
||
|
|
||
|
typedef struct tagCACY
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ CY *pElems;
|
||
|
} CACY;
|
||
|
|
||
|
typedef struct tagCADATE
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ DATE *pElems;
|
||
|
} CADATE;
|
||
|
|
||
|
typedef struct tagCABSTR
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ BSTR *pElems;
|
||
|
} CABSTR;
|
||
|
|
||
|
typedef struct tagCABSTRBLOB
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ BSTRBLOB *pElems;
|
||
|
} CABSTRBLOB;
|
||
|
|
||
|
typedef struct tagCABOOL
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ VARIANT_BOOL *pElems;
|
||
|
} CABOOL;
|
||
|
|
||
|
typedef struct tagCASCODE
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ SCODE *pElems;
|
||
|
} CASCODE;
|
||
|
|
||
|
typedef struct tagCAPROPVARIANT
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ PROPVARIANT *pElems;
|
||
|
} CAPROPVARIANT;
|
||
|
|
||
|
typedef struct tagCAH
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ LARGE_INTEGER *pElems;
|
||
|
} CAH;
|
||
|
|
||
|
typedef struct tagCAUH
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ ULARGE_INTEGER *pElems;
|
||
|
} CAUH;
|
||
|
|
||
|
typedef struct tagCALPSTR
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ LPSTR *pElems;
|
||
|
} CALPSTR;
|
||
|
|
||
|
typedef struct tagCALPWSTR
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ LPWSTR *pElems;
|
||
|
} CALPWSTR;
|
||
|
|
||
|
typedef struct tagCAFILETIME
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ FILETIME *pElems;
|
||
|
} CAFILETIME;
|
||
|
|
||
|
typedef struct tagCACLIPDATA
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ CLIPDATA *pElems;
|
||
|
} CACLIPDATA;
|
||
|
|
||
|
typedef struct tagCACLSID
|
||
|
{
|
||
|
ULONG cElems;
|
||
|
/* [size_is] */ CLSID *pElems;
|
||
|
} CACLSID;
|
||
|
|
||
|
#ifdef MIDL_PASS
|
||
|
// This is the PROPVARIANT padding layout for marshaling.
|
||
|
typedef BYTE PROPVAR_PAD1;
|
||
|
|
||
|
typedef BYTE PROPVAR_PAD2;
|
||
|
|
||
|
typedef ULONG PROPVAR_PAD3;
|
||
|
|
||
|
#else
|
||
|
// This is the standard C layout of the structure.
|
||
|
typedef WORD PROPVAR_PAD1;
|
||
|
typedef WORD PROPVAR_PAD2;
|
||
|
typedef WORD PROPVAR_PAD3;
|
||
|
#define tag_inner_PROPVARIANT
|
||
|
#endif
|
||
|
#ifndef MIDL_PASS
|
||
|
struct tagPROPVARIANT {
|
||
|
union {
|
||
|
#endif
|
||
|
struct tag_inner_PROPVARIANT
|
||
|
{
|
||
|
VARTYPE vt;
|
||
|
PROPVAR_PAD1 wReserved1;
|
||
|
PROPVAR_PAD2 wReserved2;
|
||
|
PROPVAR_PAD3 wReserved3;
|
||
|
/* [switch_is] */ /* [switch_type] */ union
|
||
|
{
|
||
|
/* [case()] */ /* Empty union arm */
|
||
|
/* [case()] */ CHAR cVal;
|
||
|
/* [case()] */ UCHAR bVal;
|
||
|
/* [case()] */ SHORT iVal;
|
||
|
/* [case()] */ USHORT uiVal;
|
||
|
/* [case()] */ LONG lVal;
|
||
|
/* [case()] */ ULONG ulVal;
|
||
|
/* [case()] */ INT intVal;
|
||
|
/* [case()] */ UINT uintVal;
|
||
|
/* [case()] */ LARGE_INTEGER hVal;
|
||
|
/* [case()] */ ULARGE_INTEGER uhVal;
|
||
|
/* [case()] */ FLOAT fltVal;
|
||
|
/* [case()] */ DOUBLE dblVal;
|
||
|
/* [case()] */ VARIANT_BOOL boolVal;
|
||
|
/* [case()] */ _VARIANT_BOOL bool;
|
||
|
/* [case()] */ SCODE scode;
|
||
|
/* [case()] */ CY cyVal;
|
||
|
/* [case()] */ DATE date;
|
||
|
/* [case()] */ FILETIME filetime;
|
||
|
/* [case()] */ CLSID *puuid;
|
||
|
/* [case()] */ CLIPDATA *pclipdata;
|
||
|
/* [case()] */ BSTR bstrVal;
|
||
|
/* [case()] */ BSTRBLOB bstrblobVal;
|
||
|
/* [case()] */ BLOB blob;
|
||
|
/* [case()] */ LPSTR pszVal;
|
||
|
/* [case()] */ LPWSTR pwszVal;
|
||
|
/* [case()] */ IUnknown *punkVal;
|
||
|
/* [case()] */ IDispatch *pdispVal;
|
||
|
/* [case()] */ IStream *pStream;
|
||
|
/* [case()] */ IStorage *pStorage;
|
||
|
/* [case()] */ LPVERSIONEDSTREAM pVersionedStream;
|
||
|
/* [case()] */ LPSAFEARRAY parray;
|
||
|
/* [case()] */ CAC cac;
|
||
|
/* [case()] */ CAUB caub;
|
||
|
/* [case()] */ CAI cai;
|
||
|
/* [case()] */ CAUI caui;
|
||
|
/* [case()] */ CAL cal;
|
||
|
/* [case()] */ CAUL caul;
|
||
|
/* [case()] */ CAH cah;
|
||
|
/* [case()] */ CAUH cauh;
|
||
|
/* [case()] */ CAFLT caflt;
|
||
|
/* [case()] */ CADBL cadbl;
|
||
|
/* [case()] */ CABOOL cabool;
|
||
|
/* [case()] */ CASCODE cascode;
|
||
|
/* [case()] */ CACY cacy;
|
||
|
/* [case()] */ CADATE cadate;
|
||
|
/* [case()] */ CAFILETIME cafiletime;
|
||
|
/* [case()] */ CACLSID cauuid;
|
||
|
/* [case()] */ CACLIPDATA caclipdata;
|
||
|
/* [case()] */ CABSTR cabstr;
|
||
|
/* [case()] */ CABSTRBLOB cabstrblob;
|
||
|
/* [case()] */ CALPSTR calpstr;
|
||
|
/* [case()] */ CALPWSTR calpwstr;
|
||
|
/* [case()] */ CAPROPVARIANT capropvar;
|
||
|
/* [case()] */ CHAR *pcVal;
|
||
|
/* [case()] */ UCHAR *pbVal;
|
||
|
/* [case()] */ SHORT *piVal;
|
||
|
/* [case()] */ USHORT *puiVal;
|
||
|
/* [case()] */ LONG *plVal;
|
||
|
/* [case()] */ ULONG *pulVal;
|
||
|
/* [case()] */ INT *pintVal;
|
||
|
/* [case()] */ UINT *puintVal;
|
||
|
/* [case()] */ FLOAT *pfltVal;
|
||
|
/* [case()] */ DOUBLE *pdblVal;
|
||
|
/* [case()] */ VARIANT_BOOL *pboolVal;
|
||
|
/* [case()] */ DECIMAL *pdecVal;
|
||
|
/* [case()] */ SCODE *pscode;
|
||
|
/* [case()] */ CY *pcyVal;
|
||
|
/* [case()] */ DATE *pdate;
|
||
|
/* [case()] */ BSTR *pbstrVal;
|
||
|
/* [case()] */ IUnknown **ppunkVal;
|
||
|
/* [case()] */ IDispatch **ppdispVal;
|
||
|
/* [case()] */ LPSAFEARRAY *pparray;
|
||
|
/* [case()] */ PROPVARIANT *pvarVal;
|
||
|
} ;
|
||
|
} ;
|
||
|
#ifndef MIDL_PASS
|
||
|
DECIMAL decVal;
|
||
|
};
|
||
|
};
|
||
|
#endif
|
||
|
#ifdef MIDL_PASS
|
||
|
// This is the LPPROPVARIANT definition for marshaling.
|
||
|
typedef struct tag_inner_PROPVARIANT *LPPROPVARIANT;
|
||
|
|
||
|
#else
|
||
|
// This is the standard C layout of the PROPVARIANT.
|
||
|
typedef struct tagPROPVARIANT * LPPROPVARIANT;
|
||
|
#endif
|
||
|
// Reserved global Property IDs
|
||
|
#define PID_DICTIONARY ( 0 )
|
||
|
|
||
|
#define PID_CODEPAGE ( 0x1 )
|
||
|
|
||
|
#define PID_FIRST_USABLE ( 0x2 )
|
||
|
|
||
|
#define PID_FIRST_NAME_DEFAULT ( 0xfff )
|
||
|
|
||
|
#define PID_LOCALE ( 0x80000000 )
|
||
|
|
||
|
#define PID_MODIFY_TIME ( 0x80000001 )
|
||
|
|
||
|
#define PID_SECURITY ( 0x80000002 )
|
||
|
|
||
|
#define PID_BEHAVIOR ( 0x80000003 )
|
||
|
|
||
|
#define PID_ILLEGAL ( 0xffffffff )
|
||
|
|
||
|
// Range which is read-only to downlevel implementations
|
||
|
#define PID_MIN_READONLY ( 0x80000000 )
|
||
|
|
||
|
#define PID_MAX_READONLY ( 0xbfffffff )
|
||
|
|
||
|
// Property IDs for the DiscardableInformation Property Set
|
||
|
|
||
|
#define PIDDI_THUMBNAIL 0x00000002L // VT_BLOB
|
||
|
|
||
|
// Property IDs for the SummaryInformation Property Set
|
||
|
|
||
|
#define PIDSI_TITLE 0x00000002L // VT_LPSTR
|
||
|
#define PIDSI_SUBJECT 0x00000003L // VT_LPSTR
|
||
|
#define PIDSI_AUTHOR 0x00000004L // VT_LPSTR
|
||
|
#define PIDSI_KEYWORDS 0x00000005L // VT_LPSTR
|
||
|
#define PIDSI_COMMENTS 0x00000006L // VT_LPSTR
|
||
|
#define PIDSI_TEMPLATE 0x00000007L // VT_LPSTR
|
||
|
#define PIDSI_LASTAUTHOR 0x00000008L // VT_LPSTR
|
||
|
#define PIDSI_REVNUMBER 0x00000009L // VT_LPSTR
|
||
|
#define PIDSI_EDITTIME 0x0000000aL // VT_FILETIME (UTC)
|
||
|
#define PIDSI_LASTPRINTED 0x0000000bL // VT_FILETIME (UTC)
|
||
|
#define PIDSI_CREATE_DTM 0x0000000cL // VT_FILETIME (UTC)
|
||
|
#define PIDSI_LASTSAVE_DTM 0x0000000dL // VT_FILETIME (UTC)
|
||
|
#define PIDSI_PAGECOUNT 0x0000000eL // VT_I4
|
||
|
#define PIDSI_WORDCOUNT 0x0000000fL // VT_I4
|
||
|
#define PIDSI_CHARCOUNT 0x00000010L // VT_I4
|
||
|
#define PIDSI_THUMBNAIL 0x00000011L // VT_CF
|
||
|
#define PIDSI_APPNAME 0x00000012L // VT_LPSTR
|
||
|
#define PIDSI_DOC_SECURITY 0x00000013L // VT_I4
|
||
|
|
||
|
// Property IDs for the DocSummaryInformation Property Set
|
||
|
|
||
|
#define PIDDSI_CATEGORY 0x00000002 // VT_LPSTR
|
||
|
#define PIDDSI_PRESFORMAT 0x00000003 // VT_LPSTR
|
||
|
#define PIDDSI_BYTECOUNT 0x00000004 // VT_I4
|
||
|
#define PIDDSI_LINECOUNT 0x00000005 // VT_I4
|
||
|
#define PIDDSI_PARCOUNT 0x00000006 // VT_I4
|
||
|
#define PIDDSI_SLIDECOUNT 0x00000007 // VT_I4
|
||
|
#define PIDDSI_NOTECOUNT 0x00000008 // VT_I4
|
||
|
#define PIDDSI_HIDDENCOUNT 0x00000009 // VT_I4
|
||
|
#define PIDDSI_MMCLIPCOUNT 0x0000000A // VT_I4
|
||
|
#define PIDDSI_SCALE 0x0000000B // VT_BOOL
|
||
|
#define PIDDSI_HEADINGPAIR 0x0000000C // VT_VARIANT | VT_VECTOR
|
||
|
#define PIDDSI_DOCPARTS 0x0000000D // VT_LPSTR | VT_VECTOR
|
||
|
#define PIDDSI_MANAGER 0x0000000E // VT_LPSTR
|
||
|
#define PIDDSI_COMPANY 0x0000000F // VT_LPSTR
|
||
|
#define PIDDSI_LINKSDIRTY 0x00000010 // VT_BOOL
|
||
|
|
||
|
|
||
|
// FMTID_MediaFileSummaryInfo - Property IDs
|
||
|
|
||
|
#define PIDMSI_EDITOR 0x00000002L // VT_LPWSTR
|
||
|
#define PIDMSI_SUPPLIER 0x00000003L // VT_LPWSTR
|
||
|
#define PIDMSI_SOURCE 0x00000004L // VT_LPWSTR
|
||
|
#define PIDMSI_SEQUENCE_NO 0x00000005L // VT_LPWSTR
|
||
|
#define PIDMSI_PROJECT 0x00000006L // VT_LPWSTR
|
||
|
#define PIDMSI_STATUS 0x00000007L // VT_UI4
|
||
|
#define PIDMSI_OWNER 0x00000008L // VT_LPWSTR
|
||
|
#define PIDMSI_RATING 0x00000009L // VT_LPWSTR
|
||
|
#define PIDMSI_PRODUCTION 0x0000000AL // VT_FILETIME (UTC)
|
||
|
#define PIDMSI_COPYRIGHT 0x0000000BL // VT_LPWSTR
|
||
|
|
||
|
// PIDMSI_STATUS value definitions
|
||
|
|
||
|
enum PIDMSI_STATUS_VALUE
|
||
|
{ PIDMSI_STATUS_NORMAL = 0,
|
||
|
PIDMSI_STATUS_NEW = PIDMSI_STATUS_NORMAL + 1,
|
||
|
PIDMSI_STATUS_PRELIM = PIDMSI_STATUS_NEW + 1,
|
||
|
PIDMSI_STATUS_DRAFT = PIDMSI_STATUS_PRELIM + 1,
|
||
|
PIDMSI_STATUS_INPROGRESS = PIDMSI_STATUS_DRAFT + 1,
|
||
|
PIDMSI_STATUS_EDIT = PIDMSI_STATUS_INPROGRESS + 1,
|
||
|
PIDMSI_STATUS_REVIEW = PIDMSI_STATUS_EDIT + 1,
|
||
|
PIDMSI_STATUS_PROOF = PIDMSI_STATUS_REVIEW + 1,
|
||
|
PIDMSI_STATUS_FINAL = PIDMSI_STATUS_PROOF + 1,
|
||
|
PIDMSI_STATUS_OTHER = 0x7fff
|
||
|
} ;
|
||
|
#define PRSPEC_INVALID ( 0xffffffff )
|
||
|
|
||
|
#define PRSPEC_LPWSTR ( 0 )
|
||
|
|
||
|
#define PRSPEC_PROPID ( 1 )
|
||
|
|
||
|
typedef struct tagPROPSPEC
|
||
|
{
|
||
|
ULONG ulKind;
|
||
|
/* [switch_is] */ /* [switch_type] */ union
|
||
|
{
|
||
|
/* [case()] */ PROPID propid;
|
||
|
/* [case()] */ LPOLESTR lpwstr;
|
||
|
/* [default] */ /* Empty union arm */
|
||
|
} ;
|
||
|
} PROPSPEC;
|
||
|
|
||
|
typedef struct tagSTATPROPSTG
|
||
|
{
|
||
|
LPOLESTR lpwstrName;
|
||
|
PROPID propid;
|
||
|
VARTYPE vt;
|
||
|
} STATPROPSTG;
|
||
|
|
||
|
// Macros for parsing the OS Version of the Property Set Header
|
||
|
#define PROPSETHDR_OSVER_KIND(dwOSVer) HIWORD( (dwOSVer) )
|
||
|
#define PROPSETHDR_OSVER_MAJOR(dwOSVer) LOBYTE(LOWORD( (dwOSVer) ))
|
||
|
#define PROPSETHDR_OSVER_MINOR(dwOSVer) HIBYTE(LOWORD( (dwOSVer) ))
|
||
|
#define PROPSETHDR_OSVERSION_UNKNOWN 0xFFFFFFFF
|
||
|
typedef struct tagSTATPROPSETSTG
|
||
|
{
|
||
|
FMTID fmtid;
|
||
|
CLSID clsid;
|
||
|
DWORD grfFlags;
|
||
|
FILETIME mtime;
|
||
|
FILETIME ctime;
|
||
|
FILETIME atime;
|
||
|
DWORD dwOSVersion;
|
||
|
} STATPROPSETSTG;
|
||
|
|
||
|
|
||
|
|
||
|
extern RPC_IF_HANDLE __MIDL_itf_propidl_0000_v0_0_c_ifspec;
|
||
|
extern RPC_IF_HANDLE __MIDL_itf_propidl_0000_v0_0_s_ifspec;
|
||
|
|
||
|
#ifndef __IPropertyStorage_INTERFACE_DEFINED__
|
||
|
#define __IPropertyStorage_INTERFACE_DEFINED__
|
||
|
|
||
|
/* interface IPropertyStorage */
|
||
|
/* [unique][uuid][object] */
|
||
|
|
||
|
|
||
|
EXTERN_C const IID IID_IPropertyStorage;
|
||
|
|
||
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||
|
|
||
|
MIDL_INTERFACE("00000138-0000-0000-C000-000000000046")
|
||
|
IPropertyStorage : public IUnknown
|
||
|
{
|
||
|
public:
|
||
|
virtual HRESULT STDMETHODCALLTYPE ReadMultiple(
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][out] */ PROPVARIANT rgpropvar[ ]) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE WriteMultiple(
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][in] */ const PROPVARIANT rgpropvar[ ],
|
||
|
/* [in] */ PROPID propidNameFirst) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE DeleteMultiple(
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ]) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE ReadPropertyNames(
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][out] */ LPOLESTR rglpwstrName[ ]) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE WritePropertyNames(
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][in] */ const LPOLESTR rglpwstrName[ ]) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE DeletePropertyNames(
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ]) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Commit(
|
||
|
/* [in] */ DWORD grfCommitFlags) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Revert( void) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Enum(
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE SetTimes(
|
||
|
/* [in] */ const FILETIME *pctime,
|
||
|
/* [in] */ const FILETIME *patime,
|
||
|
/* [in] */ const FILETIME *pmtime) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE SetClass(
|
||
|
/* [in] */ REFCLSID clsid) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Stat(
|
||
|
/* [out] */ STATPROPSETSTG *pstatpsstg) = 0;
|
||
|
|
||
|
};
|
||
|
|
||
|
#else /* C style interface */
|
||
|
|
||
|
typedef struct IPropertyStorageVtbl
|
||
|
{
|
||
|
BEGIN_INTERFACE
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ REFIID riid,
|
||
|
/* [iid_is][out] */ void **ppvObject);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
||
|
IPropertyStorage * This);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
||
|
IPropertyStorage * This);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *ReadMultiple )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][out] */ PROPVARIANT rgpropvar[ ]);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *WriteMultiple )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][in] */ const PROPVARIANT rgpropvar[ ],
|
||
|
/* [in] */ PROPID propidNameFirst);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *DeleteMultiple )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ]);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *ReadPropertyNames )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][out] */ LPOLESTR rglpwstrName[ ]);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *WritePropertyNames )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][in] */ const LPOLESTR rglpwstrName[ ]);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *DeletePropertyNames )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ]);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Commit )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ DWORD grfCommitFlags);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Revert )(
|
||
|
IPropertyStorage * This);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Enum )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *SetTimes )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ const FILETIME *pctime,
|
||
|
/* [in] */ const FILETIME *patime,
|
||
|
/* [in] */ const FILETIME *pmtime);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *SetClass )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ REFCLSID clsid);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Stat )(
|
||
|
IPropertyStorage * This,
|
||
|
/* [out] */ STATPROPSETSTG *pstatpsstg);
|
||
|
|
||
|
END_INTERFACE
|
||
|
} IPropertyStorageVtbl;
|
||
|
|
||
|
interface IPropertyStorage
|
||
|
{
|
||
|
CONST_VTBL struct IPropertyStorageVtbl *lpVtbl;
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef COBJMACROS
|
||
|
|
||
|
|
||
|
#define IPropertyStorage_QueryInterface(This,riid,ppvObject) \
|
||
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
||
|
|
||
|
#define IPropertyStorage_AddRef(This) \
|
||
|
(This)->lpVtbl -> AddRef(This)
|
||
|
|
||
|
#define IPropertyStorage_Release(This) \
|
||
|
(This)->lpVtbl -> Release(This)
|
||
|
|
||
|
|
||
|
#define IPropertyStorage_ReadMultiple(This,cpspec,rgpspec,rgpropvar) \
|
||
|
(This)->lpVtbl -> ReadMultiple(This,cpspec,rgpspec,rgpropvar)
|
||
|
|
||
|
#define IPropertyStorage_WriteMultiple(This,cpspec,rgpspec,rgpropvar,propidNameFirst) \
|
||
|
(This)->lpVtbl -> WriteMultiple(This,cpspec,rgpspec,rgpropvar,propidNameFirst)
|
||
|
|
||
|
#define IPropertyStorage_DeleteMultiple(This,cpspec,rgpspec) \
|
||
|
(This)->lpVtbl -> DeleteMultiple(This,cpspec,rgpspec)
|
||
|
|
||
|
#define IPropertyStorage_ReadPropertyNames(This,cpropid,rgpropid,rglpwstrName) \
|
||
|
(This)->lpVtbl -> ReadPropertyNames(This,cpropid,rgpropid,rglpwstrName)
|
||
|
|
||
|
#define IPropertyStorage_WritePropertyNames(This,cpropid,rgpropid,rglpwstrName) \
|
||
|
(This)->lpVtbl -> WritePropertyNames(This,cpropid,rgpropid,rglpwstrName)
|
||
|
|
||
|
#define IPropertyStorage_DeletePropertyNames(This,cpropid,rgpropid) \
|
||
|
(This)->lpVtbl -> DeletePropertyNames(This,cpropid,rgpropid)
|
||
|
|
||
|
#define IPropertyStorage_Commit(This,grfCommitFlags) \
|
||
|
(This)->lpVtbl -> Commit(This,grfCommitFlags)
|
||
|
|
||
|
#define IPropertyStorage_Revert(This) \
|
||
|
(This)->lpVtbl -> Revert(This)
|
||
|
|
||
|
#define IPropertyStorage_Enum(This,ppenum) \
|
||
|
(This)->lpVtbl -> Enum(This,ppenum)
|
||
|
|
||
|
#define IPropertyStorage_SetTimes(This,pctime,patime,pmtime) \
|
||
|
(This)->lpVtbl -> SetTimes(This,pctime,patime,pmtime)
|
||
|
|
||
|
#define IPropertyStorage_SetClass(This,clsid) \
|
||
|
(This)->lpVtbl -> SetClass(This,clsid)
|
||
|
|
||
|
#define IPropertyStorage_Stat(This,pstatpsstg) \
|
||
|
(This)->lpVtbl -> Stat(This,pstatpsstg)
|
||
|
|
||
|
#endif /* COBJMACROS */
|
||
|
|
||
|
|
||
|
#endif /* C style interface */
|
||
|
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_ReadMultiple_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][out] */ PROPVARIANT rgpropvar[ ]);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_ReadMultiple_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_WriteMultiple_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ],
|
||
|
/* [size_is][in] */ const PROPVARIANT rgpropvar[ ],
|
||
|
/* [in] */ PROPID propidNameFirst);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_WriteMultiple_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_DeleteMultiple_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpspec,
|
||
|
/* [size_is][in] */ const PROPSPEC rgpspec[ ]);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_DeleteMultiple_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_ReadPropertyNames_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][out] */ LPOLESTR rglpwstrName[ ]);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_ReadPropertyNames_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_WritePropertyNames_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ],
|
||
|
/* [size_is][in] */ const LPOLESTR rglpwstrName[ ]);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_WritePropertyNames_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_DeletePropertyNames_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ ULONG cpropid,
|
||
|
/* [size_is][in] */ const PROPID rgpropid[ ]);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_DeletePropertyNames_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_Commit_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ DWORD grfCommitFlags);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_Commit_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_Revert_Proxy(
|
||
|
IPropertyStorage * This);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_Revert_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_Enum_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_Enum_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_SetTimes_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ const FILETIME *pctime,
|
||
|
/* [in] */ const FILETIME *patime,
|
||
|
/* [in] */ const FILETIME *pmtime);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_SetTimes_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_SetClass_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [in] */ REFCLSID clsid);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_SetClass_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertyStorage_Stat_Proxy(
|
||
|
IPropertyStorage * This,
|
||
|
/* [out] */ STATPROPSETSTG *pstatpsstg);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertyStorage_Stat_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __IPropertyStorage_INTERFACE_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IPropertySetStorage_INTERFACE_DEFINED__
|
||
|
#define __IPropertySetStorage_INTERFACE_DEFINED__
|
||
|
|
||
|
/* interface IPropertySetStorage */
|
||
|
/* [unique][uuid][object] */
|
||
|
|
||
|
typedef /* [unique] */ IPropertySetStorage *LPPROPERTYSETSTORAGE;
|
||
|
|
||
|
|
||
|
EXTERN_C const IID IID_IPropertySetStorage;
|
||
|
|
||
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||
|
|
||
|
MIDL_INTERFACE("0000013A-0000-0000-C000-000000000046")
|
||
|
IPropertySetStorage : public IUnknown
|
||
|
{
|
||
|
public:
|
||
|
virtual HRESULT STDMETHODCALLTYPE Create(
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [unique][in] */ const CLSID *pclsid,
|
||
|
/* [in] */ DWORD grfFlags,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Open(
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Delete(
|
||
|
/* [in] */ REFFMTID rfmtid) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Enum(
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum) = 0;
|
||
|
|
||
|
};
|
||
|
|
||
|
#else /* C style interface */
|
||
|
|
||
|
typedef struct IPropertySetStorageVtbl
|
||
|
{
|
||
|
BEGIN_INTERFACE
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFIID riid,
|
||
|
/* [iid_is][out] */ void **ppvObject);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
||
|
IPropertySetStorage * This);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
||
|
IPropertySetStorage * This);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Create )(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [unique][in] */ const CLSID *pclsid,
|
||
|
/* [in] */ DWORD grfFlags,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Open )(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Delete )(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Enum )(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum);
|
||
|
|
||
|
END_INTERFACE
|
||
|
} IPropertySetStorageVtbl;
|
||
|
|
||
|
interface IPropertySetStorage
|
||
|
{
|
||
|
CONST_VTBL struct IPropertySetStorageVtbl *lpVtbl;
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef COBJMACROS
|
||
|
|
||
|
|
||
|
#define IPropertySetStorage_QueryInterface(This,riid,ppvObject) \
|
||
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
||
|
|
||
|
#define IPropertySetStorage_AddRef(This) \
|
||
|
(This)->lpVtbl -> AddRef(This)
|
||
|
|
||
|
#define IPropertySetStorage_Release(This) \
|
||
|
(This)->lpVtbl -> Release(This)
|
||
|
|
||
|
|
||
|
#define IPropertySetStorage_Create(This,rfmtid,pclsid,grfFlags,grfMode,ppprstg) \
|
||
|
(This)->lpVtbl -> Create(This,rfmtid,pclsid,grfFlags,grfMode,ppprstg)
|
||
|
|
||
|
#define IPropertySetStorage_Open(This,rfmtid,grfMode,ppprstg) \
|
||
|
(This)->lpVtbl -> Open(This,rfmtid,grfMode,ppprstg)
|
||
|
|
||
|
#define IPropertySetStorage_Delete(This,rfmtid) \
|
||
|
(This)->lpVtbl -> Delete(This,rfmtid)
|
||
|
|
||
|
#define IPropertySetStorage_Enum(This,ppenum) \
|
||
|
(This)->lpVtbl -> Enum(This,ppenum)
|
||
|
|
||
|
#endif /* COBJMACROS */
|
||
|
|
||
|
|
||
|
#endif /* C style interface */
|
||
|
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertySetStorage_Create_Proxy(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [unique][in] */ const CLSID *pclsid,
|
||
|
/* [in] */ DWORD grfFlags,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertySetStorage_Create_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertySetStorage_Open_Proxy(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid,
|
||
|
/* [in] */ DWORD grfMode,
|
||
|
/* [out] */ IPropertyStorage **ppprstg);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertySetStorage_Open_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertySetStorage_Delete_Proxy(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [in] */ REFFMTID rfmtid);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertySetStorage_Delete_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IPropertySetStorage_Enum_Proxy(
|
||
|
IPropertySetStorage * This,
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IPropertySetStorage_Enum_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __IPropertySetStorage_INTERFACE_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IEnumSTATPROPSTG_INTERFACE_DEFINED__
|
||
|
#define __IEnumSTATPROPSTG_INTERFACE_DEFINED__
|
||
|
|
||
|
/* interface IEnumSTATPROPSTG */
|
||
|
/* [unique][uuid][object] */
|
||
|
|
||
|
typedef /* [unique] */ IEnumSTATPROPSTG *LPENUMSTATPROPSTG;
|
||
|
|
||
|
|
||
|
EXTERN_C const IID IID_IEnumSTATPROPSTG;
|
||
|
|
||
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||
|
|
||
|
MIDL_INTERFACE("00000139-0000-0000-C000-000000000046")
|
||
|
IEnumSTATPROPSTG : public IUnknown
|
||
|
{
|
||
|
public:
|
||
|
virtual /* [local] */ HRESULT STDMETHODCALLTYPE Next(
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Skip(
|
||
|
/* [in] */ ULONG celt) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Clone(
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum) = 0;
|
||
|
|
||
|
};
|
||
|
|
||
|
#else /* C style interface */
|
||
|
|
||
|
typedef struct IEnumSTATPROPSTGVtbl
|
||
|
{
|
||
|
BEGIN_INTERFACE
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ REFIID riid,
|
||
|
/* [iid_is][out] */ void **ppvObject);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
||
|
IEnumSTATPROPSTG * This);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
||
|
IEnumSTATPROPSTG * This);
|
||
|
|
||
|
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Next )(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Skip )(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Reset )(
|
||
|
IEnumSTATPROPSTG * This);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Clone )(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum);
|
||
|
|
||
|
END_INTERFACE
|
||
|
} IEnumSTATPROPSTGVtbl;
|
||
|
|
||
|
interface IEnumSTATPROPSTG
|
||
|
{
|
||
|
CONST_VTBL struct IEnumSTATPROPSTGVtbl *lpVtbl;
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef COBJMACROS
|
||
|
|
||
|
|
||
|
#define IEnumSTATPROPSTG_QueryInterface(This,riid,ppvObject) \
|
||
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
||
|
|
||
|
#define IEnumSTATPROPSTG_AddRef(This) \
|
||
|
(This)->lpVtbl -> AddRef(This)
|
||
|
|
||
|
#define IEnumSTATPROPSTG_Release(This) \
|
||
|
(This)->lpVtbl -> Release(This)
|
||
|
|
||
|
|
||
|
#define IEnumSTATPROPSTG_Next(This,celt,rgelt,pceltFetched) \
|
||
|
(This)->lpVtbl -> Next(This,celt,rgelt,pceltFetched)
|
||
|
|
||
|
#define IEnumSTATPROPSTG_Skip(This,celt) \
|
||
|
(This)->lpVtbl -> Skip(This,celt)
|
||
|
|
||
|
#define IEnumSTATPROPSTG_Reset(This) \
|
||
|
(This)->lpVtbl -> Reset(This)
|
||
|
|
||
|
#define IEnumSTATPROPSTG_Clone(This,ppenum) \
|
||
|
(This)->lpVtbl -> Clone(This,ppenum)
|
||
|
|
||
|
#endif /* COBJMACROS */
|
||
|
|
||
|
|
||
|
#endif /* C style interface */
|
||
|
|
||
|
|
||
|
|
||
|
/* [call_as] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_RemoteNext_Proxy(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSTG_RemoteNext_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_Skip_Proxy(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSTG_Skip_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_Reset_Proxy(
|
||
|
IEnumSTATPROPSTG * This);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSTG_Reset_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_Clone_Proxy(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [out] */ IEnumSTATPROPSTG **ppenum);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSTG_Clone_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __IEnumSTATPROPSTG_INTERFACE_DEFINED__ */
|
||
|
|
||
|
|
||
|
#ifndef __IEnumSTATPROPSETSTG_INTERFACE_DEFINED__
|
||
|
#define __IEnumSTATPROPSETSTG_INTERFACE_DEFINED__
|
||
|
|
||
|
/* interface IEnumSTATPROPSETSTG */
|
||
|
/* [unique][uuid][object] */
|
||
|
|
||
|
typedef /* [unique] */ IEnumSTATPROPSETSTG *LPENUMSTATPROPSETSTG;
|
||
|
|
||
|
|
||
|
EXTERN_C const IID IID_IEnumSTATPROPSETSTG;
|
||
|
|
||
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||
|
|
||
|
MIDL_INTERFACE("0000013B-0000-0000-C000-000000000046")
|
||
|
IEnumSTATPROPSETSTG : public IUnknown
|
||
|
{
|
||
|
public:
|
||
|
virtual /* [local] */ HRESULT STDMETHODCALLTYPE Next(
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSETSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Skip(
|
||
|
/* [in] */ ULONG celt) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
|
||
|
|
||
|
virtual HRESULT STDMETHODCALLTYPE Clone(
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum) = 0;
|
||
|
|
||
|
};
|
||
|
|
||
|
#else /* C style interface */
|
||
|
|
||
|
typedef struct IEnumSTATPROPSETSTGVtbl
|
||
|
{
|
||
|
BEGIN_INTERFACE
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ REFIID riid,
|
||
|
/* [iid_is][out] */ void **ppvObject);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *AddRef )(
|
||
|
IEnumSTATPROPSETSTG * This);
|
||
|
|
||
|
ULONG ( STDMETHODCALLTYPE *Release )(
|
||
|
IEnumSTATPROPSETSTG * This);
|
||
|
|
||
|
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Next )(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSETSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Skip )(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Reset )(
|
||
|
IEnumSTATPROPSETSTG * This);
|
||
|
|
||
|
HRESULT ( STDMETHODCALLTYPE *Clone )(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum);
|
||
|
|
||
|
END_INTERFACE
|
||
|
} IEnumSTATPROPSETSTGVtbl;
|
||
|
|
||
|
interface IEnumSTATPROPSETSTG
|
||
|
{
|
||
|
CONST_VTBL struct IEnumSTATPROPSETSTGVtbl *lpVtbl;
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef COBJMACROS
|
||
|
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_QueryInterface(This,riid,ppvObject) \
|
||
|
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_AddRef(This) \
|
||
|
(This)->lpVtbl -> AddRef(This)
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_Release(This) \
|
||
|
(This)->lpVtbl -> Release(This)
|
||
|
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_Next(This,celt,rgelt,pceltFetched) \
|
||
|
(This)->lpVtbl -> Next(This,celt,rgelt,pceltFetched)
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_Skip(This,celt) \
|
||
|
(This)->lpVtbl -> Skip(This,celt)
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_Reset(This) \
|
||
|
(This)->lpVtbl -> Reset(This)
|
||
|
|
||
|
#define IEnumSTATPROPSETSTG_Clone(This,ppenum) \
|
||
|
(This)->lpVtbl -> Clone(This,ppenum)
|
||
|
|
||
|
#endif /* COBJMACROS */
|
||
|
|
||
|
|
||
|
#endif /* C style interface */
|
||
|
|
||
|
|
||
|
|
||
|
/* [call_as] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_RemoteNext_Proxy(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSETSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSETSTG_RemoteNext_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_Skip_Proxy(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSETSTG_Skip_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_Reset_Proxy(
|
||
|
IEnumSTATPROPSETSTG * This);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSETSTG_Reset_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_Clone_Proxy(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [out] */ IEnumSTATPROPSETSTG **ppenum);
|
||
|
|
||
|
|
||
|
void __RPC_STUB IEnumSTATPROPSETSTG_Clone_Stub(
|
||
|
IRpcStubBuffer *This,
|
||
|
IRpcChannelBuffer *_pRpcChannelBuffer,
|
||
|
PRPC_MESSAGE _pRpcMessage,
|
||
|
DWORD *_pdwStubPhase);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __IEnumSTATPROPSETSTG_INTERFACE_DEFINED__ */
|
||
|
|
||
|
|
||
|
/* interface __MIDL_itf_propidl_0115 */
|
||
|
/* [local] */
|
||
|
|
||
|
typedef /* [unique] */ IPropertyStorage *LPPROPERTYSTORAGE;
|
||
|
|
||
|
WINOLEAPI PropVariantCopy ( PROPVARIANT * pvarDest, const PROPVARIANT * pvarSrc );
|
||
|
WINOLEAPI PropVariantClear ( PROPVARIANT * pvar );
|
||
|
WINOLEAPI FreePropVariantArray ( ULONG cVariants, PROPVARIANT * rgvars );
|
||
|
|
||
|
#define _PROPVARIANTINIT_DEFINED_
|
||
|
# ifdef __cplusplus
|
||
|
inline void PropVariantInit ( PROPVARIANT * pvar )
|
||
|
{
|
||
|
memset ( pvar, 0, sizeof(PROPVARIANT) );
|
||
|
}
|
||
|
# else
|
||
|
# define PropVariantInit(pvar) memset ( (pvar), 0, sizeof(PROPVARIANT) )
|
||
|
# endif
|
||
|
|
||
|
|
||
|
#ifndef _STGCREATEPROPSTG_DEFINED_
|
||
|
WINOLEAPI StgCreatePropStg( IUnknown* pUnk, REFFMTID fmtid, const CLSID *pclsid, DWORD grfFlags, DWORD dwReserved, IPropertyStorage **ppPropStg );
|
||
|
WINOLEAPI StgOpenPropStg( IUnknown* pUnk, REFFMTID fmtid, DWORD grfFlags, DWORD dwReserved, IPropertyStorage **ppPropStg );
|
||
|
WINOLEAPI StgCreatePropSetStg( IStorage *pStorage, DWORD dwReserved, IPropertySetStorage **ppPropSetStg);
|
||
|
|
||
|
#define CCH_MAX_PROPSTG_NAME 31
|
||
|
WINOLEAPI FmtIdToPropStgName( const FMTID *pfmtid, LPOLESTR oszName );
|
||
|
WINOLEAPI PropStgNameToFmtId( const LPOLESTR oszName, FMTID *pfmtid );
|
||
|
#endif
|
||
|
#if _MSC_VER >= 1200
|
||
|
#pragma warning(pop)
|
||
|
#else
|
||
|
#pragma warning(default:4201) /* Nameless struct/union */
|
||
|
#pragma warning(default:4237) /* keywords bool, true, false, etc.. */
|
||
|
#endif
|
||
|
|
||
|
|
||
|
extern RPC_IF_HANDLE __MIDL_itf_propidl_0115_v0_0_c_ifspec;
|
||
|
extern RPC_IF_HANDLE __MIDL_itf_propidl_0115_v0_0_s_ifspec;
|
||
|
|
||
|
/* Additional Prototypes for ALL interfaces */
|
||
|
|
||
|
unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
|
||
|
unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
|
||
|
unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
|
||
|
void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
|
||
|
|
||
|
unsigned long __RPC_USER LPSAFEARRAY_UserSize( unsigned long *, unsigned long , LPSAFEARRAY * );
|
||
|
unsigned char * __RPC_USER LPSAFEARRAY_UserMarshal( unsigned long *, unsigned char *, LPSAFEARRAY * );
|
||
|
unsigned char * __RPC_USER LPSAFEARRAY_UserUnmarshal(unsigned long *, unsigned char *, LPSAFEARRAY * );
|
||
|
void __RPC_USER LPSAFEARRAY_UserFree( unsigned long *, LPSAFEARRAY * );
|
||
|
|
||
|
/* [local] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_Next_Proxy(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
|
||
|
/* [call_as] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSTG_Next_Stub(
|
||
|
IEnumSTATPROPSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
/* [local] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_Next_Proxy(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSETSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
|
||
|
/* [call_as] */ HRESULT STDMETHODCALLTYPE IEnumSTATPROPSETSTG_Next_Stub(
|
||
|
IEnumSTATPROPSETSTG * This,
|
||
|
/* [in] */ ULONG celt,
|
||
|
/* [length_is][size_is][out] */ STATPROPSETSTG *rgelt,
|
||
|
/* [out] */ ULONG *pceltFetched);
|
||
|
|
||
|
|
||
|
|
||
|
/* end of Additional Prototypes */
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|