VSNDK.DebugEngine.AD7PortSupplier.GetPortSupplierName C# (CSharp) Method

GetPortSupplierName() public method

Gets the port supplier name. (http://msdn.microsoft.com/en-ca/library/bb162136.aspx)
public GetPortSupplierName ( string &pbstrName ) : int
pbstrName string Returns the name of the port supplier.
return int
        public int GetPortSupplierName(out string pbstrName)
        {
            pbstrName = m_name;
            return VSConstants.S_OK;
        }