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

EcRRegisterPushNotification() private method

private EcRRegisterPushNotification ( IntPtr &pcxh, ulong valueOfiRpc, IntPtr rgbContext, ushort clientContextSize, ulong grbitAdviseBits, IntPtr rgbCallbackAddress, ushort callbackAddressSize, ulong &notificationHandle ) : uint
pcxh System.IntPtr
valueOfiRpc ulong
rgbContext System.IntPtr
clientContextSize ushort
grbitAdviseBits ulong
rgbCallbackAddress System.IntPtr
callbackAddressSize ushort
notificationHandle ulong
return uint
        public static extern uint EcRRegisterPushNotification(
                        ref IntPtr pcxh,
                        ulong valueOfiRpc,
                        IntPtr rgbContext,
                        ushort clientContextSize,
                        ulong grbitAdviseBits,
                        IntPtr rgbCallbackAddress,
                        ushort callbackAddressSize,
                        ref ulong notificationHandle);