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
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/moniker.c".
- Debug channel "ole".