IVsMouseCursorProvider::SetMouseCursor Method (UInt32)

 

Indicates that the text marker client should call the Win 32 API function SetCursor.

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

int SetMouseCursor(
	unsigned int dwReserved
)

Parameters

dwReserved
Type: System::UInt32

[in] Currently unused.)

Return Value

Type: System::Int32

If 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.

Return to top
Show: