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: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.