Creating Named Pipe in protected mode.
Hello i have an issue with creating COM objects in protected mode. As far as i know this type of action is forbiden in protected mode so i found this link. It says that I able to create named pipe if I specify something in NAMEDPIPES_ALLOW_ANY section. I tried with different naming and formats without result.
To be more clear i have a host application where named pipe created (C# application) and i want to connect to it from Adobe plug-in.
Also I looked at broker process but didn't found any information about possibility of creating COM objects if i implement custom broker.
So my question is: what name format should be at NAMEDPIPES_ALLOW_ANY to allow me create named pipe?
