Differences
This shows you the differences between two versions of the page.
en:docs:pm:pm_protocol [2013/03/09 14:38] – created valerius | en:docs:pm:pm_protocol [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== FreePM server protocol ==== | ||
- | |||
- | Server handles messages in Fs_ClientWork in Fs_main.cpp. Currently following messages exists: | ||
- | |||
- | ^Message | ||
- | |F_CMD_GET_IHAB | | |Not implemented | ||
- | |F_CMD_CLIENT_EXIT | | ||
- | |F_CMD_WINPOSTMSG | ||
- | |F_CMD_WINSENDMSG | ||
- | |F_CMD_WINQUERY_MSG | ||
- | |F_CMD_WINGET_MSG | ||
- | |F_CMD_WINCREATE_HWND | ||
- | |F_CMD_WINSET_PARENT_HWND | ||
- | |F_CMD_GET_HPS | ||
- | |F_CMD_RELEASE_HPS | ||
- | |F_CMD_WIN_SET_WND_SIZE | ||
- | |F_CMD_WIN_SET_WND_POS | ||
- | |F_CMD_WIN_GET_WND_SWP | ||
- | |F_CMD_WIN_SHOW | ||
- | |F_CMD_GPI_SET_COLOR | ||
- | |F_CMD_GPI_MOVE | ||
- | |F_CMD_GPI_LINE | ||
- | |F_CMD_GPI_DRAW_LINE | ||
- | |F_CMD_GPI_DRAW_RECT | ||
- | |||
- | === Discussion === | ||