MCPcopy 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
27void SetCursor(HWND hWnd, LPCWSTR lpCursorName)
28{
29 SetClassLongPtrW(hWnd, GCLP_HCURSOR, (LONG_PTR)::LoadCursorW(nullptr, lpCursorName));
30}
31
32void SetCursor(HWND hWnd, UINT nID, LPCWSTR lpCursorName)
33{

Callers 1

OnActivateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected