IVsCodeShareHandler.GetStdHelp(UInt32, 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.
Method on internal interface. Do not use.
public:
int GetStdHelp(System::UInt32 wCmd, int lContext);
public:
int GetStdHelp(unsigned int wCmd, int lContext);
int GetStdHelp(unsigned int wCmd, int lContext);
public int GetStdHelp (uint wCmd, int lContext);
abstract member GetStdHelp : uint32 * int -> int
Public Function GetStdHelp (wCmd As UInteger, lContext As Integer) As Integer
Parameters
- wCmd
- UInt32
[in]
- lContext
- Int32
[in]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCodeShareHandler::GetStdHelp(
[in] UINT wCmd,
[in] LONG lContext
);