RunDll32ShimW Function

Executes the specified command.

HRESULT RunDll32ShimW (
        [in] HWND        hwnd,
        [in] HINSTANCE   hinst,
        [in] LPCWSTR     lpszCmdLine,
        [in] int         nCmdShow
);

Parameters

  • hwnd
    [in] A handle to a window in which the command output will be displayed.

  • hinst
    [in] A handle to the library that contains the command.

  • lpszCmdLine
    [in] A string that specifies the command to be executed.

  • nCmdShow
    [in] An integer that specifies the display mode for the output window.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: MSCorEE.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

Hosting Global Static Functions