/usr/include/wine/windows/htiframe.h is in wine1.4-dev 1.4-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 | /*** Autogenerated by WIDL 1.4 from htiframe.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __WIDL_HTIFRAME_H
#define __WIDL_HTIFRAME_H
/* Forward declarations */
#ifndef __ITargetNotify_FWD_DEFINED__
#define __ITargetNotify_FWD_DEFINED__
typedef interface ITargetNotify ITargetNotify;
#endif
#ifndef __ITargetNotify2_FWD_DEFINED__
#define __ITargetNotify2_FWD_DEFINED__
typedef interface ITargetNotify2 ITargetNotify2;
#endif
#ifndef __ITargetFrame2_FWD_DEFINED__
#define __ITargetFrame2_FWD_DEFINED__
typedef interface ITargetFrame2 ITargetFrame2;
#endif
#ifndef __ITargetContainer_FWD_DEFINED__
#define __ITargetContainer_FWD_DEFINED__
typedef interface ITargetContainer ITargetContainer;
#endif
/* Headers for imported files */
#include <objidl.h>
#include <oleidl.h>
#ifdef __cplusplus
extern "C" {
#endif
/*****************************************************************************
* ITargetNotify interface
*/
#ifndef __ITargetNotify_INTERFACE_DEFINED__
#define __ITargetNotify_INTERFACE_DEFINED__
typedef ITargetNotify *LPTARGETNOTIFY;
DEFINE_GUID(IID_ITargetNotify, 0x863a99a0, 0x21bc, 0x11d0, 0x82,0xb4, 0x00,0xa0,0xc9,0x0c,0x29,0xc5);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("863a99a0-21bc-11d0-82b4-00a0c90c29c5")
ITargetNotify : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE OnCreate(
IUnknown *pUnkDestination,
ULONG cbCookie) = 0;
virtual HRESULT STDMETHODCALLTYPE OnReuse(
IUnknown *pUnkDestination) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITargetNotify, 0x863a99a0, 0x21bc, 0x11d0, 0x82,0xb4, 0x00,0xa0,0xc9,0x0c,0x29,0xc5)
#endif
#else
typedef struct ITargetNotifyVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITargetNotify* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITargetNotify* This);
ULONG (STDMETHODCALLTYPE *Release)(
ITargetNotify* This);
/*** ITargetNotify methods ***/
HRESULT (STDMETHODCALLTYPE *OnCreate)(
ITargetNotify* This,
IUnknown *pUnkDestination,
ULONG cbCookie);
HRESULT (STDMETHODCALLTYPE *OnReuse)(
ITargetNotify* This,
IUnknown *pUnkDestination);
END_INTERFACE
} ITargetNotifyVtbl;
interface ITargetNotify {
CONST_VTBL ITargetNotifyVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define ITargetNotify_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITargetNotify_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITargetNotify_Release(This) (This)->lpVtbl->Release(This)
/*** ITargetNotify methods ***/
#define ITargetNotify_OnCreate(This,pUnkDestination,cbCookie) (This)->lpVtbl->OnCreate(This,pUnkDestination,cbCookie)
#define ITargetNotify_OnReuse(This,pUnkDestination) (This)->lpVtbl->OnReuse(This,pUnkDestination)
#endif
#endif
HRESULT STDMETHODCALLTYPE ITargetNotify_OnCreate_Proxy(
ITargetNotify* This,
IUnknown *pUnkDestination,
ULONG cbCookie);
void __RPC_STUB ITargetNotify_OnCreate_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetNotify_OnReuse_Proxy(
ITargetNotify* This,
IUnknown *pUnkDestination);
void __RPC_STUB ITargetNotify_OnReuse_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __ITargetNotify_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITargetNotify2 interface
*/
#ifndef __ITargetNotify2_INTERFACE_DEFINED__
#define __ITargetNotify2_INTERFACE_DEFINED__
typedef ITargetNotify2 *LPTARGETNOTIFY2;
DEFINE_GUID(IID_ITargetNotify2, 0x3050f6b1, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,0x0b);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("3050f6b1-98b5-11cf-bb82-00aa00bdce0b")
ITargetNotify2 : public ITargetNotify
{
virtual HRESULT STDMETHODCALLTYPE GetOptionString(
BSTR *pbstrOptions) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITargetNotify2, 0x3050f6b1, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,0x0b)
#endif
#else
typedef struct ITargetNotify2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITargetNotify2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITargetNotify2* This);
ULONG (STDMETHODCALLTYPE *Release)(
ITargetNotify2* This);
/*** ITargetNotify methods ***/
HRESULT (STDMETHODCALLTYPE *OnCreate)(
ITargetNotify2* This,
IUnknown *pUnkDestination,
ULONG cbCookie);
HRESULT (STDMETHODCALLTYPE *OnReuse)(
ITargetNotify2* This,
IUnknown *pUnkDestination);
/*** ITargetNotify2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetOptionString)(
ITargetNotify2* This,
BSTR *pbstrOptions);
END_INTERFACE
} ITargetNotify2Vtbl;
interface ITargetNotify2 {
CONST_VTBL ITargetNotify2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define ITargetNotify2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITargetNotify2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITargetNotify2_Release(This) (This)->lpVtbl->Release(This)
/*** ITargetNotify methods ***/
#define ITargetNotify2_OnCreate(This,pUnkDestination,cbCookie) (This)->lpVtbl->OnCreate(This,pUnkDestination,cbCookie)
#define ITargetNotify2_OnReuse(This,pUnkDestination) (This)->lpVtbl->OnReuse(This,pUnkDestination)
/*** ITargetNotify2 methods ***/
#define ITargetNotify2_GetOptionString(This,pbstrOptions) (This)->lpVtbl->GetOptionString(This,pbstrOptions)
#endif
#endif
HRESULT STDMETHODCALLTYPE ITargetNotify2_GetOptionString_Proxy(
ITargetNotify2* This,
BSTR *pbstrOptions);
void __RPC_STUB ITargetNotify2_GetOptionString_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __ITargetNotify2_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITargetFrame2 interface
*/
#ifndef __ITargetFrame2_INTERFACE_DEFINED__
#define __ITargetFrame2_INTERFACE_DEFINED__
typedef ITargetFrame2 *LPTARGETFRAME2;
typedef enum __WIDL_htiframe_generated_name_00000000 {
FINDFRAME_NONE = 0,
FINDFRAME_JUSTTESTEXISTENCE = 1,
FINDFRAME_INTERNAL = 0x80000000
} FINDFRAME_FLAGS;
typedef enum __WIDL_htiframe_generated_name_00000001 {
FRAMEOPTIONS_SCROLL_YES = 0x1,
FRAMEOPTIONS_SCROLL_NO = 0x2,
FRAMEOPTIONS_SCROLL_AUTO = 0x4,
FRAMEOPTIONS_NORESIZE = 0x8,
FRAMEOPTIONS_NO3DBORDER = 0x10,
FRAMEOPTIONS_DESKTOP = 0x20,
FRAMEOPTIONS_BROWSERBAND = 0x40
} FRAMEOPTIONS_FLAGS;
DEFINE_GUID(IID_ITargetFrame2, 0x86d52e11, 0x94a8, 0x11d0, 0x82,0xaf, 0x00,0xc0,0x4f,0xd5,0xae,0x38);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("86d52e11-94a8-11d0-82af-00c04fd5ae38")
ITargetFrame2 : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE SetFrameName(
LPCWSTR pszFrameName) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFrameName(
LPWSTR *ppszFrameName) = 0;
virtual HRESULT STDMETHODCALLTYPE GetParentFrame(
IUnknown **ppunkParent) = 0;
virtual HRESULT STDMETHODCALLTYPE SetFrameSrc(
LPCWSTR pszFrameSrc) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFrameSrc(
LPWSTR *ppszFrameSrc) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFramesContainer(
IOleContainer **ppContainer) = 0;
virtual HRESULT STDMETHODCALLTYPE SetFrameOptions(
DWORD dwFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFrameOptions(
DWORD *pdwFlags) = 0;
virtual HRESULT STDMETHODCALLTYPE SetFrameMargins(
DWORD dwWidth,
DWORD dwHeight) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFrameMargins(
DWORD *pdwWidth,
DWORD *pdwHeight) = 0;
virtual HRESULT STDMETHODCALLTYPE FindFrame(
LPCWSTR pszTargetName,
DWORD dwFlags,
IUnknown **ppunkTargetFrame) = 0;
virtual HRESULT STDMETHODCALLTYPE GetTargetAlias(
LPCWSTR pszTargetName,
LPWSTR *ppszTargetAlias) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITargetFrame2, 0x86d52e11, 0x94a8, 0x11d0, 0x82,0xaf, 0x00,0xc0,0x4f,0xd5,0xae,0x38)
#endif
#else
typedef struct ITargetFrame2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITargetFrame2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITargetFrame2* This);
ULONG (STDMETHODCALLTYPE *Release)(
ITargetFrame2* This);
/*** ITargetFrame2 methods ***/
HRESULT (STDMETHODCALLTYPE *SetFrameName)(
ITargetFrame2* This,
LPCWSTR pszFrameName);
HRESULT (STDMETHODCALLTYPE *GetFrameName)(
ITargetFrame2* This,
LPWSTR *ppszFrameName);
HRESULT (STDMETHODCALLTYPE *GetParentFrame)(
ITargetFrame2* This,
IUnknown **ppunkParent);
HRESULT (STDMETHODCALLTYPE *SetFrameSrc)(
ITargetFrame2* This,
LPCWSTR pszFrameSrc);
HRESULT (STDMETHODCALLTYPE *GetFrameSrc)(
ITargetFrame2* This,
LPWSTR *ppszFrameSrc);
HRESULT (STDMETHODCALLTYPE *GetFramesContainer)(
ITargetFrame2* This,
IOleContainer **ppContainer);
HRESULT (STDMETHODCALLTYPE *SetFrameOptions)(
ITargetFrame2* This,
DWORD dwFlags);
HRESULT (STDMETHODCALLTYPE *GetFrameOptions)(
ITargetFrame2* This,
DWORD *pdwFlags);
HRESULT (STDMETHODCALLTYPE *SetFrameMargins)(
ITargetFrame2* This,
DWORD dwWidth,
DWORD dwHeight);
HRESULT (STDMETHODCALLTYPE *GetFrameMargins)(
ITargetFrame2* This,
DWORD *pdwWidth,
DWORD *pdwHeight);
HRESULT (STDMETHODCALLTYPE *FindFrame)(
ITargetFrame2* This,
LPCWSTR pszTargetName,
DWORD dwFlags,
IUnknown **ppunkTargetFrame);
HRESULT (STDMETHODCALLTYPE *GetTargetAlias)(
ITargetFrame2* This,
LPCWSTR pszTargetName,
LPWSTR *ppszTargetAlias);
END_INTERFACE
} ITargetFrame2Vtbl;
interface ITargetFrame2 {
CONST_VTBL ITargetFrame2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define ITargetFrame2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITargetFrame2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITargetFrame2_Release(This) (This)->lpVtbl->Release(This)
/*** ITargetFrame2 methods ***/
#define ITargetFrame2_SetFrameName(This,pszFrameName) (This)->lpVtbl->SetFrameName(This,pszFrameName)
#define ITargetFrame2_GetFrameName(This,ppszFrameName) (This)->lpVtbl->GetFrameName(This,ppszFrameName)
#define ITargetFrame2_GetParentFrame(This,ppunkParent) (This)->lpVtbl->GetParentFrame(This,ppunkParent)
#define ITargetFrame2_SetFrameSrc(This,pszFrameSrc) (This)->lpVtbl->SetFrameSrc(This,pszFrameSrc)
#define ITargetFrame2_GetFrameSrc(This,ppszFrameSrc) (This)->lpVtbl->GetFrameSrc(This,ppszFrameSrc)
#define ITargetFrame2_GetFramesContainer(This,ppContainer) (This)->lpVtbl->GetFramesContainer(This,ppContainer)
#define ITargetFrame2_SetFrameOptions(This,dwFlags) (This)->lpVtbl->SetFrameOptions(This,dwFlags)
#define ITargetFrame2_GetFrameOptions(This,pdwFlags) (This)->lpVtbl->GetFrameOptions(This,pdwFlags)
#define ITargetFrame2_SetFrameMargins(This,dwWidth,dwHeight) (This)->lpVtbl->SetFrameMargins(This,dwWidth,dwHeight)
#define ITargetFrame2_GetFrameMargins(This,pdwWidth,pdwHeight) (This)->lpVtbl->GetFrameMargins(This,pdwWidth,pdwHeight)
#define ITargetFrame2_FindFrame(This,pszTargetName,dwFlags,ppunkTargetFrame) (This)->lpVtbl->FindFrame(This,pszTargetName,dwFlags,ppunkTargetFrame)
#define ITargetFrame2_GetTargetAlias(This,pszTargetName,ppszTargetAlias) (This)->lpVtbl->GetTargetAlias(This,pszTargetName,ppszTargetAlias)
#endif
#endif
HRESULT STDMETHODCALLTYPE ITargetFrame2_SetFrameName_Proxy(
ITargetFrame2* This,
LPCWSTR pszFrameName);
void __RPC_STUB ITargetFrame2_SetFrameName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetFrameName_Proxy(
ITargetFrame2* This,
LPWSTR *ppszFrameName);
void __RPC_STUB ITargetFrame2_GetFrameName_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetParentFrame_Proxy(
ITargetFrame2* This,
IUnknown **ppunkParent);
void __RPC_STUB ITargetFrame2_GetParentFrame_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_SetFrameSrc_Proxy(
ITargetFrame2* This,
LPCWSTR pszFrameSrc);
void __RPC_STUB ITargetFrame2_SetFrameSrc_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetFrameSrc_Proxy(
ITargetFrame2* This,
LPWSTR *ppszFrameSrc);
void __RPC_STUB ITargetFrame2_GetFrameSrc_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetFramesContainer_Proxy(
ITargetFrame2* This,
IOleContainer **ppContainer);
void __RPC_STUB ITargetFrame2_GetFramesContainer_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_SetFrameOptions_Proxy(
ITargetFrame2* This,
DWORD dwFlags);
void __RPC_STUB ITargetFrame2_SetFrameOptions_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetFrameOptions_Proxy(
ITargetFrame2* This,
DWORD *pdwFlags);
void __RPC_STUB ITargetFrame2_GetFrameOptions_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_SetFrameMargins_Proxy(
ITargetFrame2* This,
DWORD dwWidth,
DWORD dwHeight);
void __RPC_STUB ITargetFrame2_SetFrameMargins_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetFrameMargins_Proxy(
ITargetFrame2* This,
DWORD *pdwWidth,
DWORD *pdwHeight);
void __RPC_STUB ITargetFrame2_GetFrameMargins_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_FindFrame_Proxy(
ITargetFrame2* This,
LPCWSTR pszTargetName,
DWORD dwFlags,
IUnknown **ppunkTargetFrame);
void __RPC_STUB ITargetFrame2_FindFrame_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetFrame2_GetTargetAlias_Proxy(
ITargetFrame2* This,
LPCWSTR pszTargetName,
LPWSTR *ppszTargetAlias);
void __RPC_STUB ITargetFrame2_GetTargetAlias_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __ITargetFrame2_INTERFACE_DEFINED__ */
/*****************************************************************************
* ITargetContainer interface
*/
#ifndef __ITargetContainer_INTERFACE_DEFINED__
#define __ITargetContainer_INTERFACE_DEFINED__
typedef ITargetContainer *LPTARGETCONTAINER;
DEFINE_GUID(IID_ITargetContainer, 0x7847ec01, 0x2bec, 0x11d0, 0x82,0xb4, 0x00,0xa0,0xc9,0x0c,0x29,0xc5);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("7847ec01-2bec-11d0-82b4-00a0c90c29c5")
ITargetContainer : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetFrameUrl(
LPWSTR *ppszFrameSrc) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFramesContainer(
IOleContainer **ppContainer) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(ITargetContainer, 0x7847ec01, 0x2bec, 0x11d0, 0x82,0xb4, 0x00,0xa0,0xc9,0x0c,0x29,0xc5)
#endif
#else
typedef struct ITargetContainerVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
ITargetContainer* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
ITargetContainer* This);
ULONG (STDMETHODCALLTYPE *Release)(
ITargetContainer* This);
/*** ITargetContainer methods ***/
HRESULT (STDMETHODCALLTYPE *GetFrameUrl)(
ITargetContainer* This,
LPWSTR *ppszFrameSrc);
HRESULT (STDMETHODCALLTYPE *GetFramesContainer)(
ITargetContainer* This,
IOleContainer **ppContainer);
END_INTERFACE
} ITargetContainerVtbl;
interface ITargetContainer {
CONST_VTBL ITargetContainerVtbl* lpVtbl;
};
#ifdef COBJMACROS
/*** IUnknown methods ***/
#define ITargetContainer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define ITargetContainer_AddRef(This) (This)->lpVtbl->AddRef(This)
#define ITargetContainer_Release(This) (This)->lpVtbl->Release(This)
/*** ITargetContainer methods ***/
#define ITargetContainer_GetFrameUrl(This,ppszFrameSrc) (This)->lpVtbl->GetFrameUrl(This,ppszFrameSrc)
#define ITargetContainer_GetFramesContainer(This,ppContainer) (This)->lpVtbl->GetFramesContainer(This,ppContainer)
#endif
#endif
HRESULT STDMETHODCALLTYPE ITargetContainer_GetFrameUrl_Proxy(
ITargetContainer* This,
LPWSTR *ppszFrameSrc);
void __RPC_STUB ITargetContainer_GetFrameUrl_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITargetContainer_GetFramesContainer_Proxy(
ITargetContainer* This,
IOleContainer **ppContainer);
void __RPC_STUB ITargetContainer_GetFramesContainer_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __ITargetContainer_INTERFACE_DEFINED__ */
/* Begin additional prototypes for all interfaces */
ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *);
unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *);
unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *);
void __RPC_USER BSTR_UserFree (ULONG *, BSTR *);
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __WIDL_HTIFRAME_H */
|