soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SNativeWnd-i.h File Reference

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
 

Detailed Description

Interface for Native Window Operations.

Version
v1.0
Author
SOUI group
Date
2014/08/01

This file defines the interface for native window operations, including message handling and event arguments.

Definition in file SNativeWnd-i.h.

Macro Definition Documentation

◆ INTERFACE

#define INTERFACE   INativeWnd

Definition at line 51 of file SNativeWnd-i.h.

Typedef Documentation

◆ FunMsgHandler

typedef BOOL(* FunMsgHandler) (const LPMSG pMsg, LRESULT *pRes, void *ctx)

Definition at line 30 of file SNativeWnd-i.h.