Does LabVIEW Supports Windows Mailslots

Updated Dec 23, 2024

Reported In

Software

  • LabVIEW

Operating System

  • Windows

Issue Details

I would like to leverage Mailslots in LabVIEW but I'm not sure if there are any specific VIs I can use to do this.

Solution

There is no native LabVIEW support for Windows Mailslots.

You can use the Call Library Function Node to call Kernel32.dll and try to implement this functionality in your code.