Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.73 KB

nf-appxpackaging-iappxblockmapblocksenumerator-gethascurrent.md

File metadata and controls

71 lines (58 loc) · 2.73 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:appxpackaging.IAppxBlockMapBlocksEnumerator.GetHasCurrent
IAppxBlockMapBlocksEnumerator::GetHasCurrent (appxpackaging.h)
Determines whether there is a block at the current position of the enumerator.
GetHasCurrent
GetHasCurrent method [App packaging and management]
GetHasCurrent method [App packaging and management]
IAppxBlockMapBlocksEnumerator interface
IAppxBlockMapBlocksEnumerator interface [App packaging and management]
GetHasCurrent method
IAppxBlockMapBlocksEnumerator.GetHasCurrent
IAppxBlockMapBlocksEnumerator::GetHasCurrent
appxpackaging/IAppxBlockMapBlocksEnumerator::GetHasCurrent
appxpkg.iappxblockmapblocksenumerator_gethascurrent
appxpkg\iappxblockmapblocksenumerator_gethascurrent.htm
appxpkg
AC12BCDD-201C-4F22-B39E-1349EB84ED00
12/05/2018
GetHasCurrent, GetHasCurrent method [App packaging and management], GetHasCurrent method [App packaging and management],IAppxBlockMapBlocksEnumerator interface, IAppxBlockMapBlocksEnumerator interface [App packaging and management],GetHasCurrent method, IAppxBlockMapBlocksEnumerator.GetHasCurrent, IAppxBlockMapBlocksEnumerator::GetHasCurrent, appxpackaging/IAppxBlockMapBlocksEnumerator::GetHasCurrent, appxpkg.iappxblockmapblocksenumerator_gethascurrent
appxpackaging.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
AppxPackaging.idl
Windows
19H1
IAppxBlockMapBlocksEnumerator::GetHasCurrent
appxpackaging/IAppxBlockMapBlocksEnumerator::GetHasCurrent
c++
APIRef
kbSyntax
COM
AppxPackaging.h
IAppxBlockMapBlocksEnumerator.GetHasCurrent

IAppxBlockMapBlocksEnumerator::GetHasCurrent

-description

Determines whether there is a block at the current position of the enumerator.

-parameters

-param hasCurrent [out, retval]

Type: BOOL*

TRUE if the enumerator's current position references an item; FALSE if the enumerator has passed the last item in the collection.

-returns

Type: HRESULT

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

-see-also

IAppxBlockMapBlocksEnumerator