|
|
|
IEnumConnectionPoints Interface |
|
IID_IEnumConnectionPoints |
{B196B285-BAB4-101A-B69C-00AA00341D07} |
|
This interface enumerates the current connections for a connectable object. Connectable objects support the following features:
Use the IEnumConnectionPoints interface to enumerate all the supported connection points for each outgoing IID.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumConnectionPoints Methods |
Description |
|
Next |
Retrieves a specified number of items in the enumeration sequence. |
|
Skip |
Skips over a specified number of items in the enumeration sequence. |
|
Reset |
Resets the enumeration sequence to the beginning. |
|
Clone |
Creates another enumerator that contains the same enumeration state as the current one. |
|
Next |
|
FUNCTION IEnumConnectionPoints_Next ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _ , BYVAL rgelt AS DWORD _ , BYREF pceltFetched AS DWORD _
) AS
LONG
|
|
FUNCTION IEnumConnectionPoints_Next ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _ , BYVAL rgelt AS DWORD _ , BYREF pceltFetched AS DWORD _
) AS
LONG
|
|
Skip |
|
FUNCTION IEnumConnectionPoints_Skip ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _
) AS LONG
|
|
FUNCTION IEnumConnectionPoints_Skip ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _
) AS LONG
|
|
Reset |
|
FUNCTION IEnumConnectionPoints_Reset ( _ BYVAL pthis AS DWORD PTR _
) AS LONG
|
|
FUNCTION IEnumConnectionPoints_Reset ( _ BYVAL pthis AS DWORD PTR _
) AS LONG
|
|
Clone |
|
FUNCTION IEnumConnectionPoints_Clone ( _ BYVAL pthis AS DWORD PTR _ , BYREF ppenum AS DWORD _
) AS LONG
|
|
FUNCTION IEnumConnectionPoints_Clone ( _ BYVAL pthis AS DWORD PTR _ , BYREF ppenum AS DWORD _
) AS LONG
|
Page last updated on Monday, 03 April 2006 20:24:27 +0200