Microsoft.Protocols.TestSuites.MS_OXNSPI.OxnspiInterop.NspiResolveNamesW C# (CSharp) Method

NspiResolveNamesW() private method

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