ShellExecuteEx function shell32

int ShellExecuteEx(
  1. Pointer<SHELLEXECUTEINFO> pExecInfo
)

Performs an operation on a specified file.

BOOL ShellExecuteExW(
  SHELLEXECUTEINFOW *pExecInfo
);

Implementation

int ShellExecuteEx(Pointer<SHELLEXECUTEINFO> pExecInfo) =>
    _ShellExecuteEx(pExecInfo);