ReactOS 0.4.16-dev-125-g798ea90
|
#include <stdarg.h>
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "hlink.h"
#include "wine/heap.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
HRESULT | HLink_Constructor (IUnknown *, REFIID, void **) DECLSPEC_HIDDEN |
HRESULT | HLinkBrowseContext_Constructor (IUnknown *, REFIID, void **) DECLSPEC_HIDDEN |
static LPWSTR | hlink_strdupW (LPCWSTR str) |
static LPWSTR | hlink_co_strdupW (LPCWSTR str) |
#define COBJMACROS |
Definition at line 23 of file hlink_private.h.
Definition at line 52 of file hlink_private.h.
Referenced by Authenticate_Authenticate(), HttpNegotiate_BeginningTransaction(), IHlink_fnGetFriendlyName(), IHlink_fnGetStringReference(), and IHlink_fnGetTargetFrameName().
Definition at line 37 of file hlink_private.h.
Referenced by ExtServ_ImplSetAdditionalHeaders(), ExtServ_ImplSetAuthenticateData(), HlinkCreateFromString(), IHlink_fnSetFriendlyName(), IHlink_fnSetMonikerReference(), IHlink_fnSetStringReference(), and IHlink_fnSetTargetFrameName().
Definition at line 370 of file browse_ctx.c.