.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetRunningObjectTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetRunningObjectTable\fR (OLE32.@) .SH SYNOPSIS HRESULT GetRunningObjectTable ( DWORD \fIreserved\fR, LPRUNNINGOBJECTTABLE* \fIpprot\fR ) .SH DESCRIPTION .PP Retrieves the global running object table. .SH PARAMS \fIreserved\fR \fB[In]\fR Reserved. Set to \fB0.\fR .PP \fIpprot\fR \fB[Out]\fR Address that receives the pointer to the running object table. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR Any \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/moniker.c"\fR. .PP Debug channel \fB"ole"\fR.