Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.26 KB

nf-objidlbase-icontext-getproperty.md

File metadata and controls

75 lines (60 loc) · 2.26 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:objidlbase.IContext.GetProperty
IContext::GetProperty (objidlbase.h)
The IContext::GetProperty (objidlbase.h) method retrieves the specified context property from the context.
GetProperty
GetProperty method [COM]
GetProperty method [COM]
IContext interface
IContext interface [COM]
GetProperty method
IContext.GetProperty
IContext::GetProperty
_com_icontext_getproperty
com.icontext_getproperty
objidlbase/IContext::GetProperty
com\icontext_getproperty.htm
com
76c6f790-9103-4cee-8a67-0f69b00ba0a1
08/13/2022
GetProperty, GetProperty method [COM], GetProperty method [COM],IContext interface, IContext interface [COM],GetProperty method, IContext.GetProperty, IContext::GetProperty, _com_icontext_getproperty, com.icontext_getproperty, objidlbase/IContext::GetProperty
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
IContext::GetProperty
objidlbase/IContext::GetProperty
c++
APIRef
kbSyntax
COM
objidlbase.h
IContext.GetProperty

IContext::GetProperty

-description

Retrieves the specified context property from the context.

-parameters

-param rGuid [in]

The GUID that uniquely identifies the context property to be retrieved.

-param pFlags [out]

The address of the variable that receives the flags associated with the property.

-param ppUnk [out]

The address of the variable that receives the IUnknown interface pointer of the requested context property.

-returns

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

-see-also

IContext