CoRegisterChannelHook.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CoRegisterChannelHook (OLE32.@)

SYNOPSIS

HRESULT CoRegisterChannelHook
 (
  REFGUID       guidExtension,
  IChannelHook* pChannelHook
 )

DESCRIPTION

Registers a process-wide hook that is called during ORPC calls.

PARAMS

guidExtension [In] GUID of the channel hook to register.

pChannelHook [In] Channel hook object to register.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".