Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 3.57 KB

nf-ehstorapi-ienhancedstorageact-getsilos.md

File metadata and controls

119 lines (97 loc) · 3.57 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:ehstorapi.IEnhancedStorageACT.GetSilos
IEnhancedStorageACT::GetSilos (ehstorapi.h)
Returns an enumeration of all silos associated with the Addressable Command Target (ACT).
GetSilos
GetSilos method [Enhanced Storage]
GetSilos method [Enhanced Storage]
IEnhancedStorageACT interface
IEnhancedStorageACT interface [Enhanced Storage]
GetSilos method
IEnhancedStorageACT.GetSilos
IEnhancedStorageACT::GetSilos
ehstorapi/IEnhancedStorageACT::GetSilos
enstor.ienhancedstorageact_getsilos
enstor\ienhancedstorageact_getsilos.htm
enstor
823da812-b3f5-4c61-bb33-cd970695879f
12/05/2018
GetSilos, GetSilos method [Enhanced Storage], GetSilos method [Enhanced Storage],IEnhancedStorageACT interface, IEnhancedStorageACT interface [Enhanced Storage],GetSilos method, IEnhancedStorageACT.GetSilos, IEnhancedStorageACT::GetSilos, ehstorapi/IEnhancedStorageACT::GetSilos, enstor.ienhancedstorageact_getsilos
ehstorapi.h
Windows
Windows Vista with SP2 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
EhStorAPI.idl
Windows
19H1
IEnhancedStorageACT::GetSilos
ehstorapi/IEnhancedStorageACT::GetSilos
c++
APIRef
kbSyntax
COM
EhStorAPI.h
IEnhancedStorageACT.GetSilos

IEnhancedStorageACT::GetSilos

-description

Returns an enumeration of all silos associated with the Addressable Command Target (ACT).

-parameters

-param pppIEnhancedStorageSilos [out]

Returns an array of one or more IEnhancedStorageSilo interface pointers associated with the ACT.

-param pcEnhancedStorageSilos [out]

Count of IEnhancedStorageSilo pointers returned. This value indicates the dimension of the array represented by pppIEnhancedStorageSilos.

-returns

This method can return one of these values.

Return code Description
S_OK
Command was sent successfully and all associated silos have been enumerated.
E_OUTOFMEMORY
Command failed due to insufficient memory allocation.
E_INVALIDARG
pppIEnhancedStorageSilos or pcEnhancedStorageSilos is NULL.

-remarks

The memory containing the array of IEnhancedStorageSilo interfaces is allocated by the Enhanced Storage API and must be freed by passing the returned pointer to CoTaskMemFree.

-see-also

IEnhancedStorageACT

IEnhancedStorageSilo