.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoRegisterChannelHook 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoRegisterChannelHook\fR (OLE32.@) .SH SYNOPSIS HRESULT CoRegisterChannelHook ( REFGUID \fIguidExtension\fR, IChannelHook* \fIpChannelHook\fR ) .SH DESCRIPTION .PP Registers a process-wide hook that is called during \fBORPC\fR calls. .SH PARAMS \fIguidExtension\fR \fB[In]\fR \fBGUID\fR of the channel hook to register. .PP \fIpChannelHook\fR \fB[In]\fR Channel hook object to register. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.