Microsoft.Protocols.TestSuites.MS_OXORULE.OxnspiInterop.NspiResolveNames C# (CSharp) Method

NspiResolveNames() private method

private NspiResolveNames ( IntPtr contextHandle, uint reserved, [ stat, IntPtr ptrPropTags, IntPtr ptrStrArray, IntPtr &ptrMIds, IntPtr &ptrRows ) : int
contextHandle System.IntPtr
reserved uint
stat [
ptrPropTags System.IntPtr
ptrStrArray System.IntPtr
ptrMIds System.IntPtr
ptrRows System.IntPtr
return int
        public static extern int NspiResolveNames(IntPtr contextHandle, uint reserved, [StaticSize(1, StaticSizeMode.Elements)] STAT[] stat, IntPtr ptrPropTags, IntPtr ptrStrArray, out IntPtr ptrMIds, out IntPtr ptrRows);