|
|
|
IEnumDiscRecorders Interface |
|
IID_IEnumDiscRecorders |
{9B1921E1-54AC-11d3-9144-00104BA11C5E} |
|
IEnumDiscRecorders is a standard COM
enumerator, as documented in
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumDiscRecorders Methods |
Description |
|
Next |
Gets the next items in the enumeration sequence. |
|
Skip |
Attempts to skip over the next celt elements in the enumeration sequence. |
|
Reset |
Resets the enumeration sequence to the beginning. |
|
Clone |
Creates a copy of the current state of enumeration. |
|
Next |
|
FUNCTION
IEnumDiscRecorders_Next ( _ , BYVAL cRecorders AS DWORD _ , BYREF ppRecorder AS DWORD _ , BYREF pcFetched AS DWORD _ ) AS LONG
|
|
Skip |
|
FUNCTION
IEnumDiscRecorders_Skip ( _ , BYVAL cRecorders AS DWORD _ ) AS LONG
|
|
Reset |
|
FUNCTION
IEnumDiscRecorders_Reset ( _ ) AS LONG
|
|
Clone |
|
FUNCTION
IEnumDiscRecorders_Clone ( _ , BYREF ppenum AS DWORD _ ) AS LONG
|
Page last updated on Sunday, 12 March 2006 22:59:54 +0100