|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: what is exactly HANDL isby pfaut (Priest) |
| on Apr 27, 2025 at 17:11 UTC ( [id://11164837]=note: print w/replies, xml ) | Need Help?? |
|
The fileno() return value is a C file descriptor value and the HANDLE is, as ikegami stated, what CreateFile() returns. CreateFile() is a Windows system function. You're mixing two different APIs. Instead of using CreateFileMapping() maybe you could try using mmap().
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||