[PATCH v2 1/8] dllhost: Add stub implementation.

Huw Davies huw at codeweavers.com
Wed Feb 23 04:32:31 CST 2022


On Tue, Feb 22, 2022 at 05:49:54PM +0300, Dmitry Timoshkov wrote:
> +int WINAPI wWinMain(HINSTANCE hinst, HINSTANCE previnst, LPWSTR cmdline, int showcmd)
> +{
> +    HRESULT hr;
> +    CLSID clsid;
> +
> +    CoInitializeEx(NULL, COINIT_MULTITHREADED);
> +
> +    hr = CLSIDFromString(cmdline, &clsid);

It looks like Windows uses the cmdline:

dllhost.exe /PROCESSID:{GUID}

Huw.



More information about the wine-devel mailing list