aardio 文档

raw.functions 库模块帮助文档

raw 成员列表

raw.functions

用于将结构体指针绑定到原生接口
与raw.interface的区别是结构体中的函数指针不使用虚表,不使用this指针参数,其他用法相同,
添加不属于接口的aardio自定义函数,必须用owner代替this访问当前接口对象

raw.functions()

raw.functions( /*结构体指针*/,"  
    void getName(string &buffer,int len);  
    bool getInfo(struct &pInfo);   
    ","stdcall"  
)

Markdown 格式