Scroll to navigation

GetRunningObjectTable(3w) Wine API GetRunningObjectTable(3w)

NAME

GetRunningObjectTable (OLE32.@)

SYNOPSIS

HRESULT GetRunningObjectTable
(
DWORD reserved,
LPRUNNINGOBJECTTABLE* pprot
)
 

DESCRIPTION

Retrieves the global running object table.
 

PARAMS

reserved [In] Reserved. Set to 0.
pprot [Out] Address that receives the pointer to the running object table.
 

RETURNS

Success: S_OK.
Failure: Any HRESULT code.
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/moniker.c".
Debug channel "ole".
Oct 2012 Wine API