V
vertigo
Hello
Can i use mailslot mechnism in C# ?
I could find API for mailslot only for C/C++ for example:
HANDLE CreateMailslot(
LPCTSTR lpName,
DWORD nMaxMessageSize,
DWORD lReadTimeout,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
);
Does it exists any way to create HANDLE, and use CreateMailslot() in C# ?
Thanx
Michal
Can i use mailslot mechnism in C# ?
I could find API for mailslot only for C/C++ for example:
HANDLE CreateMailslot(
LPCTSTR lpName,
DWORD nMaxMessageSize,
DWORD lReadTimeout,
LPSECURITY_ATTRIBUTES lpSecurityAttributes
);
Does it exists any way to create HANDLE, and use CreateMailslot() in C# ?
Thanx
Michal