Edit

Share via


IDebugPortPicker::SetSite

Sets the service provider.

Syntax

public int SetSite(
   IServiceProvider pSP
);

Parameters

pSP
[in] Reference to the interface of the service provider.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

This method will be called before any other methods are called.

See also