ServerQueryIterator
ServerQueryIterator::GetDirectoryInfo() const
ServerQueryIterator::GetEntryInfo() const
ServerQueryIterator::HasNextShareVolumeID() const
ServerQueryIterator::NextShareVolumeID()
ServerQueryIterator::~ServerQueryIterator()
ServerQueryIterator::SetRemoteCookie(int32 cookie)
ServerQueryIterator::GetRemoteCookie() const
ServerQueryIterator::SetEntry(const int32* shareVolumeIDs,
ServerQueryIterator::UnsetEntry()
ServerQueryIterator::ServerQueryIterator(Volume* volume)
ServerQueryIterator::GetShareVolumeIDs() const
ServerQueryIterator::CountShareVolumes() const
class ServerQueryIterator : public QueryIterator {
ServerQueryIterator(Volume* volume);
virtual ~ServerQueryIterator();
ServerQueryIterator* iterator = new(std::nothrow) ServerQueryIterator(this);
ServerQueryIterator* iterator
= dynamic_cast<ServerQueryIterator*>(_iterator);
ServerQueryIterator* iterator
= dynamic_cast<ServerQueryIterator*>(_iterator);