Skip to content

Latest commit

 

History

History
85 lines (62 loc) · 3.07 KB

nf-comsvcs-iobjectconstructstring-get_constructstring.md

File metadata and controls

85 lines (62 loc) · 3.07 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:comsvcs.IObjectConstructString.get_ConstructString
IObjectConstructString::get_ConstructString (comsvcs.h)
Retrieves the constructor string for the object.
IObjectConstructString interface [COM+]
get_ConstructString method
IObjectConstructString.get_ConstructString
IObjectConstructString::get_ConstructString
_cos_IObjectConstructString_get_ConstructString
comsvcs/IObjectConstructString::get_ConstructString
cos.iobjectconstructstring_get_constructstring
get_ConstructString
get_ConstructString method [COM+]
get_ConstructString method [COM+]
IObjectConstructString interface
cos\iobjectconstructstring_get_constructstring.htm
cos
154b7567-0f25-49c3-90b2-58c95f0ebfee
12/05/2018
IObjectConstructString interface [COM+],get_ConstructString method, IObjectConstructString.get_ConstructString, IObjectConstructString::get_ConstructString, _cos_IObjectConstructString_get_ConstructString, comsvcs/IObjectConstructString::get_ConstructString, cos.iobjectconstructstring_get_constructstring, get_ConstructString, get_ConstructString method [COM+], get_ConstructString method [COM+],IObjectConstructString interface
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IObjectConstructString::get_ConstructString
comsvcs/IObjectConstructString::get_ConstructString
c++
APIRef
kbSyntax
COM
ComSvcs.h
IObjectConstructString.get_ConstructString

IObjectConstructString::get_ConstructString

-description

Retrieves the constructor string for the object.

Object constructor strings should not be used to store security-sensitive information.

-parameters

-param pVal [out]

A reference to an administratively supplied object constructor string.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

-remarks

You can use this method when implementing IObjectConstruct::Construct, which is called by the COM+ environment when your component is marked as supporting object construction.

-see-also

COM+ Object Constructor Strings

IObjectConstruct

IObjectConstructString

Specifying an Object Constructor String for a Component