Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 2.17 KB

nf-shobjidl_core-ifolderview2-settext.md

File metadata and controls

80 lines (61 loc) · 2.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IFolderView2.SetText
IFolderView2::SetText (shobjidl_core.h)
Sets the default text to be used when there are no items in the view.
FVST_EMPTYTEXT
IFolderView2 interface [Windows Shell]
SetText method
IFolderView2.SetText
IFolderView2::SetText
SetText
SetText method [Windows Shell]
SetText method [Windows Shell]
IFolderView2 interface
_shell_IFolderView2_SetText
shell.IFolderView2_SetText
shobjidl_core/IFolderView2::SetText
shell\IFolderView2_SetText.htm
shell
72528831-ec5d-417e-94dd-7345b5fd7de6
12/05/2018
FVST_EMPTYTEXT, IFolderView2 interface [Windows Shell],SetText method, IFolderView2.SetText, IFolderView2::SetText, SetText, SetText method [Windows Shell], SetText method [Windows Shell],IFolderView2 interface, _shell_IFolderView2_SetText, shell.IFolderView2_SetText, shobjidl_core/IFolderView2::SetText
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IFolderView2::SetText
shobjidl_core/IFolderView2::SetText
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IFolderView2.SetText

IFolderView2::SetText

-description

Sets the default text to be used when there are no items in the view.

-parameters

-param iType [in]

Type: FVTEXTTYPE

This value should be set to the following flag.

FVST_EMPTYTEXT

Set the text to display when there are no items in the view.

-param pwszText [in]

Type: LPCWSTR

A pointer to a Unicode string that contains the text to be used.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.