Interface for Native Window Operations. More...
#include <interface/obj-ref-i.h>
#include <interface/SEvtArgs-i.h>
#include "SNativeWndApi.h"
Go to the source code of this file.
Classes | |
interface | INativeWnd |
Interface for Native Window Operations. More... | |
Macros | |
#define | INTERFACE INativeWnd |
Typedefs | |
typedef BOOL(* | FunMsgHandler) (const LPMSG pMsg, LRESULT *pRes, void *ctx) |
typedef struct _MsgHandlerInfo | MsgHandlerInfo |
Interface for Native Window Operations.
This file defines the interface for native window operations, including message handling and event arguments.
Definition in file SNativeWnd-i.h.
#define INTERFACE INativeWnd |
Definition at line 51 of file SNativeWnd-i.h.
typedef BOOL(* FunMsgHandler) (const LPMSG pMsg, LRESULT *pRes, void *ctx) |
Definition at line 30 of file SNativeWnd-i.h.