Форум: "Сети";
Текущий архив: 2002.01.31;
Скачать: [xml.tar.bz2];
ВнизРабота с майлслотами Найти похожие ветки
← →
Unforgiven (2001-11-08 02:36) [0]Name := "\\*\mailslot\nyslot";
Result :=
Windows.CreateMailslot(
PChar(Name),
400, // max msg size
0, // read timeout
nil
);
всегда возвращает -1 что здесь не верно?
← →
Wonder (2001-11-08 11:02) [1]А причем здесь звезда в имени слота?
Ты же создаешь слот конкретно на текущей машине. Точка тама должна быть, а не звезда.
MSHandle := CreateMailSlot("\\.\mailslot\nyslot", 0, MAILSLOT_WAIT_FOREVER, PSecurityAttributes(Nil));
lpName -
Points to a null-terminated string specifying the name of the mailslot. This name must have the following form:
\\.\mailslot\[path]name
Страницы: 1 вся ветка
Форум: "Сети";
Текущий архив: 2002.01.31;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.004 c