This topic has not yet been rated - Rate this topic

ShowShareFolderUI function

Applies to: desktop apps only

Displays the Folder Sharing tab on the properties sheet for the specified folder.

Syntax

HRESULT ShowShareFolderUI(
  __in  HWND hwndParent,
  __in  LPCWSTR pszPath
);

Parameters

hwndParent [in]

Type: HWND

A handle to the parent window for the property sheet.

pszPath [in]

Type: LPCWSTR

A pointer to a string that specifies the path to the folder that displays its Folder Sharing tab.

Return value

Type: HRESULT

This function always returns S_OK.

Remarks

This function has no associated .lib file. You must use LoadLibrary and GetProcAddress to use it.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

DLL

Ntshrui.dll

Unicode and ANSI names

ShowShareFolderUIW (Unicode)

See also

CanShareFolderW

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Import ShowShareFolderUIW for Windows XP
Import the symbol "ShowShareFolderUIW" for Windows XP and "ShowShareFolderUI" for Vista.