COM
Expand Minimize
1 out of 2 rated this helpful - Rate this topic

CoRegisterChannelHook function

Registers a channel hook.

Syntax


HRESULT WINOLEAPI CoRegisterChannelHook(
  _In_  REFGUID ExtensionUuid,
  _In_  IChannelHook *pChannelHook
);

Parameters

ExtensionUuid [in]

The extension to register.

pChannelHook [in]

The channel hook to register.

Return value

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

Requirements

Header

Objbase.h

Library

Ole32.lib

DLL

Combase.dll

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.