Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.65 KB

nf-eventsys-ieventpublisher-getdefaultproperty.md

File metadata and controls

75 lines (60 loc) · 2.65 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:eventsys.IEventPublisher.GetDefaultProperty
IEventPublisher::GetDefaultProperty (eventsys.h)
Retrieves a named property and its value from the property bag associated with the event publisher.
GetDefaultProperty
GetDefaultProperty method [COM]
GetDefaultProperty method [COM]
IEventPublisher interface
IEventPublisher interface [COM]
GetDefaultProperty method
IEventPublisher.GetDefaultProperty
IEventPublisher::GetDefaultProperty
_com_ieventpublisher_getdefaultproperty
com.ieventpublisher_getdefaultproperty
eventsys/IEventPublisher::GetDefaultProperty
com\ieventpublisher_getdefaultproperty.htm
com
5d9adc4f-30c9-42bd-89c9-e35384885b8c
12/05/2018
GetDefaultProperty, GetDefaultProperty method [COM], GetDefaultProperty method [COM],IEventPublisher interface, IEventPublisher interface [COM],GetDefaultProperty method, IEventPublisher.GetDefaultProperty, IEventPublisher::GetDefaultProperty, _com_ieventpublisher_getdefaultproperty, com.ieventpublisher_getdefaultproperty, eventsys/IEventPublisher::GetDefaultProperty
eventsys.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
EventSys.idl
Windows
19H1
IEventPublisher::GetDefaultProperty
eventsys/IEventPublisher::GetDefaultProperty
c++
APIRef
kbSyntax
COM
EventSys.h
IEventPublisher.GetDefaultProperty

IEventPublisher::GetDefaultProperty

-description

Retrieves a named property and its value from the property bag associated with the event publisher.

-parameters

-param bstrPropertyName [in]

The name of the property whose value is to be retrieved.

-param propertyValue [out, retval]

A pointer to the variable that receives the property.

-returns

The possible return values include E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

-remarks

An EventPublisher object includes a property bag that can contain name and value pairs. Objects in the event system, including subscribers, can add, modify, and read these properties.

-see-also

IEventPublisher