CreateCursor |
Declare Function Api_CreateCursor& Lib "user32" Alias "CreateCursor" (ByVal hInstance&, ByVal nXhotspot&, ByVal nYhotspot&, ByVal nWidth&, ByVal nHeight&, lpANDbitPlane As Any, lpXORbitPlane As Any) |
Declare Function CreateCursor Lib "user32" (ByVal hInstance As Long, ByVal nXhotspot As Long, ByVal nYhotspot As Long, ByVal nWidth As Long, ByVal nHeight As Long, lpANDbitPlane As Any, lpXORbitPlane As Any) As Long |
|
指定されたサイズ、ビットパターン、ホットスポットを持つマウスカーソル( マウスポインタ)を作成する。 |
|
パラメータ
戻り値 |