IAppxManifestDeviceCapabilitiesEnumerator::GetHasCurrent method
Determines whether there is a device capability at the current position of the enumerator.
Syntax
HRESULT GetHasCurrent( [retval] BOOL *hasCurrent );
Parameters
- hasCurrent [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.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestDeviceCapabilitiesEnumerator is defined as 30204541-427b-4a1c-bacf-655bf463a540 |
See also