IVsUIHierarchyWindow::SetCursor Method (IntPtr, IntPtr)

 

This method is obsolete. Calling it has no effect.

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

int SetCursor(
	IntPtr hNewCursor,
	[OutAttribute] IntPtr% phOldCursor
)

Return Value

Type: System::Int32

From vsshell.idl:

HRESULT IVsUIHierarchyWindow::SetCursor(
   [in]HCURSOR hNewCursor,
   [out, retval]HCURSOR *phOldCursor
);
Return to top
Show: