Share via


HlinkPreprocessMoniker function

[HlinkPreprocessMoniker may be altered or unavailable in subsequent versions of the operating system or product.]

Note  The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.

 

Decodes URL, and in POST case appends a unique string. App should call this API in IPersistMoniker::Load.

Syntax

HRESULT HlinkPreprocessMoniker(
   LPBC     pibc,
   IMoniker *pimkIn,
   IMoniker **ppimkOut
);

Parameters

  • pibc
    An IBindCtx interface pointer to the bind context to be used for any moniker binding during this operation. This cannot be NULL.

  • pimkIn
    The input moniker.

  • ppimkOut
    The output moniker.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

HLink.h

Library

HLink.Idl

DLL

Hlink.dll