文章      动态     相关文章     最新文章     手机版动态     相关动态     |   首页|会员中心|保存桌面|手机浏览

b933722

http://sjzytwl.xhstdz.com/comb933722/

相关列表
文章列表
  • 暂无文章
推荐文章
ExtRemoteList class (engextcpp.hpp)
发布时间:2024-11-18        浏览次数:18        返回列表

ExtRemoteList class (engextcpp.hpp)

 
ExtRemoteList::ExtRemoteList The ExtRemoteList(ExtRemoteData&,ULONG,bool) constructors create a new instance that wraps a singly-linked or doubly-linked list.
ExtRemoteList::ExtRemoteList The ExtRemoteList(ULONG64,ULONG,bool) constructors create a new instance that wraps a singly-linked or doubly-linked list.
ExtRemoteList::GetNodeOffset The GetNodeOffset method returns the address of the current list item.
ExtRemoteList::HasNode The HasNode method determines if there is a current item in the list iteration.
ExtRemoteList::Next The Next method changes the current item to the next item in the list.
ExtRemoteList::Prev The Prev method changes the current item to the previous item in the list.
ExtRemoteList::StartHead The StartHead method initializes the list for iterating forward starting at the head.
ExtRemoteList::StartTail