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

NspiGetPropList() private method

private NspiGetPropList ( IntPtr contextHandle, uint flags, uint mid, uint codePage, IntPtr &ptrPropTags ) : int
contextHandle System.IntPtr
flags uint
mid uint
codePage uint
ptrPropTags System.IntPtr
return int
        public static extern int NspiGetPropList(IntPtr contextHandle, uint flags, uint mid, uint codePage, out IntPtr ptrPropTags);