IVsCallBrowser.CanCreateNewInstance(Int32) 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.
Returns true
if you can create a new instance of the Call Browser.
public:
int CanCreateNewInstance([Runtime::InteropServices::Out] int % pfOK);
int CanCreateNewInstance([Runtime::InteropServices::Out] int & pfOK);
public int CanCreateNewInstance (out int pfOK);
abstract member CanCreateNewInstance : int -> int
Public Function CanCreateNewInstance (ByRef pfOK As Integer) As Integer
Parameters
- pfOK
- Int32
[out] Boolean. Set to true
if you can create a new instance of the CallBrowser.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsCallBrowser::CanCreateNewInstance(
[out] BOOL *pfOK
);