OpenHome.Net.Core.Action.ServiceActionGetName C# (CSharp) Method

ServiceActionGetName() private method

private ServiceActionGetName ( IntPtr aAction, IntPtr &aName, uint &aLen ) : void
aAction System.IntPtr
aName System.IntPtr
aLen uint
return void
        static extern void ServiceActionGetName(IntPtr aAction, out IntPtr aName, out uint aLen);