_GetNodeByRemoteID
ShareNode* node = _GetNodeByRemoteID(nodeInfo.GetID());
ShareNode* node = _GetNodeByRemoteID(nodeInfo.GetID());
= dynamic_cast<ShareDir*>(_GetNodeByRemoteID(entryInfo.directoryID));
ShareNode* node = _GetNodeByRemoteID(remoteID);
ShareNode* node = _GetNodeByRemoteID(remoteID);
ShareDir* dir = dynamic_cast<ShareDir*>(_GetNodeByRemoteID(remoteDirID));
ShareDir* dir = dynamic_cast<ShareDir*>(_GetNodeByRemoteID(remoteDirID));
ShareNode* _GetNodeByRemoteID(NodeID remoteID);