Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 2.65 KB

nf-propsys-ipropertydescription-geteditinvitation.md

File metadata and controls

80 lines (61 loc) · 2.65 KB
UID title description 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:propsys.IPropertyDescription.GetEditInvitation
IPropertyDescription::GetEditInvitation (propsys.h)
Gets the text used in edit controls hosted in various dialog boxes.
properties\IPropertyDescription_GetEditInvitation.htm
properties
4b7ce948-6501-4220-aa44-e7422e70d9e5
12/05/2018
GetEditInvitation, GetEditInvitation method [Windows Properties], GetEditInvitation method [Windows Properties],IPropertyDescription interface, IPropertyDescription interface [Windows Properties],GetEditInvitation method, IPropertyDescription.GetEditInvitation, IPropertyDescription::GetEditInvitation, properties.IPropertyDescription_GetEditInvitation, propsys/IPropertyDescription::GetEditInvitation, shell.IPropertyDescription_GetEditInvitation, shell_IPropertyDescription_GetEditInvitation
propsys.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IPropertyDescription::GetEditInvitation
propsys/IPropertyDescription::GetEditInvitation
c++
APIRef
kbSyntax
COM
propsys.h
IPropertyDescription.GetEditInvitation

IPropertyDescription::GetEditInvitation

-description

Gets the text used in edit controls hosted in various dialog boxes.

-parameters

-param ppszInvite [out]

Type: LPWSTR*

When this method returns, contains the address of a pointer to a null-terminated Unicode buffer that holds the invitation text.

-returns

Type: HRESULT

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

-remarks

The information retrieved by this method comes from the invitationText attribute of the labelInfo element in the property's .propdesc file.

It is the responsibility of the calling application to use CoTaskMemFree to release the string referred to by pszInvite when it is no longer needed.

-see-also

IPropertyDescription

Property Description Schema