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 "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h

Implemented in "dlls/ole32/ole2.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.