#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "mshtml_private.h"
Go to the source code of this file.
Defines |
| #define | COBJMACROS |
| #define | HLINKTRG_THIS(iface) DEFINE_THIS(HTMLDocument, HlinkTarget, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HlinkTarget_QueryInterface (IHlinkTarget *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HlinkTarget_AddRef (IHlinkTarget *iface) |
| static ULONG WINAPI | HlinkTarget_Release (IHlinkTarget *iface) |
| static HRESULT WINAPI | HlinkTarget_SetBrowseContext (IHlinkTarget *iface, IHlinkBrowseContext *pihlbc) |
| static HRESULT WINAPI | HlinkTarget_GetBrowseContext (IHlinkTarget *iface, IHlinkBrowseContext **ppihlbc) |
| static HRESULT WINAPI | HlinkTarget_Navigate (IHlinkTarget *iface, DWORD grfHLNF, LPCWSTR pwzJumpLocation) |
| static HRESULT WINAPI | HlinkTarget_GetMoniker (IHlinkTarget *iface, LPCWSTR pwzLocation, DWORD dwAssign, IMoniker **ppimkLocation) |
| static HRESULT WINAPI | HlinkTarget_GetFriendlyName (IHlinkTarget *iface, LPCWSTR pwzLocation, LPWSTR *ppwzFriendlyName) |
| void | HTMLDocument_Hlink_Init (HTMLDocument *This) |
Variables |
| static const IHlinkTargetVtbl | HlinkTargetVtbl |