Enumerates the links in a container.
DWORD GetNextLink(
DWORD dwLink |
//Unique 32-bit linkidentifier |
); |
Parameter
Return Values
Remarks
Call this method to enumerate the links in a container. If the value passed in dwLink is NULL, then the container should return the first link’s 32-bit identifier. If dwLink identifies the last link in the container, then the container should return NULL.
See Also
IOleUILinkContainer::SetLinkUpdateOptions, IOleUILinkContainer::GetLinkUpdateOptions