Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.7 KB

nf-fsrmpipeline-ifsrmpropertybag2-getfieldvalue.md

File metadata and controls

81 lines (62 loc) · 2.7 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:fsrmpipeline.IFsrmPropertyBag2.GetFieldValue
IFsrmPropertyBag2::GetFieldValue (fsrmpipeline.h)
Gets the value of the specified field from the property bag.
GetFieldValue
GetFieldValue method [File Server Resource Manager]
GetFieldValue method [File Server Resource Manager]
IFsrmPropertyBag2 interface
IFsrmPropertyBag2 interface [File Server Resource Manager]
GetFieldValue method
IFsrmPropertyBag2.GetFieldValue
IFsrmPropertyBag2::GetFieldValue
fs.ifsrmpropertybag2_getfieldvalue
fsrm.ifsrmpropertybag2_getfieldvalue
fsrmpipeline/IFsrmPropertyBag2::GetFieldValue
fsrm\ifsrmpropertybag2_getfieldvalue.htm
fsrm
ccd52bbc-998e-435f-bea5-ed456adf3ff9
12/05/2018
GetFieldValue, GetFieldValue method [File Server Resource Manager], GetFieldValue method [File Server Resource Manager],IFsrmPropertyBag2 interface, IFsrmPropertyBag2 interface [File Server Resource Manager],GetFieldValue method, IFsrmPropertyBag2.GetFieldValue, IFsrmPropertyBag2::GetFieldValue, fs.ifsrmpropertybag2_getfieldvalue, fsrm.ifsrmpropertybag2_getfieldvalue, fsrmpipeline/IFsrmPropertyBag2::GetFieldValue
fsrmpipeline.h
Windows
None supported
Windows Server 2012
FsrmPipeline.idl
SrmSvc.dll
Windows
19H1
IFsrmPropertyBag2::GetFieldValue
fsrmpipeline/IFsrmPropertyBag2::GetFieldValue
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmPropertyBag2.GetFieldValue

IFsrmPropertyBag2::GetFieldValue

-description

Gets the value of the specified field from the property bag.

-parameters

-param field [in]

Type: FsrmPropertyBagField

Indicates whether the volume name returned is the name of the volume being accessed, which may be a snapshot, or the volume where the property bag lives.

-param value [out, retval]

Type: VARIANT*

Returns the specified value.

-returns

Type: HRESULT

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

-see-also

FsrmPropertyBagField

IFsrmPropertyBag2