.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RevokeActiveObject 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRevokeActiveObject\fR (OLEAUT32.34) .SH SYNOPSIS HRESULT RevokeActiveObject ( DWORD \fIxregister\fR, LPVOID \fIreserved\fR ) .SH DESCRIPTION .PP Revokes an object from the global item table. .SH PARAMS \fIxregister\fR \fB[In]\fR Registration cookie. .PP \fIreserved\fR \fB[In]\fR Reserved. Set to \fBNULL\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/oleaut.c"\fR. .PP Debug channel \fB"ole"\fR.