Creates copy of passed cursor.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CopyCursor ( _
	cursor As IntPtr _
) As IntPtr
C#
public static IntPtr CopyCursor(
	IntPtr cursor
)
Visual C++
public:
static IntPtr CopyCursor(
	IntPtr cursor
)
JavaScript
Greatis.Nostalgia.SystemCursor.copyCursor = function(cursor);

Parameters

cursor
Type: System..::.IntPtr

Return Value

See Also