Microsoft.Protocols.TestSuites.Common.NativeMethods.EcRRegisterPushNotification C# (CSharp) 메소드

EcRRegisterPushNotification() 개인적인 메소드

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
리턴 uint
        public static extern uint EcRRegisterPushNotification(
                        ref IntPtr pcxh,
                        ulong valueOfiRpc,
                        IntPtr rgbContext,
                        ushort clientContextSize,
                        ulong grbitAdviseBits,
                        IntPtr rgbCallbackAddress,
                        ushort callbackAddressSize,
                        ref ulong notificationHandle);