GetFriendListPage method

void GetFriendListPage(
  1. Pointer<Char> operationID,
  2. int offset,
  3. int count,
  4. bool filterBlack,
)

Implementation

void GetFriendListPage(ffi.Pointer<ffi.Char> operationID, int offset, int count, bool filterBlack) {
  return _GetFriendListPage(operationID, offset, count, filterBlack);
}