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

NspiGetMatches() private method

private NspiGetMatches ( IntPtr contextHandle, uint reserved, STAT &stat, IntPtr ptrReserved, uint reserved2, IntPtr ptrFilter, IntPtr ptrPropName, uint requested, IntPtr &ptrOutMids, IntPtr ptrPropTags, IntPtr &ptrRows ) : int
contextHandle System.IntPtr
reserved uint
stat STAT
ptrReserved System.IntPtr
reserved2 uint
ptrFilter System.IntPtr
ptrPropName System.IntPtr
requested uint
ptrOutMids System.IntPtr
ptrPropTags System.IntPtr
ptrRows System.IntPtr
return int
        public static extern int NspiGetMatches(IntPtr contextHandle, uint reserved, ref STAT stat, IntPtr ptrReserved, uint reserved2, IntPtr ptrFilter, IntPtr ptrPropName, uint requested, out IntPtr ptrOutMids, IntPtr ptrPropTags, out IntPtr ptrRows);