COM
Expand Minimize
This topic has not yet been rated - Rate this topic

OleIconToCursor function

Converts an icon to a cursor.

Syntax


HCURSOR OleIconToCursor(
  _In_  HINSTANCE hinstExe,
  _In_  HICON hIcon
);

Parameters

hinstExe [in]

This parameter is ignored.

hIcon [in]

A handle to the icon to be converted.

Return value

The function returns a handle to the new cursor object. The caller is responsible for deleting this cursor with the DestroyCursor function. If the conversion could not be completed, the return value is NULL.

Remarks

This function calls the CopyCursor function.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Olectl.h

Library

Oleaut32.lib

DLL

Oleaut32.dll

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.