mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[SHELL32][SDK] Implement SHStartNetConnectionDialogA (#5847)
and add SHStartNetConnectionDialog prototype to <shlobj.h>.
This commit is contained in:
parent
a52c713755
commit
128e7f5aea
4 changed files with 48 additions and 16 deletions
|
@ -390,6 +390,18 @@ SHOpenPropSheetW(
|
|||
|
||||
#define SHOpenPropSheet WINELIB_NAME_AW(SHOpenPropSheet)
|
||||
|
||||
HRESULT WINAPI
|
||||
SHStartNetConnectionDialogA(
|
||||
_In_ HWND hwnd,
|
||||
_In_ LPCSTR pszRemoteName,
|
||||
_In_ DWORD dwType);
|
||||
|
||||
HRESULT WINAPI
|
||||
SHStartNetConnectionDialogW(
|
||||
_In_ HWND hwnd,
|
||||
_In_ LPCWSTR pszRemoteName,
|
||||
_In_ DWORD dwType);
|
||||
|
||||
/*****************************************************************************
|
||||
* IContextMenu interface
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue