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 "dlls/ole32/moniker.c". source.winehq.org/source/dlls/ole32/moniker.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.