[SHELL32] Minimal SHRunControlPanel implementation (#3095)

CORE-9215
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
Kyle Katarn 2020-09-19 16:23:44 +02:00 committed by GitHub
parent ab115e30fe
commit da36f799c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 1 deletions

View file

@ -2466,6 +2466,16 @@ HRESULT WINAPI CIDLData_CreateFromIDArray(
_In_reads_opt_(cidl) PCUIDLIST_RELATIVE_ARRAY apidl,
_Outptr_ IDataObject **ppdtobj);
/****************************************************************************
* SHRunControlPanel
*/
BOOL
WINAPI
SHRunControlPanel(
_In_ LPCWSTR commandLine,
_In_opt_ HWND parent);
/****************************************************************************
* SHOpenWithDialog
*/