Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aleksoid1978/VideoRenderer
/ SetCursor
Function
SetCursor
Source/PropPage.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
#include
"PropPage.h"
26
27
void SetCursor(HWND hWnd, LPCWSTR lpCursorName)
28
{
29
SetClassLongPtrW(hWnd, GCLP_HCURSOR, (LONG_PTR)::LoadCursorW(nullptr, lpCursorName));
30
}
31
32
void SetCursor(HWND hWnd, UINT nID, LPCWSTR lpCursorName)
33
{
Callers
1
OnActivate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected