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 |
|
|
Unicode and ANSI names | ShowShareFolderUIW (Unicode) |
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012