Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an element from a collection of native configuration elements based on the element's index in the collection.
virtual HRESULT STDMETHODCALLTYPE GetRawElementByIndex(
ULONG ulIndex,
INativeConfigurationElement ** ppRawConfigElement
) = 0;
Parameters
ulIndex
[IN] A ULONG value that specifies the index for the element in the collection.ppRawConfigElement
[OUT] A pointer to a pointer for an INativeConfigurationElement interface for the configuration element.
Return Value
An HRESULT. Possible values include, but are not limited to, those in the following table.
Value |
Description |
|---|---|
S_OK |
Indicates that the operation was successful. |
NO_ERROR |
Indicates that an error did not occur. |
Requirements
Type |
Description |
|---|---|
Client |
IIS 7 |
Server |
IIS 7 |
Product |
IIS 7 |
Header |
Nativerd_pub.h |