.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CoRegisterInitializeSpy 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCoRegisterInitializeSpy\fR (OLE32.@) .SH SYNOPSIS HRESULT CoRegisterInitializeSpy ( IInitializeSpy* \fIspy\fR, ULARGE_INTEGER* \fIcookie\fR ) .SH DESCRIPTION .PP Add a Spy that watches CoInitializeEx calls. .SH PARAMS \fIspy\fR \fB[In]\fR Pointer to \fBIUnknown\fR interface that will be QueryInterface'd. .PP \fIcookie\fR \fB[II]\fR \fIcookie\fR receiver. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR if not already initialized, \fBS_FALSE\fR otherwise. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH SEE ALSO .PP CoInitializeEx .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.