Skip to content

Latest commit

 

History

History
81 lines (66 loc) · 2.77 KB

nf-fsrm-ifsrmcollection-get_item.md

File metadata and controls

81 lines (66 loc) · 2.77 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:fsrm.IFsrmCollection.get_Item
IFsrmCollection::get_Item (fsrm.h)
Retrieves the requested item from the collection. (IFsrmCollection.get_Item)
IFsrmCollection interface [File Server Resource Manager]
Item property
IFsrmCollection.Item
IFsrmCollection.get_Item
IFsrmCollection::Item
IFsrmCollection::get_Item
Item property [File Server Resource Manager]
Item property [File Server Resource Manager]
IFsrmCollection interface
fs.ifsrmcollection_item
fsrm.ifsrmcollection_item
fsrm/IFsrmCollection::Item
fsrm/IFsrmCollection::get_Item
get_Item
fsrm\ifsrmcollection_item.htm
fsrm
95d35117-b9fb-46ae-b392-aa0c12717359
12/05/2018
IFsrmCollection interface [File Server Resource Manager],Item property, IFsrmCollection.Item, IFsrmCollection.get_Item, IFsrmCollection::Item, IFsrmCollection::get_Item, Item property [File Server Resource Manager], Item property [File Server Resource Manager],IFsrmCollection interface, fs.ifsrmcollection_item, fsrm.ifsrmcollection_item, fsrm/IFsrmCollection::Item, fsrm/IFsrmCollection::get_Item, get_Item
fsrm.h
FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008
SrmSvc.dll
Windows
19H1
IFsrmCollection::get_Item
fsrm/IFsrmCollection::get_Item
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmCollection.Item
IFsrmCollection.get_Item

IFsrmCollection::get_Item

-description

Retrieves the requested item from the collection.

This property is read-only.

-parameters

-remarks

If the item is an interface, the variant type is VT_DISPATCH. Call the QueryInterface method on the pdispVal member of the variant to get an interface to the specific object.

If the item is an HRESULT value, the variant type is VT_I4. Use the lVal member of the variant to get the HRESULT value.

Examples

For examples, see Updating a File Screen and Classifying Files.

-see-also

IFsrmCollection