MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / FrameWndProc

Method FrameWndProc

source/Windows/WinFrame.cpp:1011–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009//===========================================================================
1010
1011LRESULT CALLBACK Win32Frame::FrameWndProc(
1012 HWND window,
1013 UINT message,
1014 WPARAM wparam,
1015 LPARAM lparam)
1016{
1017 Win32Frame& win32Frame = Win32Frame::GetWin32Frame();
1018 return win32Frame.WndProc(window, message, wparam, lparam);
1019}
1020
1021LRESULT Win32Frame::WndProc(
1022 HWND window,

Callers

nothing calls this directly

Calls 1

WndProcMethod · 0.80

Tested by

no test coverage detected