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". https://source.winehq.org/source/include/ole2.h

Implemented in "dlls/ole32/ole2.c". https://source.winehq.org/source/dlls/ole32/ole2.c

Debug channel "ole".


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