Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef __IConstructIMessageFromIMailMsg_INTERFACE_DEFINED__
#define __IConstructIMessageFromIMailMsg_INTERFACE_DEFINED__
/* interface IConstructIMessageFromIMailMsg */ /* [unique][helpstring][dual][uuid][hidden][object] */
EXTERN_C const IID IID_IConstructIMessageFromIMailMsg;
MIDL_INTERFACE("CD000080-8B95-11D1-82DB-00C04FB1625D") IConstructIMessageFromIMailMsg : public IDispatch { public: virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Construct( /* [in] */ CdoEventType eEventType, /* [in] */ IUnknown __RPC_FAR *pMailMessage) = 0; };
#endif
|