Scroll to navigation

OleRun(3w) Wine API OleRun(3w)

NAME

OleRun (OLE32.@)

SYNOPSIS

HRESULT OleRun
(
LPUNKNOWN pUnknown
)
 

DESCRIPTION

Set the OLE object to the running state.
 

PARAMS

pUnknown [In] OLE object to run.
 

RETURNS

Success: S_OK.
Failure: Any HRESULT code.
 

IMPLEMENTATION

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