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

NspiBind() private method

private NspiBind ( IntPtr ptrRpc, uint flags, STAT &stat, IntPtr ptrServerGuid, IntPtr &contextHandle ) : int
ptrRpc System.IntPtr
flags uint
stat STAT
ptrServerGuid System.IntPtr
contextHandle System.IntPtr
return int
        public static extern int NspiBind(IntPtr ptrRpc, uint flags, ref STAT stat, IntPtr ptrServerGuid, ref IntPtr contextHandle);