Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a non-variant enumerator for the collection of the named streams associated with a file in the file system image.
Syntax
HRESULT get_EnumNamedStreams(
[out, optional] IEnumFsiItems **NewEnum
);
Parameters
[out, optional] NewEnum
Pointer to a pointer to an IEnumFsiItems object representing a collection of named streams associated with a file.
Return value
S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:
| Return code/value | Description |
|---|---|
|
Pointer is not valid. |
|
Failed to allocate required memory. |
Remarks
This method is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | imapi2fs.h |