mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
[SHELL32] Minimal SHRunControlPanel implementation (#3095)
CORE-9215 Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
parent
ab115e30fe
commit
da36f799c7
2 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue