Microsoft、MSDNの技術情報からXP非対応などのパラメータの情報も削除する
CreateNamedPipe function (Windows)
2016年8月17日のキャッシュ
FILE_FLAG_FIRST_PIPE_INSTANCE 0x00080000 If you attempt to create multiple instances of a pipe with this flag, creation of the first instance succeeds, but creation of the next instance fails with ERROR_ACCESS_DENIED. Windows 2000: This flag is not supported until Windows 2000 SP2 and Windows XP. PIPE_REJECT_REMOTE_CLIENTS0x00000008Connections from remote clients are automatically rejected. Windows Server 2003 and Windows XP/2000: This flag is not supported. To achieve the same results, deny access to the pipe to the NETWORK ACE |
CreateNamedPipe function (Windows)
現在、赤字の部分が消されている
なに?この、互換アプリ作成時に地味に困る嫌がらせ・ω・
Comments