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

NspiQueryRows() private method

private NspiQueryRows ( IntPtr contextHandle, uint flags, STAT &stat, uint tableCount, [ table, uint count, IntPtr ptrPropTags, IntPtr &ptrRows ) : int
contextHandle System.IntPtr
flags uint
stat STAT
tableCount uint
table [
count uint
ptrPropTags System.IntPtr
ptrRows System.IntPtr
return int
        public static extern int NspiQueryRows(IntPtr contextHandle, uint flags, ref STAT stat, uint tableCount, [Size("dwETableCount")]uint[] table, uint count, IntPtr ptrPropTags, out IntPtr ptrRows);