Microsoft.Protocols.TestSuites.Common.NativeMethods.EcRRegisterPushNotificationWrap C# (CSharp) Method

EcRRegisterPushNotificationWrap() private method

private EcRRegisterPushNotificationWrap ( IntPtr &pcxh, short family, string valueOfIPAddr, ushort port, byte rgbContext, ushort clientContextSize, uint &notificationHandle ) : uint
pcxh System.IntPtr
family short
valueOfIPAddr string
port ushort
rgbContext byte
clientContextSize ushort
notificationHandle uint
return uint
        public static extern uint EcRRegisterPushNotificationWrap(
            ref IntPtr pcxh,
            short family,
            string valueOfIPAddr,
            ushort port,
            byte[] rgbContext,
            ushort clientContextSize,
            out uint notificationHandle);