IVsMouseCursorProvider::SetMouseCursor Method (UInt32)
Visual Studio 2015
Indicates that the text marker client should call the Win 32 API function SetCursor.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwReserved
-
Type:
System::UInt32
[in] Currently unused.)
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsMouseCursorProvider::SetMouseCursor(
[in] DWORD dwReserved
);
When the environment calls this method on your text marker client object, call SetCursor to set the mouse cursor.
Show: