Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.4 KB

rundll32shimw-function.md

File metadata and controls

62 lines (46 loc) · 1.4 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: RunDll32ShimW Function
RunDll32ShimW Function
03/30/2017
RunDll32ShimW
mscoree.dll
DLLExport
RunDll32ShimW
RunDll32ShimW function [.NET Framework hosting]
9ea07b57-96e2-44df-8711-8fe6c119087f
apiref

RunDll32ShimW Function

Executes the specified command.

This function has been deprecated in the .NET Framework 4.

Syntax

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: See System Requirements.

Header: MSCorEE.h

Library: MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also