IVsUIHierarchyWindow.SetCursor(IntPtr, IntPtr) 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.
This method is obsolete. Calling it has no effect.
public:
int SetCursor(IntPtr hNewCursor, [Runtime::InteropServices::Out] IntPtr % phOldCursor);
public int SetCursor (IntPtr hNewCursor, out IntPtr phOldCursor);
abstract member SetCursor : nativeint * nativeint -> int
Public Function SetCursor (hNewCursor As IntPtr, ByRef phOldCursor As IntPtr) As Integer
Parameters
- hNewCursor
-
IntPtr
nativeint
- phOldCursor
-
IntPtr
nativeint
Returns
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsUIHierarchyWindow::SetCursor(
[in]HCURSOR hNewCursor,
[out, retval]HCURSOR *phOldCursor
);