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

NspiGetProps() private method

private NspiGetProps ( IntPtr contextHandle, uint flags, STAT &stat, IntPtr ptrPropTags, IntPtr &ptrRows ) : int
contextHandle System.IntPtr
flags uint
stat STAT
ptrPropTags System.IntPtr
ptrRows System.IntPtr
return int
        public static extern int NspiGetProps(IntPtr contextHandle, uint flags, ref STAT stat, IntPtr ptrPropTags, out IntPtr ptrRows);