IVsCodeShareHandler::GetStdHelp Method (UInt32, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Method on internal interface. Do not use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetStdHelp(
	unsigned int wCmd,
	int lContext
)

Parameters

wCmd
Type: System::UInt32

[in]

lContext
Type: System::Int32

[in]

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsCodeShareHandler::GetStdHelp(
   [in] UINT wCmd, 
   [in] LONG lContext
);
Return to top
Show: