IVsIntellisenseProject.RemoveP2PReference(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a reference to an object over a peer-to-peer network.
public:
int RemoveP2PReference(System::Object ^ pUnk);
public:
int RemoveP2PReference(Platform::Object ^ pUnk);
int RemoveP2PReference(winrt::Windows::Foundation::IInspectable const & pUnk);
public int RemoveP2PReference (object pUnk);
abstract member RemoveP2PReference : obj -> int
Public Function RemoveP2PReference (pUnk As Object) As Integer
Parameters
- pUnk
- Object
[in] Pointer to the IUnknown
interface of the object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.