コード例 #1
0
 public static extern int ZwCreatePort(ref System.IntPtr PortHandle, ref NAlpc.OBJECT_ATTRIBUTES ObjectAttributes, uint MaxConnectionInfoLength, uint MaxMessageLength, uint MaxPoolUsage);
コード例 #2
0
 public static extern int NtCreatePort(out NAlpc.AlpcPortHandle PortHandle, ref OBJECT_ATTRIBUTES ObjectAttributes, uint MaxConnectionInfoLength, uint MaxMessageLength, uint MaxPoolUsage);
コード例 #3
0
 public static extern int NtCreatePort(out System.IntPtr PortHandle,
                                       //[MarshalAs(UnmanagedType.LPStruct)]
                                       ref NAlpc.OBJECT_ATTRIBUTES ObjectAttributes,
                                       uint MaxConnectionInfoLength,
                                       uint MaxMessageLength,
                                       uint MaxPoolUsage);