Public Member Functions | |
| HRESULT | Next ([in] ULONG cControls,[out] IRsUIControlDesc **ppUIControlDescArray,[out] ULONG *pcFetched) |
| HRESULT | Skip ([in] ULONG cControls) |
| HRESULT | Reset (void) |
| HRESULT | Clone ([out] IRsEnumUIControlDesc **ppEnum) |
| HRESULT IRsEnumUIControlDesc::Next | ( | [in] ULONG | cControls, | |
| [out] IRsUIControlDesc ** | ppUIControlDescArray, | |||
| [out] ULONG * | pcFetched | |||
| ) |
The Next method retrieves the next n elements in the collection.
| cControls | [in] Variable of type ULONG that specifies the number of elements to retrieve. | |
| ppUIControlDescArray | [out] Address of an array of IRsUIControlDesc interface pointers that will receive the retrieved UI control descriptor objects. | |
| pcFetched | [out] Pointer to a variable of type ULONG that receives the number of elements actually retrieved. |
| HRESULT IRsEnumUIControlDesc::Skip | ( | [in] ULONG | cControls | ) |
Skip number of controls.
| cControls | [in] count of controls. |
| HRESULT IRsEnumUIControlDesc::Reset | ( | void | ) |
Reset object.
| HRESULT IRsEnumUIControlDesc::Clone | ( | [out] IRsEnumUIControlDesc ** | ppEnum | ) |
Clone object.
| ppEnum | [out] Structure that retrieves cloned object. |
1.5.5