IFSMgr_WriteMailslot
IFSMgr_WriteMailslot(
path_t pmsname,
char far * pdata,
unsigned short len,
unsigned char lana,
string_t rname,
void * xtra
)
This service writes data to a mailslot and is called by the mailslot provider (FSD).
- pmsname
- Supplies pointer to the unicode canonicalized mailslot name without the "\MAILSLOT\"
- pdata
- Supplies pointer to buffer containing the data to be written.
- len
- Supplies length of data.
- lana
- Supplies Lan Address Number.
- rname
- Supplies name of the resource.
- xtra
- Supplies special information used to browse on IPX. This is used internally within the system.
- Returns errorcode if error, 0 if successful.